Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

LINE_權限一覽表.Designer.vb 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class LINE_權限一覽表
  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. Me.權限代號_lb = New System.Windows.Forms.Label()
  25. Me.權限名稱_lb = New System.Windows.Forms.Label()
  26. Me.權限名稱_tb = New System.Windows.Forms.TextBox()
  27. Me.修改_bt = New System.Windows.Forms.Button()
  28. Me.新增_bt = New System.Windows.Forms.Button()
  29. Me.修改存檔_bt = New System.Windows.Forms.Button()
  30. Me.確認新增_bt = New System.Windows.Forms.Button()
  31. Me.刪除_bt = New System.Windows.Forms.Button()
  32. Me.清單_dgv = New System.Windows.Forms.DataGridView()
  33. Me.權限代號_cb = New System.Windows.Forms.ComboBox()
  34. Me.語轉扭_bt = New System.Windows.Forms.Button()
  35. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  36. Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  37. Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  38. Me.Panel1 = New System.Windows.Forms.Panel()
  39. Me.PnlTitleBar = New System.Windows.Forms.Panel()
  40. Me.Cancel_bt = New System.Windows.Forms.Button()
  41. Me.主題_lb = New System.Windows.Forms.Label()
  42. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  43. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  44. Me.Panel1.SuspendLayout()
  45. Me.PnlTitleBar.SuspendLayout()
  46. Me.SuspendLayout()
  47. '
  48. '權限代號_lb
  49. '
  50. Me.權限代號_lb.AutoSize = True
  51. Me.權限代號_lb.BackColor = System.Drawing.Color.Transparent
  52. Me.權限代號_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  53. Me.權限代號_lb.Location = New System.Drawing.Point(3, 58)
  54. Me.權限代號_lb.Name = "權限代號_lb"
  55. Me.權限代號_lb.Size = New System.Drawing.Size(60, 17)
  56. Me.權限代號_lb.TabIndex = 1427
  57. Me.權限代號_lb.Text = "權限代號"
  58. '
  59. '權限名稱_lb
  60. '
  61. Me.權限名稱_lb.AutoSize = True
  62. Me.權限名稱_lb.BackColor = System.Drawing.Color.Transparent
  63. Me.權限名稱_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  64. Me.權限名稱_lb.Location = New System.Drawing.Point(3, 84)
  65. Me.權限名稱_lb.Name = "權限名稱_lb"
  66. Me.權限名稱_lb.Size = New System.Drawing.Size(60, 17)
  67. Me.權限名稱_lb.TabIndex = 1426
  68. Me.權限名稱_lb.Text = "權限名稱"
  69. '
  70. '權限名稱_tb
  71. '
  72. Me.權限名稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  73. Me.權限名稱_tb.Location = New System.Drawing.Point(122, 81)
  74. Me.權限名稱_tb.Name = "權限名稱_tb"
  75. Me.權限名稱_tb.Size = New System.Drawing.Size(195, 25)
  76. Me.權限名稱_tb.TabIndex = 1425
  77. '
  78. '修改_bt
  79. '
  80. Me.修改_bt.ForeColor = System.Drawing.Color.Green
  81. Me.修改_bt.Location = New System.Drawing.Point(6, 28)
  82. Me.修改_bt.Name = "修改_bt"
  83. Me.修改_bt.Size = New System.Drawing.Size(154, 26)
  84. Me.修改_bt.TabIndex = 1424
  85. Me.修改_bt.Text = "修改"
  86. Me.修改_bt.UseVisualStyleBackColor = True
  87. '
  88. '新增_bt
  89. '
  90. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  91. Me.新增_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  92. Me.新增_bt.Location = New System.Drawing.Point(6, 2)
  93. Me.新增_bt.Name = "新增_bt"
  94. Me.新增_bt.Size = New System.Drawing.Size(154, 26)
  95. Me.新增_bt.TabIndex = 1423
  96. Me.新增_bt.Text = "新增"
  97. Me.新增_bt.UseVisualStyleBackColor = True
  98. '
  99. '修改存檔_bt
  100. '
  101. Me.修改存檔_bt.ForeColor = System.Drawing.Color.Green
  102. Me.修改存檔_bt.Location = New System.Drawing.Point(163, 28)
  103. Me.修改存檔_bt.Name = "修改存檔_bt"
  104. Me.修改存檔_bt.Size = New System.Drawing.Size(154, 26)
  105. Me.修改存檔_bt.TabIndex = 1422
  106. Me.修改存檔_bt.Text = "修改存檔"
  107. Me.修改存檔_bt.UseVisualStyleBackColor = True
  108. '
  109. '確認新增_bt
  110. '
  111. Me.確認新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  112. Me.確認新增_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  113. Me.確認新增_bt.Location = New System.Drawing.Point(163, 2)
  114. Me.確認新增_bt.Name = "確認新增_bt"
  115. Me.確認新增_bt.Size = New System.Drawing.Size(154, 26)
  116. Me.確認新增_bt.TabIndex = 1421
  117. Me.確認新增_bt.Text = "確認新增"
  118. Me.確認新增_bt.UseVisualStyleBackColor = True
  119. '
  120. '刪除_bt
  121. '
  122. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  123. Me.刪除_bt.Location = New System.Drawing.Point(6, 107)
  124. Me.刪除_bt.Name = "刪除_bt"
  125. Me.刪除_bt.Size = New System.Drawing.Size(279, 25)
  126. Me.刪除_bt.TabIndex = 1429
  127. Me.刪除_bt.Text = "刪除權限"
  128. Me.刪除_bt.UseVisualStyleBackColor = True
  129. '
  130. '清單_dgv
  131. '
  132. Me.清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  133. Or System.Windows.Forms.AnchorStyles.Left) _
  134. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  135. Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  136. Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
  137. Me.清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  138. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  139. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
  140. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  141. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
  142. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  143. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  144. Me.清單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
  145. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  146. Me.清單_dgv.Location = New System.Drawing.Point(6, 134)
  147. Me.清單_dgv.Name = "清單_dgv"
  148. Me.清單_dgv.RowHeadersWidth = 5
  149. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  150. Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  151. Me.清單_dgv.RowTemplate.Height = 24
  152. Me.清單_dgv.Size = New System.Drawing.Size(310, 477)
  153. Me.清單_dgv.TabIndex = 1430
  154. '
  155. '權限代號_cb
  156. '
  157. Me.權限代號_cb.FormattingEnabled = True
  158. Me.權限代號_cb.Items.AddRange(New Object() {"CC200", "CC201", "CC202", "CC203", "CC204", "CC205", "CC206", "CC207", "CC208", "CC209", "CC210", "CC211", "CC212", "CC213", "CC214", "CC215", "CC216", "CC217", "CC218", "CC219", "CC220", "CC221", "CC222", "CC223", "CC224", "CC225", "CC226", "CC227", "CC228", "CC229", "CC230", "CC231", "CC232", "CC233", "CC234", "CC235", "CC236", "CC237", "CC238", "CC239", "CC240", "CC241", "CC242", "CC243", "CC244", "CC245", "CC246", "CC247", "CC248", "CC249", "CC250", "CC251", "CC252", "CC253", "CC254", "CC255", "CC256", "CC257", "CC258", "CC259", "CC260"})
  159. Me.權限代號_cb.Location = New System.Drawing.Point(122, 56)
  160. Me.權限代號_cb.Name = "權限代號_cb"
  161. Me.權限代號_cb.Size = New System.Drawing.Size(195, 24)
  162. Me.權限代號_cb.TabIndex = 1431
  163. '
  164. '語轉扭_bt
  165. '
  166. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  167. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  168. Me.語轉扭_bt.Location = New System.Drawing.Point(291, 107)
  169. Me.語轉扭_bt.Name = "語轉扭_bt"
  170. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  171. Me.語轉扭_bt.TabIndex = 1432
  172. Me.語轉扭_bt.Text = "L"
  173. Me.語轉扭_bt.UseVisualStyleBackColor = True
  174. '
  175. '語言_dgv
  176. '
  177. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  178. Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2})
  179. Me.語言_dgv.Location = New System.Drawing.Point(49, 198)
  180. Me.語言_dgv.Name = "語言_dgv"
  181. Me.語言_dgv.RowTemplate.Height = 24
  182. Me.語言_dgv.Size = New System.Drawing.Size(236, 90)
  183. Me.語言_dgv.TabIndex = 1433
  184. Me.語言_dgv.Visible = False
  185. '
  186. 'Column1
  187. '
  188. Me.Column1.HeaderText = "Column1"
  189. Me.Column1.Name = "Column1"
  190. '
  191. 'Column2
  192. '
  193. Me.Column2.HeaderText = "Column2"
  194. Me.Column2.Name = "Column2"
  195. '
  196. 'Panel1
  197. '
  198. Me.Panel1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  199. Or System.Windows.Forms.AnchorStyles.Left) _
  200. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  201. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  202. Me.Panel1.Controls.Add(Me.語言_dgv)
  203. Me.Panel1.Controls.Add(Me.新增_bt)
  204. Me.Panel1.Controls.Add(Me.語轉扭_bt)
  205. Me.Panel1.Controls.Add(Me.確認新增_bt)
  206. Me.Panel1.Controls.Add(Me.權限代號_cb)
  207. Me.Panel1.Controls.Add(Me.修改存檔_bt)
  208. Me.Panel1.Controls.Add(Me.清單_dgv)
  209. Me.Panel1.Controls.Add(Me.修改_bt)
  210. Me.Panel1.Controls.Add(Me.刪除_bt)
  211. Me.Panel1.Controls.Add(Me.權限名稱_tb)
  212. Me.Panel1.Controls.Add(Me.權限代號_lb)
  213. Me.Panel1.Controls.Add(Me.權限名稱_lb)
  214. Me.Panel1.Location = New System.Drawing.Point(5, 34)
  215. Me.Panel1.Name = "Panel1"
  216. Me.Panel1.Size = New System.Drawing.Size(322, 615)
  217. Me.Panel1.TabIndex = 1434
  218. '
  219. 'PnlTitleBar
  220. '
  221. Me.PnlTitleBar.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  222. Or System.Windows.Forms.AnchorStyles.Left) _
  223. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  224. Me.PnlTitleBar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
  225. Me.PnlTitleBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  226. Me.PnlTitleBar.Controls.Add(Me.Cancel_bt)
  227. Me.PnlTitleBar.Controls.Add(Me.主題_lb)
  228. Me.PnlTitleBar.Location = New System.Drawing.Point(0, 0)
  229. Me.PnlTitleBar.Name = "PnlTitleBar"
  230. Me.PnlTitleBar.Size = New System.Drawing.Size(331, 652)
  231. Me.PnlTitleBar.TabIndex = 1840
  232. '
  233. 'Cancel_bt
  234. '
  235. Me.Cancel_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  236. Me.Cancel_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
  237. Me.Cancel_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  238. Me.Cancel_bt.ForeColor = System.Drawing.Color.Black
  239. Me.Cancel_bt.Location = New System.Drawing.Point(298, 3)
  240. Me.Cancel_bt.Name = "Cancel_bt"
  241. Me.Cancel_bt.Size = New System.Drawing.Size(26, 26)
  242. Me.Cancel_bt.TabIndex = 1730
  243. Me.Cancel_bt.Text = "X"
  244. Me.Cancel_bt.UseVisualStyleBackColor = False
  245. '
  246. '主題_lb
  247. '
  248. Me.主題_lb.AutoSize = True
  249. Me.主題_lb.BackColor = System.Drawing.Color.Transparent
  250. Me.主題_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  251. Me.主題_lb.Location = New System.Drawing.Point(10, 9)
  252. Me.主題_lb.Name = "主題_lb"
  253. Me.主題_lb.Size = New System.Drawing.Size(45, 16)
  254. Me.主題_lb.TabIndex = 1729
  255. Me.主題_lb.Text = "Label1"
  256. '
  257. 'LINE_權限一覽表
  258. '
  259. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  260. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  261. Me.ClientSize = New System.Drawing.Size(331, 652)
  262. Me.Controls.Add(Me.Panel1)
  263. Me.Controls.Add(Me.PnlTitleBar)
  264. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  265. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  266. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  267. Me.Name = "LINE_權限一覽表"
  268. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  269. Me.Text = "LINE_權限一覽表"
  270. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  271. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  272. Me.Panel1.ResumeLayout(False)
  273. Me.Panel1.PerformLayout()
  274. Me.PnlTitleBar.ResumeLayout(False)
  275. Me.PnlTitleBar.PerformLayout()
  276. Me.ResumeLayout(False)
  277. End Sub
  278. Friend WithEvents 權限代號_lb As Label
  279. Friend WithEvents 權限名稱_lb As Label
  280. Friend WithEvents 權限名稱_tb As TextBox
  281. Friend WithEvents 修改_bt As Button
  282. Friend WithEvents 新增_bt As Button
  283. Friend WithEvents 修改存檔_bt As Button
  284. Friend WithEvents 確認新增_bt As Button
  285. Friend WithEvents 刪除_bt As Button
  286. Friend WithEvents 清單_dgv As DataGridView
  287. Friend WithEvents 權限代號_cb As ComboBox
  288. Friend WithEvents 語轉扭_bt As Button
  289. Friend WithEvents 語言_dgv As DataGridView
  290. Friend WithEvents Column1 As DataGridViewTextBoxColumn
  291. Friend WithEvents Column2 As DataGridViewTextBoxColumn
  292. Friend WithEvents Panel1 As Panel
  293. Friend WithEvents PnlTitleBar As Panel
  294. Friend WithEvents Cancel_bt As Button
  295. Friend WithEvents 主題_lb As Label
  296. End Class