暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

部門權限設定.Designer.vb 26KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514
  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. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Me.清單_dgv = New System.Windows.Forms.DataGridView()
  26. Me.設定_dgv = New System.Windows.Forms.DataGridView()
  27. Me.帳號_tb = New System.Windows.Forms.TextBox()
  28. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  29. Me.級別_lb = New System.Windows.Forms.Label()
  30. Me.組別1_tb = New System.Windows.Forms.TextBox()
  31. Me.課別1_tb = New System.Windows.Forms.TextBox()
  32. Me.處別1_tb = New System.Windows.Forms.TextBox()
  33. Me.部門1_tb = New System.Windows.Forms.TextBox()
  34. Me.級別1_tb = New System.Windows.Forms.TextBox()
  35. Me.部門權限指定_bt = New System.Windows.Forms.Button()
  36. Me.選定權限取消_bt = New System.Windows.Forms.Button()
  37. Me.是否建檔_lb = New System.Windows.Forms.Label()
  38. Me.大間距1_ch = New System.Windows.Forms.CheckBox()
  39. Me.中間距1_ch = New System.Windows.Forms.CheckBox()
  40. Me.小間距1_ch = New System.Windows.Forms.CheckBox()
  41. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  42. Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  43. Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  44. Me.語轉扭_bt = New System.Windows.Forms.Button()
  45. Me.Panel1 = New System.Windows.Forms.Panel()
  46. Me.跨部門權限_gb = New System.Windows.Forms.GroupBox()
  47. Me.人員_lb = New System.Windows.Forms.Label()
  48. Me.原始權限_gb = New System.Windows.Forms.GroupBox()
  49. Me.級別_rtb = New Telerik.WinControls.UI.RadTextBoxControl()
  50. Me.組別_rtb = New Telerik.WinControls.UI.RadTextBoxControl()
  51. Me.課別_rtb = New Telerik.WinControls.UI.RadTextBoxControl()
  52. Me.處別_rtb = New Telerik.WinControls.UI.RadTextBoxControl()
  53. Me.部門_rtb = New Telerik.WinControls.UI.RadTextBoxControl()
  54. Me.存檔_rbt = New Telerik.WinControls.UI.RadButton()
  55. Me.批量刷新_rbt = New Telerik.WinControls.UI.RadButton()
  56. Me.刪除_rbt = New Telerik.WinControls.UI.RadButton()
  57. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  58. Me.姓名_rtb = New Telerik.WinControls.UI.RadTextBoxControl()
  59. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  60. CType(Me.設定_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  61. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  62. Me.Panel1.SuspendLayout()
  63. Me.跨部門權限_gb.SuspendLayout()
  64. Me.原始權限_gb.SuspendLayout()
  65. CType(Me.級別_rtb, System.ComponentModel.ISupportInitialize).BeginInit()
  66. CType(Me.組別_rtb, System.ComponentModel.ISupportInitialize).BeginInit()
  67. CType(Me.課別_rtb, System.ComponentModel.ISupportInitialize).BeginInit()
  68. CType(Me.處別_rtb, System.ComponentModel.ISupportInitialize).BeginInit()
  69. CType(Me.部門_rtb, System.ComponentModel.ISupportInitialize).BeginInit()
  70. CType(Me.存檔_rbt, System.ComponentModel.ISupportInitialize).BeginInit()
  71. CType(Me.批量刷新_rbt, System.ComponentModel.ISupportInitialize).BeginInit()
  72. CType(Me.刪除_rbt, System.ComponentModel.ISupportInitialize).BeginInit()
  73. CType(Me.姓名_rtb, System.ComponentModel.ISupportInitialize).BeginInit()
  74. Me.SuspendLayout()
  75. '
  76. '清單_dgv
  77. '
  78. Me.清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  79. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  80. Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  81. Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
  82. Me.清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  83. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  84. Me.清單_dgv.Location = New System.Drawing.Point(3, 3)
  85. Me.清單_dgv.Name = "清單_dgv"
  86. Me.清單_dgv.RowHeadersWidth = 5
  87. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  88. Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  89. Me.清單_dgv.RowTemplate.Height = 24
  90. Me.清單_dgv.Size = New System.Drawing.Size(505, 674)
  91. Me.清單_dgv.TabIndex = 229
  92. '
  93. '設定_dgv
  94. '
  95. Me.設定_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  96. Or System.Windows.Forms.AnchorStyles.Left) _
  97. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  98. Me.設定_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  99. Me.設定_dgv.BackgroundColor = System.Drawing.Color.White
  100. Me.設定_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  101. Me.設定_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  102. Me.設定_dgv.Location = New System.Drawing.Point(511, 124)
  103. Me.設定_dgv.Name = "設定_dgv"
  104. Me.設定_dgv.RowHeadersWidth = 5
  105. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  106. Me.設定_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  107. Me.設定_dgv.RowTemplate.Height = 24
  108. Me.設定_dgv.Size = New System.Drawing.Size(835, 553)
  109. Me.設定_dgv.TabIndex = 230
  110. '
  111. '帳號_tb
  112. '
  113. Me.帳號_tb.BackColor = System.Drawing.Color.Olive
  114. Me.帳號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  115. Me.帳號_tb.Location = New System.Drawing.Point(79, 3)
  116. Me.帳號_tb.Name = "帳號_tb"
  117. Me.帳號_tb.Size = New System.Drawing.Size(63, 25)
  118. Me.帳號_tb.TabIndex = 237
  119. Me.帳號_tb.Visible = False
  120. '
  121. 'DateTimePicker2
  122. '
  123. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  124. Me.DateTimePicker2.Location = New System.Drawing.Point(79, 53)
  125. Me.DateTimePicker2.Name = "DateTimePicker2"
  126. Me.DateTimePicker2.Size = New System.Drawing.Size(87, 23)
  127. Me.DateTimePicker2.TabIndex = 995
  128. Me.DateTimePicker2.Visible = False
  129. '
  130. '級別_lb
  131. '
  132. Me.級別_lb.AutoSize = True
  133. Me.級別_lb.Location = New System.Drawing.Point(79, 31)
  134. Me.級別_lb.Name = "級別_lb"
  135. Me.級別_lb.Size = New System.Drawing.Size(31, 16)
  136. Me.級別_lb.TabIndex = 996
  137. Me.級別_lb.Text = "級別"
  138. '
  139. '組別1_tb
  140. '
  141. Me.組別1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  142. Me.組別1_tb.Location = New System.Drawing.Point(6, 44)
  143. Me.組別1_tb.Name = "組別1_tb"
  144. Me.組別1_tb.Size = New System.Drawing.Size(823, 25)
  145. Me.組別1_tb.TabIndex = 1000
  146. '
  147. '課別1_tb
  148. '
  149. Me.課別1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  150. Me.課別1_tb.Location = New System.Drawing.Point(516, 17)
  151. Me.課別1_tb.Name = "課別1_tb"
  152. Me.課別1_tb.Size = New System.Drawing.Size(313, 25)
  153. Me.課別1_tb.TabIndex = 999
  154. '
  155. '處別1_tb
  156. '
  157. Me.處別1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  158. Me.處別1_tb.Location = New System.Drawing.Point(260, 17)
  159. Me.處別1_tb.Name = "處別1_tb"
  160. Me.處別1_tb.Size = New System.Drawing.Size(253, 25)
  161. Me.處別1_tb.TabIndex = 998
  162. '
  163. '部門1_tb
  164. '
  165. Me.部門1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  166. Me.部門1_tb.Location = New System.Drawing.Point(44, 17)
  167. Me.部門1_tb.Name = "部門1_tb"
  168. Me.部門1_tb.Size = New System.Drawing.Size(212, 25)
  169. Me.部門1_tb.TabIndex = 997
  170. '
  171. '級別1_tb
  172. '
  173. Me.級別1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  174. Me.級別1_tb.Location = New System.Drawing.Point(6, 17)
  175. Me.級別1_tb.Name = "級別1_tb"
  176. Me.級別1_tb.Size = New System.Drawing.Size(32, 25)
  177. Me.級別1_tb.TabIndex = 1001
  178. '
  179. '部門權限指定_bt
  180. '
  181. Me.部門權限指定_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  182. Me.部門權限指定_bt.Location = New System.Drawing.Point(1000, 5)
  183. Me.部門權限指定_bt.Name = "部門權限指定_bt"
  184. Me.部門權限指定_bt.Size = New System.Drawing.Size(101, 46)
  185. Me.部門權限指定_bt.TabIndex = 1002
  186. Me.部門權限指定_bt.Text = "部門權限指定"
  187. Me.部門權限指定_bt.UseVisualStyleBackColor = True
  188. '
  189. '選定權限取消_bt
  190. '
  191. Me.選定權限取消_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  192. Me.選定權限取消_bt.Location = New System.Drawing.Point(1108, 5)
  193. Me.選定權限取消_bt.Name = "選定權限取消_bt"
  194. Me.選定權限取消_bt.Size = New System.Drawing.Size(101, 46)
  195. Me.選定權限取消_bt.TabIndex = 1003
  196. Me.選定權限取消_bt.Text = "選定權限取消"
  197. Me.選定權限取消_bt.UseVisualStyleBackColor = True
  198. '
  199. '是否建檔_lb
  200. '
  201. Me.是否建檔_lb.AutoSize = True
  202. Me.是否建檔_lb.BackColor = System.Drawing.Color.Transparent
  203. Me.是否建檔_lb.Location = New System.Drawing.Point(574, 30)
  204. Me.是否建檔_lb.Name = "是否建檔_lb"
  205. Me.是否建檔_lb.Size = New System.Drawing.Size(52, 16)
  206. Me.是否建檔_lb.TabIndex = 1005
  207. Me.是否建檔_lb.Text = "No Files"
  208. '
  209. '大間距1_ch
  210. '
  211. Me.大間距1_ch.AutoSize = True
  212. Me.大間距1_ch.BackColor = System.Drawing.Color.Transparent
  213. Me.大間距1_ch.Location = New System.Drawing.Point(828, 28)
  214. Me.大間距1_ch.Name = "大間距1_ch"
  215. Me.大間距1_ch.Size = New System.Drawing.Size(39, 20)
  216. Me.大間距1_ch.TabIndex = 1350
  217. Me.大間距1_ch.Text = "L3"
  218. Me.大間距1_ch.UseVisualStyleBackColor = False
  219. '
  220. '中間距1_ch
  221. '
  222. Me.中間距1_ch.AutoSize = True
  223. Me.中間距1_ch.BackColor = System.Drawing.Color.Transparent
  224. Me.中間距1_ch.Location = New System.Drawing.Point(767, 28)
  225. Me.中間距1_ch.Name = "中間距1_ch"
  226. Me.中間距1_ch.Size = New System.Drawing.Size(39, 20)
  227. Me.中間距1_ch.TabIndex = 1349
  228. Me.中間距1_ch.Text = "L2"
  229. Me.中間距1_ch.UseVisualStyleBackColor = False
  230. '
  231. '小間距1_ch
  232. '
  233. Me.小間距1_ch.AutoSize = True
  234. Me.小間距1_ch.BackColor = System.Drawing.Color.Transparent
  235. Me.小間距1_ch.Location = New System.Drawing.Point(703, 28)
  236. Me.小間距1_ch.Name = "小間距1_ch"
  237. Me.小間距1_ch.Size = New System.Drawing.Size(39, 20)
  238. Me.小間距1_ch.TabIndex = 1348
  239. Me.小間距1_ch.Text = "L1"
  240. Me.小間距1_ch.UseVisualStyleBackColor = False
  241. '
  242. '語言_dgv
  243. '
  244. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  245. Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2})
  246. Me.語言_dgv.Location = New System.Drawing.Point(3, 3)
  247. Me.語言_dgv.Name = "語言_dgv"
  248. Me.語言_dgv.RowTemplate.Height = 24
  249. Me.語言_dgv.Size = New System.Drawing.Size(70, 73)
  250. Me.語言_dgv.TabIndex = 1351
  251. Me.語言_dgv.Visible = False
  252. '
  253. 'Column1
  254. '
  255. Me.Column1.HeaderText = "Column1"
  256. Me.Column1.Name = "Column1"
  257. '
  258. 'Column2
  259. '
  260. Me.Column2.HeaderText = "Column2"
  261. Me.Column2.Name = "Column2"
  262. '
  263. '語轉扭_bt
  264. '
  265. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  266. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  267. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  268. Me.語轉扭_bt.Location = New System.Drawing.Point(1321, 2)
  269. Me.語轉扭_bt.Name = "語轉扭_bt"
  270. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  271. Me.語轉扭_bt.TabIndex = 1352
  272. Me.語轉扭_bt.Text = "L"
  273. Me.語轉扭_bt.UseVisualStyleBackColor = True
  274. '
  275. 'Panel1
  276. '
  277. Me.Panel1.Controls.Add(Me.語言_dgv)
  278. Me.Panel1.Controls.Add(Me.帳號_tb)
  279. Me.Panel1.Controls.Add(Me.級別_lb)
  280. Me.Panel1.Controls.Add(Me.DateTimePicker2)
  281. Me.Panel1.Controls.Add(Me.跨部門權限_gb)
  282. Me.Panel1.Location = New System.Drawing.Point(159, 127)
  283. Me.Panel1.Name = "Panel1"
  284. Me.Panel1.Size = New System.Drawing.Size(200, 169)
  285. Me.Panel1.TabIndex = 1353
  286. '
  287. '跨部門權限_gb
  288. '
  289. Me.跨部門權限_gb.BackColor = System.Drawing.Color.Transparent
  290. Me.跨部門權限_gb.Controls.Add(Me.級別1_tb)
  291. Me.跨部門權限_gb.Controls.Add(Me.部門1_tb)
  292. Me.跨部門權限_gb.Controls.Add(Me.處別1_tb)
  293. Me.跨部門權限_gb.Controls.Add(Me.課別1_tb)
  294. Me.跨部門權限_gb.Controls.Add(Me.組別1_tb)
  295. Me.跨部門權限_gb.Location = New System.Drawing.Point(3, 82)
  296. Me.跨部門權限_gb.Name = "跨部門權限_gb"
  297. Me.跨部門權限_gb.Size = New System.Drawing.Size(835, 73)
  298. Me.跨部門權限_gb.TabIndex = 1356
  299. Me.跨部門權限_gb.TabStop = False
  300. Me.跨部門權限_gb.Text = "跨部門權限"
  301. '
  302. '人員_lb
  303. '
  304. Me.人員_lb.AutoEllipsis = True
  305. Me.人員_lb.BackColor = System.Drawing.Color.Transparent
  306. Me.人員_lb.Location = New System.Drawing.Point(514, 7)
  307. Me.人員_lb.Name = "人員_lb"
  308. Me.人員_lb.Size = New System.Drawing.Size(52, 16)
  309. Me.人員_lb.TabIndex = 1354
  310. Me.人員_lb.Text = "人員"
  311. Me.人員_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  312. '
  313. '原始權限_gb
  314. '
  315. Me.原始權限_gb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  316. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  317. Me.原始權限_gb.BackColor = System.Drawing.Color.Transparent
  318. Me.原始權限_gb.Controls.Add(Me.級別_rtb)
  319. Me.原始權限_gb.Controls.Add(Me.組別_rtb)
  320. Me.原始權限_gb.Controls.Add(Me.課別_rtb)
  321. Me.原始權限_gb.Controls.Add(Me.處別_rtb)
  322. Me.原始權限_gb.Controls.Add(Me.部門_rtb)
  323. Me.原始權限_gb.Location = New System.Drawing.Point(511, 49)
  324. Me.原始權限_gb.Name = "原始權限_gb"
  325. Me.原始權限_gb.Size = New System.Drawing.Size(835, 73)
  326. Me.原始權限_gb.TabIndex = 1355
  327. Me.原始權限_gb.TabStop = False
  328. Me.原始權限_gb.Text = "原始權限"
  329. '
  330. '級別_rtb
  331. '
  332. Me.級別_rtb.BackColor = System.Drawing.Color.Transparent
  333. Me.級別_rtb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  334. Me.級別_rtb.Location = New System.Drawing.Point(6, 18)
  335. Me.級別_rtb.Name = "級別_rtb"
  336. Me.級別_rtb.Size = New System.Drawing.Size(32, 25)
  337. Me.級別_rtb.TabIndex = 1821
  338. '
  339. '組別_rtb
  340. '
  341. Me.組別_rtb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  342. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  343. Me.組別_rtb.BackColor = System.Drawing.Color.Transparent
  344. Me.組別_rtb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  345. Me.組別_rtb.Location = New System.Drawing.Point(6, 44)
  346. Me.組別_rtb.Name = "組別_rtb"
  347. Me.組別_rtb.Size = New System.Drawing.Size(823, 25)
  348. Me.組別_rtb.TabIndex = 1817
  349. '
  350. '課別_rtb
  351. '
  352. Me.課別_rtb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  353. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  354. Me.課別_rtb.BackColor = System.Drawing.Color.Transparent
  355. Me.課別_rtb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  356. Me.課別_rtb.Location = New System.Drawing.Point(516, 18)
  357. Me.課別_rtb.Name = "課別_rtb"
  358. Me.課別_rtb.Size = New System.Drawing.Size(313, 25)
  359. Me.課別_rtb.TabIndex = 1818
  360. '
  361. '處別_rtb
  362. '
  363. Me.處別_rtb.BackColor = System.Drawing.Color.Transparent
  364. Me.處別_rtb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  365. Me.處別_rtb.Location = New System.Drawing.Point(260, 18)
  366. Me.處別_rtb.Name = "處別_rtb"
  367. Me.處別_rtb.Size = New System.Drawing.Size(253, 25)
  368. Me.處別_rtb.TabIndex = 1819
  369. '
  370. '部門_rtb
  371. '
  372. Me.部門_rtb.BackColor = System.Drawing.Color.Transparent
  373. Me.部門_rtb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  374. Me.部門_rtb.Location = New System.Drawing.Point(44, 18)
  375. Me.部門_rtb.Name = "部門_rtb"
  376. Me.部門_rtb.Size = New System.Drawing.Size(212, 25)
  377. Me.部門_rtb.TabIndex = 1820
  378. '
  379. '存檔_rbt
  380. '
  381. Me.存檔_rbt.BackColor = System.Drawing.Color.Transparent
  382. Me.存檔_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  383. Me.存檔_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  384. Me.存檔_rbt.Location = New System.Drawing.Point(873, 2)
  385. Me.存檔_rbt.Name = "存檔_rbt"
  386. Me.存檔_rbt.Size = New System.Drawing.Size(50, 50)
  387. Me.存檔_rbt.TabIndex = 1357
  388. '
  389. '批量刷新_rbt
  390. '
  391. Me.批量刷新_rbt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  392. Me.批量刷新_rbt.BackColor = System.Drawing.Color.Transparent
  393. Me.批量刷新_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.renew
  394. Me.批量刷新_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  395. Me.批量刷新_rbt.Location = New System.Drawing.Point(1265, 2)
  396. Me.批量刷新_rbt.Name = "批量刷新_rbt"
  397. Me.批量刷新_rbt.Size = New System.Drawing.Size(50, 50)
  398. Me.批量刷新_rbt.TabIndex = 1358
  399. '
  400. '刪除_rbt
  401. '
  402. Me.刪除_rbt.BackColor = System.Drawing.Color.Transparent
  403. Me.刪除_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  404. Me.刪除_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  405. Me.刪除_rbt.Location = New System.Drawing.Point(931, 2)
  406. Me.刪除_rbt.Name = "刪除_rbt"
  407. Me.刪除_rbt.Size = New System.Drawing.Size(50, 50)
  408. Me.刪除_rbt.TabIndex = 1359
  409. '
  410. 'ToolTip1
  411. '
  412. Me.ToolTip1.AutoPopDelay = 5000
  413. Me.ToolTip1.InitialDelay = 500
  414. Me.ToolTip1.IsBalloon = True
  415. Me.ToolTip1.ReshowDelay = 100
  416. Me.ToolTip1.ToolTipTitle = "illustrate"
  417. '
  418. '姓名_rtb
  419. '
  420. Me.姓名_rtb.BackColor = System.Drawing.Color.Transparent
  421. Me.姓名_rtb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  422. Me.姓名_rtb.Location = New System.Drawing.Point(572, 2)
  423. Me.姓名_rtb.Name = "姓名_rtb"
  424. Me.姓名_rtb.Size = New System.Drawing.Size(298, 25)
  425. Me.姓名_rtb.TabIndex = 1822
  426. '
  427. '部門權限設定
  428. '
  429. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  430. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  431. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  432. Me.ClientSize = New System.Drawing.Size(1350, 681)
  433. Me.Controls.Add(Me.姓名_rtb)
  434. Me.Controls.Add(Me.選定權限取消_bt)
  435. Me.Controls.Add(Me.部門權限指定_bt)
  436. Me.Controls.Add(Me.刪除_rbt)
  437. Me.Controls.Add(Me.批量刷新_rbt)
  438. Me.Controls.Add(Me.存檔_rbt)
  439. Me.Controls.Add(Me.原始權限_gb)
  440. Me.Controls.Add(Me.人員_lb)
  441. Me.Controls.Add(Me.Panel1)
  442. Me.Controls.Add(Me.語轉扭_bt)
  443. Me.Controls.Add(Me.大間距1_ch)
  444. Me.Controls.Add(Me.中間距1_ch)
  445. Me.Controls.Add(Me.小間距1_ch)
  446. Me.Controls.Add(Me.是否建檔_lb)
  447. Me.Controls.Add(Me.設定_dgv)
  448. Me.Controls.Add(Me.清單_dgv)
  449. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  450. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  451. Me.MaximizeBox = False
  452. Me.MinimizeBox = False
  453. Me.Name = "部門權限設定"
  454. Me.Text = "部門權限設定"
  455. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  456. CType(Me.設定_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  457. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  458. Me.Panel1.ResumeLayout(False)
  459. Me.Panel1.PerformLayout()
  460. Me.跨部門權限_gb.ResumeLayout(False)
  461. Me.跨部門權限_gb.PerformLayout()
  462. Me.原始權限_gb.ResumeLayout(False)
  463. CType(Me.級別_rtb, System.ComponentModel.ISupportInitialize).EndInit()
  464. CType(Me.組別_rtb, System.ComponentModel.ISupportInitialize).EndInit()
  465. CType(Me.課別_rtb, System.ComponentModel.ISupportInitialize).EndInit()
  466. CType(Me.處別_rtb, System.ComponentModel.ISupportInitialize).EndInit()
  467. CType(Me.部門_rtb, System.ComponentModel.ISupportInitialize).EndInit()
  468. CType(Me.存檔_rbt, System.ComponentModel.ISupportInitialize).EndInit()
  469. CType(Me.批量刷新_rbt, System.ComponentModel.ISupportInitialize).EndInit()
  470. CType(Me.刪除_rbt, System.ComponentModel.ISupportInitialize).EndInit()
  471. CType(Me.姓名_rtb, System.ComponentModel.ISupportInitialize).EndInit()
  472. Me.ResumeLayout(False)
  473. Me.PerformLayout()
  474. End Sub
  475. Friend WithEvents 清單_dgv As DataGridView
  476. Friend WithEvents 設定_dgv As DataGridView
  477. Friend WithEvents 帳號_tb As TextBox
  478. Friend WithEvents DateTimePicker2 As DateTimePicker
  479. Friend WithEvents 級別_lb As Label
  480. Friend WithEvents 組別1_tb As TextBox
  481. Friend WithEvents 課別1_tb As TextBox
  482. Friend WithEvents 處別1_tb As TextBox
  483. Friend WithEvents 部門1_tb As TextBox
  484. Friend WithEvents 級別1_tb As TextBox
  485. Friend WithEvents 部門權限指定_bt As Button
  486. Friend WithEvents 選定權限取消_bt As Button
  487. Friend WithEvents 大間距1_ch As CheckBox
  488. Friend WithEvents 中間距1_ch As CheckBox
  489. Friend WithEvents 小間距1_ch As CheckBox
  490. Friend WithEvents 語言_dgv As DataGridView
  491. Friend WithEvents 語轉扭_bt As Button
  492. Friend WithEvents Panel1 As Panel
  493. Friend WithEvents 人員_lb As Label
  494. Friend WithEvents 原始權限_gb As GroupBox
  495. Friend WithEvents 跨部門權限_gb As GroupBox
  496. Friend WithEvents 存檔_rbt As Telerik.WinControls.UI.RadButton
  497. Friend WithEvents 批量刷新_rbt As Telerik.WinControls.UI.RadButton
  498. Friend WithEvents 刪除_rbt As Telerik.WinControls.UI.RadButton
  499. Friend WithEvents ToolTip1 As ToolTip
  500. Friend WithEvents 組別_rtb As Telerik.WinControls.UI.RadTextBoxControl
  501. Friend WithEvents 課別_rtb As Telerik.WinControls.UI.RadTextBoxControl
  502. Friend WithEvents 處別_rtb As Telerik.WinControls.UI.RadTextBoxControl
  503. Friend WithEvents 部門_rtb As Telerik.WinControls.UI.RadTextBoxControl
  504. Friend WithEvents 級別_rtb As Telerik.WinControls.UI.RadTextBoxControl
  505. Friend WithEvents 姓名_rtb As Telerik.WinControls.UI.RadTextBoxControl
  506. Friend WithEvents 是否建檔_lb As Label
  507. Friend WithEvents Column1 As DataGridViewTextBoxColumn
  508. Friend WithEvents Column2 As DataGridViewTextBoxColumn
  509. End Class