管理者登入.Designer.vb 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(管理者登入))
  23. Me.Label2 = New System.Windows.Forms.Label()
  24. Me.Button1 = New System.Windows.Forms.Button()
  25. Me.TextBox1 = New System.Windows.Forms.TextBox()
  26. Me.Label1 = New System.Windows.Forms.Label()
  27. Me.Button3 = New System.Windows.Forms.Button()
  28. Me.Label3 = New System.Windows.Forms.Label()
  29. Me.SuspendLayout()
  30. '
  31. 'Label2
  32. '
  33. Me.Label2.AutoSize = True
  34. Me.Label2.BackColor = System.Drawing.Color.SeaShell
  35. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  36. Me.Label2.Location = New System.Drawing.Point(242, 227)
  37. Me.Label2.Name = "Label2"
  38. Me.Label2.Size = New System.Drawing.Size(39, 19)
  39. Me.Label2.TabIndex = 16
  40. Me.Label2.Text = "帳號"
  41. '
  42. 'Button1
  43. '
  44. Me.Button1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer))
  45. Me.Button1.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
  46. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  47. Me.Button1.ForeColor = System.Drawing.Color.DarkGreen
  48. Me.Button1.Location = New System.Drawing.Point(348, 267)
  49. Me.Button1.Margin = New System.Windows.Forms.Padding(2)
  50. Me.Button1.Name = "Button1"
  51. Me.Button1.Size = New System.Drawing.Size(56, 32)
  52. Me.Button1.TabIndex = 13
  53. Me.Button1.Text = "登入"
  54. Me.Button1.UseVisualStyleBackColor = False
  55. '
  56. 'TextBox1
  57. '
  58. Me.TextBox1.ImeMode = System.Windows.Forms.ImeMode.Off
  59. Me.TextBox1.Location = New System.Drawing.Point(292, 224)
  60. Me.TextBox1.Margin = New System.Windows.Forms.Padding(2)
  61. Me.TextBox1.Name = "TextBox1"
  62. Me.TextBox1.Size = New System.Drawing.Size(211, 22)
  63. Me.TextBox1.TabIndex = 9
  64. '
  65. 'Label1
  66. '
  67. Me.Label1.BackColor = System.Drawing.Color.SpringGreen
  68. Me.Label1.Image = Global.謎鹿進銷存系統.My.Resources.Resources._2_160GQ01152193
  69. Me.Label1.Location = New System.Drawing.Point(228, 131)
  70. Me.Label1.Name = "Label1"
  71. Me.Label1.Size = New System.Drawing.Size(298, 241)
  72. Me.Label1.TabIndex = 15
  73. '
  74. 'Button3
  75. '
  76. Me.Button3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer))
  77. Me.Button3.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images
  78. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  79. Me.Button3.ForeColor = System.Drawing.Color.DarkGreen
  80. Me.Button3.Location = New System.Drawing.Point(315, 320)
  81. Me.Button3.Margin = New System.Windows.Forms.Padding(2)
  82. Me.Button3.Name = "Button3"
  83. Me.Button3.Size = New System.Drawing.Size(122, 32)
  84. Me.Button3.TabIndex = 17
  85. Me.Button3.Text = "返回會員登入"
  86. Me.Button3.UseVisualStyleBackColor = False
  87. '
  88. 'Label3
  89. '
  90. Me.Label3.BackColor = System.Drawing.Color.Transparent
  91. Me.Label3.Font = New System.Drawing.Font("微軟正黑體 Light", 26.0!, CType((System.Drawing.FontStyle.Italic Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  92. Me.Label3.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  93. Me.Label3.Image = Global.謎鹿進銷存系統.My.Resources.Resources._2_160GQ01152193
  94. Me.Label3.Location = New System.Drawing.Point(284, 150)
  95. Me.Label3.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
  96. Me.Label3.Name = "Label3"
  97. Me.Label3.Size = New System.Drawing.Size(206, 53)
  98. Me.Label3.TabIndex = 19
  99. Me.Label3.Text = "管理者登入"
  100. '
  101. '管理者登入
  102. '
  103. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  104. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  105. Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
  106. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  107. Me.ClientSize = New System.Drawing.Size(800, 450)
  108. Me.Controls.Add(Me.Label3)
  109. Me.Controls.Add(Me.Button3)
  110. Me.Controls.Add(Me.Label2)
  111. Me.Controls.Add(Me.Button1)
  112. Me.Controls.Add(Me.TextBox1)
  113. Me.Controls.Add(Me.Label1)
  114. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  115. Me.Name = "管理者登入"
  116. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  117. Me.Text = "管理者登入"
  118. Me.ResumeLayout(False)
  119. Me.PerformLayout()
  120. End Sub
  121. Friend WithEvents Label2 As Label
  122. Friend WithEvents Button1 As Button
  123. Friend WithEvents TextBox1 As TextBox
  124. Friend WithEvents Label1 As Label
  125. Friend WithEvents Button3 As Button
  126. Friend WithEvents Label3 As Label
  127. End Class