Partial Class 管理者介面 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub '為 Windows Form 設計工具的必要項 Private components As System.ComponentModel.IContainer '注意: 以下為 Windows Form 設計工具所需的程序 '可以使用 Windows Form 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(管理者介面)) Me.Button5 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.Button6 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.SuspendLayout() ' 'Button5 ' Me.Button5.BackColor = System.Drawing.Color.SandyBrown Me.Button5.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button5.Location = New System.Drawing.Point(11, 355) Me.Button5.Margin = New System.Windows.Forms.Padding(2) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(137, 32) Me.Button5.TabIndex = 68 Me.Button5.Text = "會員購買紀錄" Me.Button5.UseVisualStyleBackColor = False ' 'Button4 ' Me.Button4.BackColor = System.Drawing.Color.SandyBrown Me.Button4.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button4.Location = New System.Drawing.Point(11, 300) Me.Button4.Margin = New System.Windows.Forms.Padding(2) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(137, 32) Me.Button4.TabIndex = 67 Me.Button4.Text = "商品銷售紀錄" Me.Button4.UseVisualStyleBackColor = False ' 'Button6 ' Me.Button6.BackColor = System.Drawing.Color.SandyBrown Me.Button6.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button6.Location = New System.Drawing.Point(23, 413) Me.Button6.Margin = New System.Windows.Forms.Padding(2) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(112, 32) Me.Button6.TabIndex = 66 Me.Button6.Text = "登入畫面" Me.Button6.UseVisualStyleBackColor = False ' 'Button3 ' Me.Button3.BackColor = System.Drawing.Color.SandyBrown Me.Button3.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button3.Location = New System.Drawing.Point(23, 247) Me.Button3.Margin = New System.Windows.Forms.Padding(2) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(112, 32) Me.Button3.TabIndex = 65 Me.Button3.Text = "會員管理" Me.Button3.UseVisualStyleBackColor = False ' 'Button2 ' Me.Button2.BackColor = System.Drawing.Color.SandyBrown Me.Button2.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button2.Location = New System.Drawing.Point(23, 191) Me.Button2.Margin = New System.Windows.Forms.Padding(2) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(112, 32) Me.Button2.TabIndex = 64 Me.Button2.Text = "訂單" Me.Button2.UseVisualStyleBackColor = False ' 'Button1 ' Me.Button1.BackColor = System.Drawing.Color.SandyBrown Me.Button1.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.images Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText Me.Button1.Location = New System.Drawing.Point(23, 135) Me.Button1.Margin = New System.Windows.Forms.Padding(2) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(112, 32) Me.Button1.TabIndex = 63 Me.Button1.Text = "商品管理" Me.Button1.UseVisualStyleBackColor = False ' '管理者介面 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image) Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.ClientSize = New System.Drawing.Size(835, 483) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "管理者介面" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "管理者介面" Me.ResumeLayout(False) End Sub Friend WithEvents Button5 As Button Friend WithEvents Button4 As Button Friend WithEvents Button6 As Button Friend WithEvents Button3 As Button Friend WithEvents Button2 As Button Friend WithEvents Button1 As Button End Class