登入.Designer.vb 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(登入))
  24. Me.TextBox1 = New System.Windows.Forms.TextBox()
  25. Me.TextBox2 = New System.Windows.Forms.TextBox()
  26. Me.Button1 = New System.Windows.Forms.Button()
  27. Me.Button2 = New System.Windows.Forms.Button()
  28. Me.Button3 = New System.Windows.Forms.Button()
  29. Me.Button4 = New System.Windows.Forms.Button()
  30. Me.Label1 = New System.Windows.Forms.Label()
  31. Me.Label2 = New System.Windows.Forms.Label()
  32. Me.Label3 = New System.Windows.Forms.Label()
  33. Me.謎鹿DataSet = New 謎鹿進銷存系統.謎鹿DataSet()
  34. Me.謎鹿DataSetBindingSource = New System.Windows.Forms.BindingSource(Me.components)
  35. Me.Label4 = New System.Windows.Forms.Label()
  36. CType(Me.謎鹿DataSet, System.ComponentModel.ISupportInitialize).BeginInit()
  37. CType(Me.謎鹿DataSetBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  38. Me.SuspendLayout()
  39. '
  40. 'TextBox1
  41. '
  42. Me.TextBox1.ImeMode = System.Windows.Forms.ImeMode.Off
  43. Me.TextBox1.Location = New System.Drawing.Point(285, 238)
  44. Me.TextBox1.Margin = New System.Windows.Forms.Padding(2)
  45. Me.TextBox1.Name = "TextBox1"
  46. Me.TextBox1.Size = New System.Drawing.Size(211, 22)
  47. Me.TextBox1.TabIndex = 0
  48. '
  49. 'TextBox2
  50. '
  51. Me.TextBox2.Location = New System.Drawing.Point(285, 295)
  52. Me.TextBox2.Margin = New System.Windows.Forms.Padding(2)
  53. Me.TextBox2.Name = "TextBox2"
  54. Me.TextBox2.Size = New System.Drawing.Size(211, 22)
  55. Me.TextBox2.TabIndex = 1
  56. Me.TextBox2.UseSystemPasswordChar = True
  57. '
  58. 'Button1
  59. '
  60. Me.Button1.BackColor = System.Drawing.Color.Silver
  61. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  62. Me.Button1.ForeColor = System.Drawing.Color.White
  63. Me.Button1.Location = New System.Drawing.Point(214, 122)
  64. Me.Button1.Margin = New System.Windows.Forms.Padding(2)
  65. Me.Button1.Name = "Button1"
  66. Me.Button1.Size = New System.Drawing.Size(176, 78)
  67. Me.Button1.TabIndex = 2
  68. Me.Button1.Text = "註冊會員"
  69. Me.Button1.UseVisualStyleBackColor = False
  70. '
  71. 'Button2
  72. '
  73. Me.Button2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer))
  74. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  75. Me.Button2.ForeColor = System.Drawing.Color.White
  76. Me.Button2.Location = New System.Drawing.Point(387, 122)
  77. Me.Button2.Margin = New System.Windows.Forms.Padding(2)
  78. Me.Button2.Name = "Button2"
  79. Me.Button2.Size = New System.Drawing.Size(176, 78)
  80. Me.Button2.TabIndex = 3
  81. Me.Button2.Text = "會員登入"
  82. Me.Button2.UseVisualStyleBackColor = False
  83. '
  84. 'Button3
  85. '
  86. Me.Button3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer))
  87. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  88. Me.Button3.ForeColor = System.Drawing.Color.White
  89. Me.Button3.Location = New System.Drawing.Point(362, 333)
  90. Me.Button3.Margin = New System.Windows.Forms.Padding(2)
  91. Me.Button3.Name = "Button3"
  92. Me.Button3.Size = New System.Drawing.Size(56, 32)
  93. Me.Button3.TabIndex = 4
  94. Me.Button3.Text = "登入"
  95. Me.Button3.UseVisualStyleBackColor = False
  96. '
  97. 'Button4
  98. '
  99. Me.Button4.BackColor = System.Drawing.Color.Transparent
  100. Me.Button4.Location = New System.Drawing.Point(354, 386)
  101. Me.Button4.Margin = New System.Windows.Forms.Padding(2)
  102. Me.Button4.Name = "Button4"
  103. Me.Button4.Size = New System.Drawing.Size(71, 28)
  104. Me.Button4.TabIndex = 5
  105. Me.Button4.Text = "忘記密碼?"
  106. Me.Button4.UseVisualStyleBackColor = False
  107. '
  108. 'Label1
  109. '
  110. Me.Label1.BackColor = System.Drawing.Color.SeaShell
  111. Me.Label1.Location = New System.Drawing.Point(215, 122)
  112. Me.Label1.Name = "Label1"
  113. Me.Label1.Size = New System.Drawing.Size(346, 302)
  114. Me.Label1.TabIndex = 6
  115. Me.Label1.Text = "Label1"
  116. '
  117. 'Label2
  118. '
  119. Me.Label2.AutoSize = True
  120. Me.Label2.BackColor = System.Drawing.Color.SeaShell
  121. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  122. Me.Label2.Location = New System.Drawing.Point(234, 241)
  123. Me.Label2.Name = "Label2"
  124. Me.Label2.Size = New System.Drawing.Size(39, 19)
  125. Me.Label2.TabIndex = 7
  126. Me.Label2.Text = "帳號"
  127. '
  128. 'Label3
  129. '
  130. Me.Label3.AutoSize = True
  131. Me.Label3.BackColor = System.Drawing.Color.SeaShell
  132. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  133. Me.Label3.Location = New System.Drawing.Point(234, 296)
  134. Me.Label3.Name = "Label3"
  135. Me.Label3.Size = New System.Drawing.Size(39, 19)
  136. Me.Label3.TabIndex = 8
  137. Me.Label3.Text = "密碼"
  138. '
  139. '謎鹿DataSet
  140. '
  141. Me.謎鹿DataSet.DataSetName = "謎鹿DataSet"
  142. Me.謎鹿DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
  143. '
  144. '謎鹿DataSetBindingSource
  145. '
  146. Me.謎鹿DataSetBindingSource.DataSource = Me.謎鹿DataSet
  147. Me.謎鹿DataSetBindingSource.Position = 0
  148. '
  149. 'Label4
  150. '
  151. Me.Label4.BackColor = System.Drawing.Color.Transparent
  152. Me.Label4.Location = New System.Drawing.Point(42, 30)
  153. Me.Label4.Name = "Label4"
  154. Me.Label4.Size = New System.Drawing.Size(11, 13)
  155. Me.Label4.TabIndex = 9
  156. '
  157. '登入
  158. '
  159. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  160. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  161. Me.BackColor = System.Drawing.SystemColors.Control
  162. Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
  163. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  164. Me.ClientSize = New System.Drawing.Size(815, 478)
  165. Me.Controls.Add(Me.Label4)
  166. Me.Controls.Add(Me.Label3)
  167. Me.Controls.Add(Me.Label2)
  168. Me.Controls.Add(Me.Button4)
  169. Me.Controls.Add(Me.Button3)
  170. Me.Controls.Add(Me.Button2)
  171. Me.Controls.Add(Me.Button1)
  172. Me.Controls.Add(Me.TextBox2)
  173. Me.Controls.Add(Me.TextBox1)
  174. Me.Controls.Add(Me.Label1)
  175. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  176. Me.Name = "登入"
  177. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  178. Me.Text = "Form1"
  179. CType(Me.謎鹿DataSet, System.ComponentModel.ISupportInitialize).EndInit()
  180. CType(Me.謎鹿DataSetBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  181. Me.ResumeLayout(False)
  182. Me.PerformLayout()
  183. End Sub
  184. Friend WithEvents TextBox1 As TextBox
  185. Friend WithEvents TextBox2 As TextBox
  186. Friend WithEvents Button1 As Button
  187. Friend WithEvents Button2 As Button
  188. Friend WithEvents Button3 As Button
  189. Friend WithEvents Button4 As Button
  190. Friend WithEvents Label1 As Label
  191. Friend WithEvents Label2 As Label
  192. Friend WithEvents Label3 As Label
  193. Friend WithEvents 謎鹿DataSetBindingSource As BindingSource
  194. Friend WithEvents 謎鹿DataSet As 謎鹿DataSet
  195. Friend WithEvents Label4 As Label
  196. End Class