暫無描述
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.

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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  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. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  37. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  38. Me.SuspendLayout()
  39. '
  40. '權限代號_lb
  41. '
  42. Me.權限代號_lb.AutoSize = True
  43. Me.權限代號_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  44. Me.權限代號_lb.Location = New System.Drawing.Point(3, 59)
  45. Me.權限代號_lb.Name = "權限代號_lb"
  46. Me.權限代號_lb.Size = New System.Drawing.Size(60, 17)
  47. Me.權限代號_lb.TabIndex = 1427
  48. Me.權限代號_lb.Text = "權限代號"
  49. '
  50. '權限名稱_lb
  51. '
  52. Me.權限名稱_lb.AutoSize = True
  53. Me.權限名稱_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  54. Me.權限名稱_lb.Location = New System.Drawing.Point(3, 85)
  55. Me.權限名稱_lb.Name = "權限名稱_lb"
  56. Me.權限名稱_lb.Size = New System.Drawing.Size(60, 17)
  57. Me.權限名稱_lb.TabIndex = 1426
  58. Me.權限名稱_lb.Text = "權限名稱"
  59. '
  60. '權限名稱_tb
  61. '
  62. Me.權限名稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  63. Me.權限名稱_tb.Location = New System.Drawing.Point(122, 82)
  64. Me.權限名稱_tb.Name = "權限名稱_tb"
  65. Me.權限名稱_tb.Size = New System.Drawing.Size(195, 25)
  66. Me.權限名稱_tb.TabIndex = 1425
  67. '
  68. '修改_bt
  69. '
  70. Me.修改_bt.ForeColor = System.Drawing.Color.Green
  71. Me.修改_bt.Location = New System.Drawing.Point(6, 29)
  72. Me.修改_bt.Name = "修改_bt"
  73. Me.修改_bt.Size = New System.Drawing.Size(154, 26)
  74. Me.修改_bt.TabIndex = 1424
  75. Me.修改_bt.Text = "修改"
  76. Me.修改_bt.UseVisualStyleBackColor = True
  77. '
  78. '新增_bt
  79. '
  80. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  81. Me.新增_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  82. Me.新增_bt.Location = New System.Drawing.Point(6, 3)
  83. Me.新增_bt.Name = "新增_bt"
  84. Me.新增_bt.Size = New System.Drawing.Size(154, 26)
  85. Me.新增_bt.TabIndex = 1423
  86. Me.新增_bt.Text = "新增"
  87. Me.新增_bt.UseVisualStyleBackColor = True
  88. '
  89. '修改存檔_bt
  90. '
  91. Me.修改存檔_bt.ForeColor = System.Drawing.Color.Green
  92. Me.修改存檔_bt.Location = New System.Drawing.Point(163, 29)
  93. Me.修改存檔_bt.Name = "修改存檔_bt"
  94. Me.修改存檔_bt.Size = New System.Drawing.Size(154, 26)
  95. Me.修改存檔_bt.TabIndex = 1422
  96. Me.修改存檔_bt.Text = "修改存檔"
  97. Me.修改存檔_bt.UseVisualStyleBackColor = True
  98. '
  99. '確認新增_bt
  100. '
  101. Me.確認新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  102. Me.確認新增_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  103. Me.確認新增_bt.Location = New System.Drawing.Point(163, 3)
  104. Me.確認新增_bt.Name = "確認新增_bt"
  105. Me.確認新增_bt.Size = New System.Drawing.Size(154, 26)
  106. Me.確認新增_bt.TabIndex = 1421
  107. Me.確認新增_bt.Text = "確認新增"
  108. Me.確認新增_bt.UseVisualStyleBackColor = True
  109. '
  110. '刪除_bt
  111. '
  112. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  113. Me.刪除_bt.Location = New System.Drawing.Point(6, 108)
  114. Me.刪除_bt.Name = "刪除_bt"
  115. Me.刪除_bt.Size = New System.Drawing.Size(279, 25)
  116. Me.刪除_bt.TabIndex = 1429
  117. Me.刪除_bt.Text = "刪除權限"
  118. Me.刪除_bt.UseVisualStyleBackColor = True
  119. '
  120. '清單_dgv
  121. '
  122. Me.清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  123. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  124. Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  125. Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
  126. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  127. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
  128. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  129. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
  130. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  131. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  132. Me.清單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
  133. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  134. Me.清單_dgv.Location = New System.Drawing.Point(6, 135)
  135. Me.清單_dgv.Name = "清單_dgv"
  136. Me.清單_dgv.RowHeadersWidth = 5
  137. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  138. Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  139. Me.清單_dgv.RowTemplate.Height = 24
  140. Me.清單_dgv.Size = New System.Drawing.Size(310, 272)
  141. Me.清單_dgv.TabIndex = 1430
  142. '
  143. '權限代號_cb
  144. '
  145. Me.權限代號_cb.FormattingEnabled = True
  146. 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"})
  147. Me.權限代號_cb.Location = New System.Drawing.Point(122, 57)
  148. Me.權限代號_cb.Name = "權限代號_cb"
  149. Me.權限代號_cb.Size = New System.Drawing.Size(195, 24)
  150. Me.權限代號_cb.TabIndex = 1431
  151. '
  152. '語轉扭_bt
  153. '
  154. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  155. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  156. Me.語轉扭_bt.Location = New System.Drawing.Point(291, 108)
  157. Me.語轉扭_bt.Name = "語轉扭_bt"
  158. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  159. Me.語轉扭_bt.TabIndex = 1432
  160. Me.語轉扭_bt.Text = "L"
  161. Me.語轉扭_bt.UseVisualStyleBackColor = True
  162. '
  163. '語言_dgv
  164. '
  165. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  166. Me.語言_dgv.Location = New System.Drawing.Point(49, 199)
  167. Me.語言_dgv.Name = "語言_dgv"
  168. Me.語言_dgv.RowTemplate.Height = 24
  169. Me.語言_dgv.Size = New System.Drawing.Size(49, 34)
  170. Me.語言_dgv.TabIndex = 1433
  171. Me.語言_dgv.Visible = False
  172. '
  173. 'LINE_權限一覽表
  174. '
  175. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  176. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  177. Me.ClientSize = New System.Drawing.Size(321, 410)
  178. Me.Controls.Add(Me.語言_dgv)
  179. Me.Controls.Add(Me.語轉扭_bt)
  180. Me.Controls.Add(Me.權限代號_cb)
  181. Me.Controls.Add(Me.清單_dgv)
  182. Me.Controls.Add(Me.刪除_bt)
  183. Me.Controls.Add(Me.權限代號_lb)
  184. Me.Controls.Add(Me.權限名稱_lb)
  185. Me.Controls.Add(Me.權限名稱_tb)
  186. Me.Controls.Add(Me.修改_bt)
  187. Me.Controls.Add(Me.新增_bt)
  188. Me.Controls.Add(Me.修改存檔_bt)
  189. Me.Controls.Add(Me.確認新增_bt)
  190. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  191. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  192. Me.Name = "LINE_權限一覽表"
  193. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  194. Me.Text = "LINE_權限一覽表"
  195. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  196. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  197. Me.ResumeLayout(False)
  198. Me.PerformLayout()
  199. End Sub
  200. Friend WithEvents 權限代號_lb As Label
  201. Friend WithEvents 權限名稱_lb As Label
  202. Friend WithEvents 權限名稱_tb As TextBox
  203. Friend WithEvents 修改_bt As Button
  204. Friend WithEvents 新增_bt As Button
  205. Friend WithEvents 修改存檔_bt As Button
  206. Friend WithEvents 確認新增_bt As Button
  207. Friend WithEvents 刪除_bt As Button
  208. Friend WithEvents 清單_dgv As DataGridView
  209. Friend WithEvents 權限代號_cb As ComboBox
  210. Friend WithEvents 語轉扭_bt As Button
  211. Friend WithEvents 語言_dgv As DataGridView
  212. End Class