_ 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() Me.components = New System.ComponentModel.Container() 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.Button10 = New System.Windows.Forms.Button() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Button3 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.Button6 = New System.Windows.Forms.Button() Me.Button7 = New System.Windows.Forms.Button() Me.Button13 = New System.Windows.Forms.Button() Me.Button14 = New System.Windows.Forms.Button() Me.Label9 = New System.Windows.Forms.Label() Me.TextBox5 = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.PictureBox4 = New System.Windows.Forms.PictureBox() Me.PictureBox3 = New System.Windows.Forms.PictureBox() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.Label10 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.Label29 = New System.Windows.Forms.Label() Me.購物車DataGridView = New System.Windows.Forms.DataGridView() Me.會員編號DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.運費DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.總金額DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.購物車編號DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.購物車BindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.謎鹿DataSet = New 謎鹿進銷存系統.謎鹿DataSet() Me.購物車TableAdapter = New 謎鹿進銷存系統.謎鹿DataSetTableAdapters.購物車TableAdapter() Me.Label12 = New System.Windows.Forms.Label() Me.Label13 = New System.Windows.Forms.Label() Me.Label14 = New System.Windows.Forms.Label() Me.Label15 = New System.Windows.Forms.Label() Me.Label16 = New System.Windows.Forms.Label() Me.Label17 = New System.Windows.Forms.Label() Me.Label18 = New System.Windows.Forms.Label() Me.Label19 = New System.Windows.Forms.Label() Me.Label20 = New System.Windows.Forms.Label() Me.Label21 = New System.Windows.Forms.Label() Me.Label22 = New System.Windows.Forms.Label() Me.Label23 = New System.Windows.Forms.Label() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.購物車DataGridView, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.購物車BindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.謎鹿DataSet, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Button5 ' Me.Button5.BackColor = System.Drawing.Color.Transparent Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button5.Image = Global.謎鹿進銷存系統.My.Resources.Resources.images Me.Button5.Location = New System.Drawing.Point(37, 440) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(125, 32) Me.Button5.TabIndex = 41 Me.Button5.Text = "手工餅乾>" Me.Button5.UseVisualStyleBackColor = False ' 'Button4 ' Me.Button4.BackColor = System.Drawing.Color.Transparent Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button4.Image = Global.謎鹿進銷存系統.My.Resources.Resources.images Me.Button4.Location = New System.Drawing.Point(37, 379) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(125, 32) Me.Button4.TabIndex = 40 Me.Button4.Text = "便籤夾 >" Me.Button4.UseVisualStyleBackColor = False ' 'Button10 ' Me.Button10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button10.Image = Global.謎鹿進銷存系統.My.Resources.Resources.istockphoto_1023670900_1024x1024 Me.Button10.ImageAlign = System.Drawing.ContentAlignment.TopCenter Me.Button10.Location = New System.Drawing.Point(168, 94) Me.Button10.Name = "Button10" Me.Button10.Size = New System.Drawing.Size(52, 23) Me.Button10.TabIndex = 35 Me.Button10.Text = "搜尋" Me.Button10.UseVisualStyleBackColor = True ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(37, 95) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(125, 22) Me.TextBox1.TabIndex = 34 ' 'Button3 ' Me.Button3.BackColor = System.Drawing.Color.Transparent Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button3.Image = Global.謎鹿進銷存系統.My.Resources.Resources.images Me.Button3.Location = New System.Drawing.Point(37, 317) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(125, 32) Me.Button3.TabIndex = 33 Me.Button3.Text = "指甲油 >>" Me.Button3.UseVisualStyleBackColor = False ' 'Button2 ' Me.Button2.BackColor = System.Drawing.Color.Transparent Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button2.Image = Global.謎鹿進銷存系統.My.Resources.Resources.images Me.Button2.Location = New System.Drawing.Point(37, 256) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(125, 32) Me.Button2.TabIndex = 32 Me.Button2.Text = "吊飾 >" Me.Button2.UseVisualStyleBackColor = False ' 'Button1 ' Me.Button1.BackColor = System.Drawing.Color.Transparent Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button1.Image = Global.謎鹿進銷存系統.My.Resources.Resources.images Me.Button1.Location = New System.Drawing.Point(37, 191) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(125, 32) Me.Button1.TabIndex = 31 Me.Button1.Text = "耳環 >" Me.Button1.UseVisualStyleBackColor = False ' 'Label1 ' Me.Label1.BackColor = System.Drawing.Color.Transparent Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label1.Location = New System.Drawing.Point(32, 146) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(100, 23) Me.Label1.TabIndex = 30 Me.Label1.Text = "分類" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Button6 ' Me.Button6.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.istockphoto_1023670900_1024x1024 Me.Button6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button6.Location = New System.Drawing.Point(840, 12) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(86, 37) Me.Button6.TabIndex = 42 Me.Button6.Text = "購物車" Me.Button6.UseVisualStyleBackColor = True ' 'Button7 ' Me.Button7.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.istockphoto_1023670900_1024x1024 Me.Button7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.Button7.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button7.Location = New System.Drawing.Point(748, 12) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(86, 37) Me.Button7.TabIndex = 65 Me.Button7.Text = "訂單" Me.Button7.UseVisualStyleBackColor = True ' 'Button13 ' Me.Button13.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.pngtree_simple_yellow_background_fluid_marble_shading_shading_background_image_40810 Me.Button13.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button13.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button13.Location = New System.Drawing.Point(811, 414) Me.Button13.Name = "Button13" Me.Button13.Size = New System.Drawing.Size(116, 86) Me.Button13.TabIndex = 183 Me.Button13.Text = "清空購物車" Me.Button13.UseVisualStyleBackColor = True ' 'Button14 ' Me.Button14.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources._4863ede4_0215_403e_a854_e504c35d4509 Me.Button14.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Button14.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button14.Location = New System.Drawing.Point(811, 289) Me.Button14.Name = "Button14" Me.Button14.Size = New System.Drawing.Size(116, 86) Me.Button14.TabIndex = 182 Me.Button14.Text = "放到購物車" Me.Button14.UseVisualStyleBackColor = True ' 'Label9 ' Me.Label9.BackColor = System.Drawing.Color.Transparent Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label9.Location = New System.Drawing.Point(730, 524) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(32, 23) Me.Label9.TabIndex = 181 Me.Label9.Text = "瓶" Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'TextBox5 ' Me.TextBox5.Location = New System.Drawing.Point(685, 525) Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(45, 22) Me.TextBox5.TabIndex = 179 Me.TextBox5.Text = "0" Me.TextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label8 ' Me.Label8.BackColor = System.Drawing.Color.Transparent Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label8.Location = New System.Drawing.Point(427, 522) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(32, 23) Me.Label8.TabIndex = 178 Me.Label8.Text = "瓶" Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'TextBox4 ' Me.TextBox4.Location = New System.Drawing.Point(382, 523) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(45, 22) Me.TextBox4.TabIndex = 176 Me.TextBox4.Text = "0" Me.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label7 ' Me.Label7.BackColor = System.Drawing.Color.Transparent Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label7.Location = New System.Drawing.Point(731, 311) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(32, 23) Me.Label7.TabIndex = 175 Me.Label7.Text = "瓶" Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(685, 312) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(45, 22) Me.TextBox2.TabIndex = 173 Me.TextBox2.Text = "0" Me.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label6 ' Me.Label6.BackColor = System.Drawing.Color.Transparent Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label6.Location = New System.Drawing.Point(427, 314) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(32, 23) Me.Label6.TabIndex = 172 Me.Label6.Text = "瓶" Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(382, 316) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(45, 22) Me.TextBox3.TabIndex = 170 Me.TextBox3.Text = "0" Me.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label5 ' Me.Label5.BackColor = System.Drawing.Color.Transparent Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 16.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label5.Location = New System.Drawing.Point(563, 495) Me.Label5.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(209, 27) Me.Label5.TabIndex = 169 Me.Label5.Text = "Olive橄欖 290元/瓶 " ' 'Label4 ' Me.Label4.BackColor = System.Drawing.Color.Transparent Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 16.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label4.Location = New System.Drawing.Point(249, 495) Me.Label4.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(239, 27) Me.Label4.TabIndex = 168 Me.Label4.Text = "Agate紅瑪瑙 380元/瓶 " ' 'Label3 ' Me.Label3.BackColor = System.Drawing.Color.Transparent Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 16.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label3.Location = New System.Drawing.Point(563, 282) Me.Label3.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(218, 27) Me.Label3.TabIndex = 167 Me.Label3.Text = "Blush酡顏 380元/瓶 " ' 'Label2 ' Me.Label2.BackColor = System.Drawing.Color.Transparent Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 16.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label2.Location = New System.Drawing.Point(226, 287) Me.Label2.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(283, 27) Me.Label2.TabIndex = 166 Me.Label2.Text = "Sandcastles沙堡 380元/瓶 " ' 'PictureBox4 ' Me.PictureBox4.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.指甲油11 Me.PictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox4.Location = New System.Drawing.Point(556, 345) Me.PictureBox4.Name = "PictureBox4" Me.PictureBox4.Size = New System.Drawing.Size(219, 146) Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox4.TabIndex = 165 Me.PictureBox4.TabStop = False ' 'PictureBox3 ' Me.PictureBox3.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.指甲油14 Me.PictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox3.Location = New System.Drawing.Point(254, 345) Me.PictureBox3.Name = "PictureBox3" Me.PictureBox3.Size = New System.Drawing.Size(219, 146) Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox3.TabIndex = 164 Me.PictureBox3.TabStop = False ' 'PictureBox2 ' Me.PictureBox2.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.指甲油3 Me.PictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox2.Location = New System.Drawing.Point(556, 133) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(219, 146) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox2.TabIndex = 163 Me.PictureBox2.TabStop = False ' 'PictureBox1 ' Me.PictureBox1.BackgroundImage = Global.謎鹿進銷存系統.My.Resources.Resources.指甲油2 Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox1.Location = New System.Drawing.Point(254, 133) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(219, 146) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 162 Me.PictureBox1.TabStop = False ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.BackColor = System.Drawing.Color.Transparent Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label10.Location = New System.Drawing.Point(691, 21) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(39, 19) Me.Label10.TabIndex = 185 Me.Label10.Text = "您好" ' 'Label11 ' Me.Label11.BackColor = System.Drawing.Color.Transparent Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label11.Location = New System.Drawing.Point(558, 20) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(127, 22) Me.Label11.TabIndex = 184 Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Label29 ' Me.Label29.BackColor = System.Drawing.Color.Transparent Me.Label29.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label29.Location = New System.Drawing.Point(33, 69) Me.Label29.Name = "Label29" Me.Label29.Size = New System.Drawing.Size(161, 23) Me.Label29.TabIndex = 186 Me.Label29.Text = "請輸入完整商品名稱" Me.Label29.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '購物車DataGridView ' Me.購物車DataGridView.AutoGenerateColumns = False Me.購物車DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.購物車DataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.會員編號DataGridViewTextBoxColumn, Me.運費DataGridViewTextBoxColumn, Me.總金額DataGridViewTextBoxColumn, Me.購物車編號DataGridViewTextBoxColumn}) Me.購物車DataGridView.DataSource = Me.購物車BindingSource Me.購物車DataGridView.Location = New System.Drawing.Point(37, 500) Me.購物車DataGridView.Name = "購物車DataGridView" Me.購物車DataGridView.RowTemplate.Height = 24 Me.購物車DataGridView.Size = New System.Drawing.Size(25, 22) Me.購物車DataGridView.TabIndex = 187 ' '會員編號DataGridViewTextBoxColumn ' Me.會員編號DataGridViewTextBoxColumn.DataPropertyName = "會員編號" Me.會員編號DataGridViewTextBoxColumn.HeaderText = "會員編號" Me.會員編號DataGridViewTextBoxColumn.Name = "會員編號DataGridViewTextBoxColumn" ' '運費DataGridViewTextBoxColumn ' Me.運費DataGridViewTextBoxColumn.DataPropertyName = "運費" Me.運費DataGridViewTextBoxColumn.HeaderText = "運費" Me.運費DataGridViewTextBoxColumn.Name = "運費DataGridViewTextBoxColumn" ' '總金額DataGridViewTextBoxColumn ' Me.總金額DataGridViewTextBoxColumn.DataPropertyName = "總金額" Me.總金額DataGridViewTextBoxColumn.HeaderText = "總金額" Me.總金額DataGridViewTextBoxColumn.Name = "總金額DataGridViewTextBoxColumn" ' '購物車編號DataGridViewTextBoxColumn ' Me.購物車編號DataGridViewTextBoxColumn.DataPropertyName = "購物車編號" Me.購物車編號DataGridViewTextBoxColumn.HeaderText = "購物車編號" Me.購物車編號DataGridViewTextBoxColumn.Name = "購物車編號DataGridViewTextBoxColumn" ' '購物車BindingSource ' Me.購物車BindingSource.DataMember = "購物車" Me.購物車BindingSource.DataSource = Me.謎鹿DataSet ' '謎鹿DataSet ' Me.謎鹿DataSet.DataSetName = "謎鹿DataSet" Me.謎鹿DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' '購物車TableAdapter ' Me.購物車TableAdapter.ClearBeforeFill = True ' 'Label12 ' Me.Label12.BackColor = System.Drawing.Color.Transparent Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label12.Location = New System.Drawing.Point(205, 286) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(26, 23) Me.Label12.TabIndex = 188 Me.Label12.Text = "9" ' 'Label13 ' Me.Label13.BackColor = System.Drawing.Color.Transparent Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label13.Location = New System.Drawing.Point(532, 282) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(26, 23) Me.Label13.TabIndex = 189 Me.Label13.Text = "10" ' 'Label14 ' Me.Label14.BackColor = System.Drawing.Color.Transparent Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label14.Location = New System.Drawing.Point(205, 495) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(26, 23) Me.Label14.TabIndex = 190 Me.Label14.Text = "11" ' 'Label15 ' Me.Label15.BackColor = System.Drawing.Color.Transparent Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label15.Location = New System.Drawing.Point(532, 495) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(26, 23) Me.Label15.TabIndex = 191 Me.Label15.Text = "12" ' 'Label16 ' Me.Label16.BackColor = System.Drawing.Color.Transparent Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label16.Location = New System.Drawing.Point(252, 319) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(57, 19) Me.Label16.TabIndex = 192 Me.Label16.Text = "庫存數量" ' 'Label17 ' Me.Label17.BackColor = System.Drawing.Color.Transparent Me.Label17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label17.Location = New System.Drawing.Point(553, 316) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(57, 19) Me.Label17.TabIndex = 193 Me.Label17.Text = "庫存數量" ' 'Label18 ' Me.Label18.BackColor = System.Drawing.Color.Transparent Me.Label18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label18.Location = New System.Drawing.Point(251, 527) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(57, 19) Me.Label18.TabIndex = 194 Me.Label18.Text = "庫存數量" ' 'Label19 ' Me.Label19.BackColor = System.Drawing.Color.Transparent Me.Label19.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label19.Location = New System.Drawing.Point(553, 526) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(57, 19) Me.Label19.TabIndex = 195 Me.Label19.Text = "庫存數量" ' 'Label20 ' Me.Label20.BackColor = System.Drawing.Color.Transparent Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label20.Location = New System.Drawing.Point(306, 319) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(26, 19) Me.Label20.TabIndex = 196 ' 'Label21 ' Me.Label21.BackColor = System.Drawing.Color.Transparent Me.Label21.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label21.Location = New System.Drawing.Point(606, 316) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(26, 19) Me.Label21.TabIndex = 197 ' 'Label22 ' Me.Label22.BackColor = System.Drawing.Color.Transparent Me.Label22.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label22.Location = New System.Drawing.Point(305, 527) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(26, 19) Me.Label22.TabIndex = 198 ' 'Label23 ' Me.Label23.BackColor = System.Drawing.Color.Transparent Me.Label23.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label23.Location = New System.Drawing.Point(606, 526) Me.Label23.Name = "Label23" Me.Label23.Size = New System.Drawing.Size(26, 19) Me.Label23.TabIndex = 199 ' '指甲油 ' 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(938, 548) Me.Controls.Add(Me.Label23) Me.Controls.Add(Me.Label22) Me.Controls.Add(Me.Label21) Me.Controls.Add(Me.Label20) Me.Controls.Add(Me.Label19) Me.Controls.Add(Me.Label18) Me.Controls.Add(Me.Label17) Me.Controls.Add(Me.Label16) Me.Controls.Add(Me.Label15) Me.Controls.Add(Me.Label14) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.購物車DataGridView) Me.Controls.Add(Me.Label29) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.Button13) Me.Controls.Add(Me.Button14) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.TextBox5) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.PictureBox4) Me.Controls.Add(Me.PictureBox3) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.Button7) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button10) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Label1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "指甲油" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "指甲油" CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.購物車DataGridView, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.購物車BindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.謎鹿DataSet, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Button5 As Button Friend WithEvents Button4 As Button Friend WithEvents Button10 As Button Friend WithEvents TextBox1 As TextBox Friend WithEvents Button3 As Button Friend WithEvents Button2 As Button Friend WithEvents Button1 As Button Friend WithEvents Label1 As Label Friend WithEvents Button6 As Button Friend WithEvents Button7 As Button Friend WithEvents Button13 As Button Friend WithEvents Button14 As Button Friend WithEvents Label9 As Label Friend WithEvents TextBox5 As TextBox Friend WithEvents Label8 As Label Friend WithEvents TextBox4 As TextBox Friend WithEvents Label7 As Label Friend WithEvents TextBox2 As TextBox Friend WithEvents Label6 As Label Friend WithEvents TextBox3 As TextBox Friend WithEvents Label5 As Label Friend WithEvents Label4 As Label Friend WithEvents Label3 As Label Friend WithEvents Label2 As Label Friend WithEvents PictureBox4 As PictureBox Friend WithEvents PictureBox3 As PictureBox Friend WithEvents PictureBox2 As PictureBox Friend WithEvents PictureBox1 As PictureBox Friend WithEvents Label10 As Label Friend WithEvents Label11 As Label Friend WithEvents Label29 As Label Friend WithEvents 購物車DataGridView As DataGridView Friend WithEvents 謎鹿DataSet As 謎鹿DataSet Friend WithEvents 購物車BindingSource As BindingSource Friend WithEvents 購物車TableAdapter As 謎鹿DataSetTableAdapters.購物車TableAdapter Friend WithEvents 會員編號DataGridViewTextBoxColumn As DataGridViewTextBoxColumn Friend WithEvents 運費DataGridViewTextBoxColumn As DataGridViewTextBoxColumn Friend WithEvents 總金額DataGridViewTextBoxColumn As DataGridViewTextBoxColumn Friend WithEvents 購物車編號DataGridViewTextBoxColumn As DataGridViewTextBoxColumn Friend WithEvents Label12 As Label Friend WithEvents Label13 As Label Friend WithEvents Label14 As Label Friend WithEvents Label15 As Label Friend WithEvents Label16 As Label Friend WithEvents Label17 As Label Friend WithEvents Label18 As Label Friend WithEvents Label19 As Label Friend WithEvents Label20 As Label Friend WithEvents Label21 As Label Friend WithEvents Label22 As Label Friend WithEvents Label23 As Label End Class