Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

系統使用者管理.Designer.vb 8.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  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 DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.Button4 = New System.Windows.Forms.Button()
  24. Me.Button3 = New System.Windows.Forms.Button()
  25. Me.Button2 = New System.Windows.Forms.Button()
  26. Me.TextBox3 = New System.Windows.Forms.TextBox()
  27. Me.Label3 = New System.Windows.Forms.Label()
  28. Me.Button1 = New System.Windows.Forms.Button()
  29. Me.Label2 = New System.Windows.Forms.Label()
  30. Me.Label1 = New System.Windows.Forms.Label()
  31. Me.TextBox2 = New System.Windows.Forms.TextBox()
  32. Me.TextBox1 = New System.Windows.Forms.TextBox()
  33. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  34. Me.Label4 = New System.Windows.Forms.Label()
  35. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  36. Me.SuspendLayout()
  37. '
  38. 'Button4
  39. '
  40. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  41. Me.Button4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  42. Me.Button4.Location = New System.Drawing.Point(263, 117)
  43. Me.Button4.Name = "Button4"
  44. Me.Button4.Size = New System.Drawing.Size(160, 25)
  45. Me.Button4.TabIndex = 31
  46. Me.Button4.Text = "新增"
  47. Me.Button4.UseVisualStyleBackColor = True
  48. '
  49. 'Button3
  50. '
  51. Me.Button3.ForeColor = System.Drawing.Color.Red
  52. Me.Button3.Location = New System.Drawing.Point(263, 210)
  53. Me.Button3.Name = "Button3"
  54. Me.Button3.Size = New System.Drawing.Size(160, 25)
  55. Me.Button3.TabIndex = 30
  56. Me.Button3.Text = "刪除"
  57. Me.Button3.UseVisualStyleBackColor = True
  58. '
  59. 'Button2
  60. '
  61. Me.Button2.ForeColor = System.Drawing.Color.Green
  62. Me.Button2.Location = New System.Drawing.Point(263, 179)
  63. Me.Button2.Name = "Button2"
  64. Me.Button2.Size = New System.Drawing.Size(160, 25)
  65. Me.Button2.TabIndex = 29
  66. Me.Button2.Text = "修改"
  67. Me.Button2.UseVisualStyleBackColor = True
  68. '
  69. 'TextBox3
  70. '
  71. Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  72. Me.TextBox3.Location = New System.Drawing.Point(303, 86)
  73. Me.TextBox3.Name = "TextBox3"
  74. Me.TextBox3.Size = New System.Drawing.Size(120, 25)
  75. Me.TextBox3.TabIndex = 28
  76. '
  77. 'Label3
  78. '
  79. Me.Label3.AutoSize = True
  80. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  81. Me.Label3.Location = New System.Drawing.Point(263, 52)
  82. Me.Label3.Name = "Label3"
  83. Me.Label3.Size = New System.Drawing.Size(34, 17)
  84. Me.Label3.TabIndex = 27
  85. Me.Label3.Text = "帳號"
  86. '
  87. 'Button1
  88. '
  89. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  90. Me.Button1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  91. Me.Button1.Location = New System.Drawing.Point(263, 148)
  92. Me.Button1.Name = "Button1"
  93. Me.Button1.Size = New System.Drawing.Size(160, 25)
  94. Me.Button1.TabIndex = 26
  95. Me.Button1.Text = "確認新增"
  96. Me.Button1.UseVisualStyleBackColor = True
  97. '
  98. 'Label2
  99. '
  100. Me.Label2.AutoSize = True
  101. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  102. Me.Label2.Location = New System.Drawing.Point(263, 89)
  103. Me.Label2.Name = "Label2"
  104. Me.Label2.Size = New System.Drawing.Size(34, 17)
  105. Me.Label2.TabIndex = 25
  106. Me.Label2.Text = "密碼"
  107. '
  108. 'Label1
  109. '
  110. Me.Label1.AutoSize = True
  111. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  112. Me.Label1.Location = New System.Drawing.Point(263, 12)
  113. Me.Label1.Name = "Label1"
  114. Me.Label1.Size = New System.Drawing.Size(34, 17)
  115. Me.Label1.TabIndex = 24
  116. Me.Label1.Text = "姓名"
  117. '
  118. 'TextBox2
  119. '
  120. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  121. Me.TextBox2.Location = New System.Drawing.Point(303, 49)
  122. Me.TextBox2.Name = "TextBox2"
  123. Me.TextBox2.Size = New System.Drawing.Size(120, 25)
  124. Me.TextBox2.TabIndex = 23
  125. '
  126. 'TextBox1
  127. '
  128. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  129. Me.TextBox1.Location = New System.Drawing.Point(303, 9)
  130. Me.TextBox1.Name = "TextBox1"
  131. Me.TextBox1.Size = New System.Drawing.Size(120, 25)
  132. Me.TextBox1.TabIndex = 22
  133. '
  134. 'DataGridView1
  135. '
  136. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  137. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  138. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  139. Me.DataGridView1.Location = New System.Drawing.Point(12, 12)
  140. Me.DataGridView1.Name = "DataGridView1"
  141. Me.DataGridView1.RowHeadersWidth = 5
  142. Me.DataGridView1.RowTemplate.Height = 24
  143. Me.DataGridView1.Size = New System.Drawing.Size(235, 251)
  144. Me.DataGridView1.TabIndex = 21
  145. '
  146. 'Label4
  147. '
  148. Me.Label4.AutoSize = True
  149. Me.Label4.Location = New System.Drawing.Point(293, 247)
  150. Me.Label4.Name = "Label4"
  151. Me.Label4.Size = New System.Drawing.Size(128, 16)
  152. Me.Label4.TabIndex = 32
  153. Me.Label4.Text = "帳號為系統ID無法修改"
  154. '
  155. '系統使用者管理
  156. '
  157. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  158. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  159. Me.ClientSize = New System.Drawing.Size(433, 272)
  160. Me.Controls.Add(Me.Label4)
  161. Me.Controls.Add(Me.Button4)
  162. Me.Controls.Add(Me.Button3)
  163. Me.Controls.Add(Me.Button2)
  164. Me.Controls.Add(Me.TextBox3)
  165. Me.Controls.Add(Me.Label3)
  166. Me.Controls.Add(Me.Button1)
  167. Me.Controls.Add(Me.Label2)
  168. Me.Controls.Add(Me.Label1)
  169. Me.Controls.Add(Me.TextBox2)
  170. Me.Controls.Add(Me.TextBox1)
  171. Me.Controls.Add(Me.DataGridView1)
  172. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  173. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  174. Me.Name = "系統使用者管理"
  175. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  176. Me.Text = "系統使用者管理"
  177. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  178. Me.ResumeLayout(False)
  179. Me.PerformLayout()
  180. End Sub
  181. Friend WithEvents Button4 As Button
  182. Friend WithEvents Button3 As Button
  183. Friend WithEvents Button2 As Button
  184. Friend WithEvents TextBox3 As TextBox
  185. Friend WithEvents Label3 As Label
  186. Friend WithEvents Button1 As Button
  187. Friend WithEvents Label2 As Label
  188. Friend WithEvents Label1 As Label
  189. Friend WithEvents TextBox2 As TextBox
  190. Friend WithEvents TextBox1 As TextBox
  191. Friend WithEvents DataGridView1 As DataGridView
  192. Friend WithEvents Label4 As Label
  193. End Class