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() Me.主表單_dgv = New System.Windows.Forms.DataGridView() Me.客戶簡稱_cb = New System.Windows.Forms.ComboBox() Me.客戶簡稱_lb = New System.Windows.Forms.Label() Me.資料編碼_tb = New System.Windows.Forms.TextBox() Me.資料編碼_lb = New System.Windows.Forms.Label() Me.客戶備註_lb = New System.Windows.Forms.Label() Me.客戶備註_tb = New System.Windows.Forms.TextBox() Me.日期_dtp = New System.Windows.Forms.DateTimePicker() Me.XF1_lb = New System.Windows.Forms.Label() Me.XF2_lb = New System.Windows.Forms.Label() Me.日期2_dtp = New System.Windows.Forms.DateTimePicker() Me.工廠_lb = New System.Windows.Forms.Label() Me.工廠_cb = New System.Windows.Forms.ComboBox() Me.形體號碼_lb = New System.Windows.Forms.Label() Me.形體名稱_lb = New System.Windows.Forms.Label() Me.鞋面_lb = New System.Windows.Forms.Label() Me.顏色_lb = New System.Windows.Forms.Label() Me.顏色_cb = New System.Windows.Forms.ComboBox() Me.工廠價_lb = New System.Windows.Forms.Label() Me.工廠價_tb = New System.Windows.Forms.TextBox() Me.客戶價_lb = New System.Windows.Forms.Label() Me.客戶價_tb = New System.Windows.Forms.TextBox() Me.一般新增_bt = New System.Windows.Forms.Button() Me.刪除_bt = New System.Windows.Forms.Button() Me.新增存檔_bt = New System.Windows.Forms.Button() Me.修改_bt = New System.Windows.Forms.Button() Me.列印篩選_bt = New System.Windows.Forms.Button() Me.返回_bt = New System.Windows.Forms.Button() Me.搜尋_bt = New System.Windows.Forms.Button() Me.垂直翻轉_bt = New System.Windows.Forms.Button() Me.水平翻轉_bt = New System.Windows.Forms.Button() Me.逆時鐘90度旋轉_bt = New System.Windows.Forms.Button() Me.順時鐘90度旋轉_bt = New System.Windows.Forms.Button() Me.驗貨報告大圖_bt = New System.Windows.Forms.Button() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.形體名稱_cb = New System.Windows.Forms.ComboBox() Me.形體號碼_cb = New System.Windows.Forms.ComboBox() Me.鞋面_tb = New System.Windows.Forms.TextBox() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.文字提醒_lb = New System.Windows.Forms.Label() Me.新增顏色清單_bt = New System.Windows.Forms.Button() Me.新增工廠清單_bt = New System.Windows.Forms.Button() Me.複製新增_bt = New System.Windows.Forms.Button() Me.備註_lb = New System.Windows.Forms.Label() Me.備註_tb = New System.Windows.Forms.TextBox() Me.鞋圖編號_lb = New System.Windows.Forms.Label() Me.鞋圖編號_tb = New System.Windows.Forms.TextBox() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.Label1 = New System.Windows.Forms.Label() Me.加總_tb = New System.Windows.Forms.TextBox() CType(Me.主表單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() Me.GroupBox2.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '主表單_dgv ' Me.主表單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.主表單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.主表單_dgv.Location = New System.Drawing.Point(4, 242) Me.主表單_dgv.Name = "主表單_dgv" Me.主表單_dgv.RowHeadersWidth = 5 Me.主表單_dgv.RowTemplate.Height = 24 Me.主表單_dgv.Size = New System.Drawing.Size(1906, 726) Me.主表單_dgv.TabIndex = 609 ' '客戶簡稱_cb ' Me.客戶簡稱_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.客戶簡稱_cb.FormattingEnabled = True Me.客戶簡稱_cb.Location = New System.Drawing.Point(266, 20) Me.客戶簡稱_cb.Name = "客戶簡稱_cb" Me.客戶簡稱_cb.Size = New System.Drawing.Size(130, 24) Me.客戶簡稱_cb.TabIndex = 610 ' '客戶簡稱_lb ' Me.客戶簡稱_lb.AutoSize = True Me.客戶簡稱_lb.ForeColor = System.Drawing.Color.Red Me.客戶簡稱_lb.Location = New System.Drawing.Point(204, 23) Me.客戶簡稱_lb.Name = "客戶簡稱_lb" Me.客戶簡稱_lb.Size = New System.Drawing.Size(56, 16) Me.客戶簡稱_lb.TabIndex = 611 Me.客戶簡稱_lb.Text = "客戶簡稱" ' '資料編碼_tb ' Me.資料編碼_tb.Location = New System.Drawing.Point(68, 20) Me.資料編碼_tb.Name = "資料編碼_tb" Me.資料編碼_tb.Size = New System.Drawing.Size(130, 23) Me.資料編碼_tb.TabIndex = 612 ' '資料編碼_lb ' Me.資料編碼_lb.AutoSize = True Me.資料編碼_lb.Location = New System.Drawing.Point(6, 23) Me.資料編碼_lb.Name = "資料編碼_lb" Me.資料編碼_lb.Size = New System.Drawing.Size(56, 16) Me.資料編碼_lb.TabIndex = 613 Me.資料編碼_lb.Text = "資料編碼" ' '客戶備註_lb ' Me.客戶備註_lb.AutoSize = True Me.客戶備註_lb.Location = New System.Drawing.Point(6, 52) Me.客戶備註_lb.Name = "客戶備註_lb" Me.客戶備註_lb.Size = New System.Drawing.Size(56, 16) Me.客戶備註_lb.TabIndex = 615 Me.客戶備註_lb.Text = "客戶備註" ' '客戶備註_tb ' Me.客戶備註_tb.Location = New System.Drawing.Point(68, 49) Me.客戶備註_tb.Name = "客戶備註_tb" Me.客戶備註_tb.Size = New System.Drawing.Size(328, 23) Me.客戶備註_tb.TabIndex = 614 ' '日期_dtp ' Me.日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.日期_dtp.Location = New System.Drawing.Point(68, 78) Me.日期_dtp.Name = "日期_dtp" Me.日期_dtp.Size = New System.Drawing.Size(103, 23) Me.日期_dtp.TabIndex = 616 ' 'XF1_lb ' Me.XF1_lb.AutoSize = True Me.XF1_lb.Location = New System.Drawing.Point(28, 81) Me.XF1_lb.Name = "XF1_lb" Me.XF1_lb.Size = New System.Drawing.Size(34, 16) Me.XF1_lb.TabIndex = 617 Me.XF1_lb.Text = "XF-1" ' 'XF2_lb ' Me.XF2_lb.AutoSize = True Me.XF2_lb.Location = New System.Drawing.Point(251, 81) Me.XF2_lb.Name = "XF2_lb" Me.XF2_lb.Size = New System.Drawing.Size(34, 16) Me.XF2_lb.TabIndex = 619 Me.XF2_lb.Text = "XF-2" ' '日期2_dtp ' Me.日期2_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.日期2_dtp.Location = New System.Drawing.Point(291, 78) Me.日期2_dtp.Name = "日期2_dtp" Me.日期2_dtp.Size = New System.Drawing.Size(105, 23) Me.日期2_dtp.TabIndex = 618 ' '工廠_lb ' Me.工廠_lb.AutoSize = True Me.工廠_lb.ForeColor = System.Drawing.Color.Red Me.工廠_lb.Location = New System.Drawing.Point(627, 23) Me.工廠_lb.Name = "工廠_lb" Me.工廠_lb.Size = New System.Drawing.Size(32, 16) Me.工廠_lb.TabIndex = 621 Me.工廠_lb.Text = "工廠" ' '工廠_cb ' Me.工廠_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.工廠_cb.FormattingEnabled = True Me.工廠_cb.Location = New System.Drawing.Point(667, 20) Me.工廠_cb.Name = "工廠_cb" Me.工廠_cb.Size = New System.Drawing.Size(105, 24) Me.工廠_cb.TabIndex = 620 ' '形體號碼_lb ' Me.形體號碼_lb.AutoSize = True Me.形體號碼_lb.ForeColor = System.Drawing.Color.Red Me.形體號碼_lb.Location = New System.Drawing.Point(402, 23) Me.形體號碼_lb.Name = "形體號碼_lb" Me.形體號碼_lb.Size = New System.Drawing.Size(56, 16) Me.形體號碼_lb.TabIndex = 623 Me.形體號碼_lb.Text = "形體號碼" ' '形體名稱_lb ' Me.形體名稱_lb.AutoSize = True Me.形體名稱_lb.ForeColor = System.Drawing.Color.Red Me.形體名稱_lb.Location = New System.Drawing.Point(402, 52) Me.形體名稱_lb.Name = "形體名稱_lb" Me.形體名稱_lb.Size = New System.Drawing.Size(56, 16) Me.形體名稱_lb.TabIndex = 625 Me.形體名稱_lb.Text = "形體名稱" ' '鞋面_lb ' Me.鞋面_lb.AutoSize = True Me.鞋面_lb.ForeColor = System.Drawing.Color.Red Me.鞋面_lb.Location = New System.Drawing.Point(426, 81) Me.鞋面_lb.Name = "鞋面_lb" Me.鞋面_lb.Size = New System.Drawing.Size(32, 16) Me.鞋面_lb.TabIndex = 627 Me.鞋面_lb.Text = "鞋面" ' '顏色_lb ' Me.顏色_lb.AutoSize = True Me.顏色_lb.ForeColor = System.Drawing.Color.Red Me.顏色_lb.Location = New System.Drawing.Point(778, 23) Me.顏色_lb.Name = "顏色_lb" Me.顏色_lb.Size = New System.Drawing.Size(32, 16) Me.顏色_lb.TabIndex = 629 Me.顏色_lb.Text = "顏色" ' '顏色_cb ' Me.顏色_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.顏色_cb.FormattingEnabled = True Me.顏色_cb.Location = New System.Drawing.Point(818, 20) Me.顏色_cb.Name = "顏色_cb" Me.顏色_cb.Size = New System.Drawing.Size(160, 24) Me.顏色_cb.TabIndex = 628 ' '工廠價_lb ' Me.工廠價_lb.AutoSize = True Me.工廠價_lb.Location = New System.Drawing.Point(798, 52) Me.工廠價_lb.Name = "工廠價_lb" Me.工廠價_lb.Size = New System.Drawing.Size(44, 16) Me.工廠價_lb.TabIndex = 631 Me.工廠價_lb.Text = "工廠價" ' '工廠價_tb ' Me.工廠價_tb.Location = New System.Drawing.Point(848, 49) Me.工廠價_tb.Name = "工廠價_tb" Me.工廠價_tb.Size = New System.Drawing.Size(130, 23) Me.工廠價_tb.TabIndex = 630 Me.工廠價_tb.Text = "0.00" Me.工廠價_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '客戶價_lb ' Me.客戶價_lb.AutoSize = True Me.客戶價_lb.Location = New System.Drawing.Point(798, 81) Me.客戶價_lb.Name = "客戶價_lb" Me.客戶價_lb.Size = New System.Drawing.Size(44, 16) Me.客戶價_lb.TabIndex = 633 Me.客戶價_lb.Text = "客戶價" ' '客戶價_tb ' Me.客戶價_tb.Location = New System.Drawing.Point(848, 78) Me.客戶價_tb.Name = "客戶價_tb" Me.客戶價_tb.Size = New System.Drawing.Size(130, 23) Me.客戶價_tb.TabIndex = 632 Me.客戶價_tb.Text = "0.00" Me.客戶價_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '一般新增_bt ' Me.一般新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.一般新增_bt.ForeColor = System.Drawing.Color.Blue Me.一般新增_bt.Location = New System.Drawing.Point(260, 17) Me.一般新增_bt.Name = "一般新增_bt" Me.一般新增_bt.Size = New System.Drawing.Size(100, 40) Me.一般新增_bt.TabIndex = 638 Me.一般新增_bt.Text = "一般新增" Me.一般新增_bt.UseVisualStyleBackColor = True ' '刪除_bt ' Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.刪除_bt.ForeColor = System.Drawing.Color.Red Me.刪除_bt.Location = New System.Drawing.Point(578, 17) Me.刪除_bt.Name = "刪除_bt" Me.刪除_bt.Size = New System.Drawing.Size(100, 87) Me.刪除_bt.TabIndex = 637 Me.刪除_bt.Text = "刪除" Me.刪除_bt.UseVisualStyleBackColor = True ' '新增存檔_bt ' Me.新增存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.新增存檔_bt.ForeColor = System.Drawing.Color.Blue Me.新增存檔_bt.Location = New System.Drawing.Point(366, 17) Me.新增存檔_bt.Name = "新增存檔_bt" Me.新增存檔_bt.Size = New System.Drawing.Size(100, 87) Me.新增存檔_bt.TabIndex = 635 Me.新增存檔_bt.Text = "新增存檔" Me.新增存檔_bt.UseVisualStyleBackColor = True ' '修改_bt ' Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.修改_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.修改_bt.Location = New System.Drawing.Point(472, 17) Me.修改_bt.Name = "修改_bt" Me.修改_bt.Size = New System.Drawing.Size(100, 87) Me.修改_bt.TabIndex = 636 Me.修改_bt.Text = "修改" Me.修改_bt.UseVisualStyleBackColor = True ' '列印篩選_bt ' Me.列印篩選_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.列印篩選_bt.ForeColor = System.Drawing.Color.Olive Me.列印篩選_bt.Location = New System.Drawing.Point(878, 17) Me.列印篩選_bt.Name = "列印篩選_bt" Me.列印篩選_bt.Size = New System.Drawing.Size(100, 87) Me.列印篩選_bt.TabIndex = 639 Me.列印篩選_bt.Text = "列印篩選" Me.列印篩選_bt.UseVisualStyleBackColor = True ' '返回_bt ' Me.返回_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.返回_bt.ForeColor = System.Drawing.Color.Black Me.返回_bt.Location = New System.Drawing.Point(112, 17) Me.返回_bt.Name = "返回_bt" Me.返回_bt.Size = New System.Drawing.Size(100, 87) Me.返回_bt.TabIndex = 641 Me.返回_bt.Text = "返回" Me.返回_bt.UseVisualStyleBackColor = True ' '搜尋_bt ' Me.搜尋_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.搜尋_bt.ForeColor = System.Drawing.Color.Black Me.搜尋_bt.Location = New System.Drawing.Point(6, 17) Me.搜尋_bt.Name = "搜尋_bt" Me.搜尋_bt.Size = New System.Drawing.Size(100, 87) Me.搜尋_bt.TabIndex = 640 Me.搜尋_bt.Text = "搜尋" Me.搜尋_bt.UseVisualStyleBackColor = True ' '垂直翻轉_bt ' Me.垂直翻轉_bt.Location = New System.Drawing.Point(1453, 144) Me.垂直翻轉_bt.Name = "垂直翻轉_bt" Me.垂直翻轉_bt.Size = New System.Drawing.Size(115, 40) Me.垂直翻轉_bt.TabIndex = 646 Me.垂直翻轉_bt.Text = "垂直翻轉" Me.垂直翻轉_bt.UseVisualStyleBackColor = True ' '水平翻轉_bt ' Me.水平翻轉_bt.Location = New System.Drawing.Point(1453, 98) Me.水平翻轉_bt.Name = "水平翻轉_bt" Me.水平翻轉_bt.Size = New System.Drawing.Size(115, 40) Me.水平翻轉_bt.TabIndex = 645 Me.水平翻轉_bt.Text = "水平翻轉" Me.水平翻轉_bt.UseVisualStyleBackColor = True ' '逆時鐘90度旋轉_bt ' Me.逆時鐘90度旋轉_bt.Location = New System.Drawing.Point(1453, 52) Me.逆時鐘90度旋轉_bt.Name = "逆時鐘90度旋轉_bt" Me.逆時鐘90度旋轉_bt.Size = New System.Drawing.Size(115, 40) Me.逆時鐘90度旋轉_bt.TabIndex = 644 Me.逆時鐘90度旋轉_bt.Text = "逆時鐘90度旋轉" Me.逆時鐘90度旋轉_bt.UseVisualStyleBackColor = True ' '順時鐘90度旋轉_bt ' Me.順時鐘90度旋轉_bt.Location = New System.Drawing.Point(1453, 6) Me.順時鐘90度旋轉_bt.Name = "順時鐘90度旋轉_bt" Me.順時鐘90度旋轉_bt.Size = New System.Drawing.Size(115, 40) Me.順時鐘90度旋轉_bt.TabIndex = 643 Me.順時鐘90度旋轉_bt.Text = "順時鐘90度旋轉" Me.順時鐘90度旋轉_bt.UseVisualStyleBackColor = True ' '驗貨報告大圖_bt ' Me.驗貨報告大圖_bt.ForeColor = System.Drawing.Color.Black Me.驗貨報告大圖_bt.Location = New System.Drawing.Point(1453, 190) Me.驗貨報告大圖_bt.Name = "驗貨報告大圖_bt" Me.驗貨報告大圖_bt.Size = New System.Drawing.Size(115, 40) Me.驗貨報告大圖_bt.TabIndex = 642 Me.驗貨報告大圖_bt.Text = "驗貨報告大圖" Me.驗貨報告大圖_bt.UseVisualStyleBackColor = True ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.形體名稱_cb) Me.GroupBox1.Controls.Add(Me.形體號碼_cb) Me.GroupBox1.Controls.Add(Me.資料編碼_lb) Me.GroupBox1.Controls.Add(Me.客戶簡稱_cb) Me.GroupBox1.Controls.Add(Me.客戶簡稱_lb) Me.GroupBox1.Controls.Add(Me.資料編碼_tb) Me.GroupBox1.Controls.Add(Me.客戶備註_tb) Me.GroupBox1.Controls.Add(Me.客戶備註_lb) Me.GroupBox1.Controls.Add(Me.日期_dtp) Me.GroupBox1.Controls.Add(Me.XF1_lb) Me.GroupBox1.Controls.Add(Me.日期2_dtp) Me.GroupBox1.Controls.Add(Me.XF2_lb) Me.GroupBox1.Controls.Add(Me.工廠_cb) Me.GroupBox1.Controls.Add(Me.工廠_lb) Me.GroupBox1.Controls.Add(Me.形體號碼_lb) Me.GroupBox1.Controls.Add(Me.客戶價_lb) Me.GroupBox1.Controls.Add(Me.客戶價_tb) Me.GroupBox1.Controls.Add(Me.形體名稱_lb) Me.GroupBox1.Controls.Add(Me.工廠價_lb) Me.GroupBox1.Controls.Add(Me.鞋面_tb) Me.GroupBox1.Controls.Add(Me.工廠價_tb) Me.GroupBox1.Controls.Add(Me.鞋面_lb) Me.GroupBox1.Controls.Add(Me.顏色_lb) Me.GroupBox1.Controls.Add(Me.顏色_cb) Me.GroupBox1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.GroupBox1.Location = New System.Drawing.Point(4, 6) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(990, 110) Me.GroupBox1.TabIndex = 647 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "資料項" ' '形體名稱_cb ' Me.形體名稱_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.形體名稱_cb.FormattingEnabled = True Me.形體名稱_cb.Location = New System.Drawing.Point(464, 48) Me.形體名稱_cb.Name = "形體名稱_cb" Me.形體名稱_cb.Size = New System.Drawing.Size(328, 24) Me.形體名稱_cb.TabIndex = 635 ' '形體號碼_cb ' Me.形體號碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.形體號碼_cb.FormattingEnabled = True Me.形體號碼_cb.Location = New System.Drawing.Point(464, 19) Me.形體號碼_cb.Name = "形體號碼_cb" Me.形體號碼_cb.Size = New System.Drawing.Size(157, 24) Me.形體號碼_cb.TabIndex = 634 ' '鞋面_tb ' Me.鞋面_tb.Location = New System.Drawing.Point(464, 78) Me.鞋面_tb.Name = "鞋面_tb" Me.鞋面_tb.Size = New System.Drawing.Size(328, 23) Me.鞋面_tb.TabIndex = 626 ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.文字提醒_lb) Me.GroupBox2.Controls.Add(Me.新增顏色清單_bt) Me.GroupBox2.Controls.Add(Me.新增工廠清單_bt) Me.GroupBox2.Controls.Add(Me.複製新增_bt) Me.GroupBox2.Controls.Add(Me.搜尋_bt) Me.GroupBox2.Controls.Add(Me.修改_bt) Me.GroupBox2.Controls.Add(Me.新增存檔_bt) Me.GroupBox2.Controls.Add(Me.刪除_bt) Me.GroupBox2.Controls.Add(Me.一般新增_bt) Me.GroupBox2.Controls.Add(Me.列印篩選_bt) Me.GroupBox2.Controls.Add(Me.返回_bt) Me.GroupBox2.Location = New System.Drawing.Point(4, 122) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(990, 110) Me.GroupBox2.TabIndex = 648 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "控制項" ' '文字提醒_lb ' Me.文字提醒_lb.AutoSize = True Me.文字提醒_lb.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.文字提醒_lb.ForeColor = System.Drawing.Color.Red Me.文字提醒_lb.Location = New System.Drawing.Point(711, 17) Me.文字提醒_lb.Name = "文字提醒_lb" Me.文字提醒_lb.Size = New System.Drawing.Size(138, 26) Me.文字提醒_lb.TabIndex = 646 Me.文字提醒_lb.Text = "資料尚未存檔" Me.文字提醒_lb.Visible = False ' '新增顏色清單_bt ' Me.新增顏色清單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.新增顏色清單_bt.ForeColor = System.Drawing.Color.Olive Me.新增顏色清單_bt.Location = New System.Drawing.Point(716, 79) Me.新增顏色清單_bt.Name = "新增顏色清單_bt" Me.新增顏色清單_bt.Size = New System.Drawing.Size(126, 25) Me.新增顏色清單_bt.TabIndex = 645 Me.新增顏色清單_bt.Text = "新增顏色清單" Me.新增顏色清單_bt.UseVisualStyleBackColor = True ' '新增工廠清單_bt ' Me.新增工廠清單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.新增工廠清單_bt.ForeColor = System.Drawing.Color.Olive Me.新增工廠清單_bt.Location = New System.Drawing.Point(716, 48) Me.新增工廠清單_bt.Name = "新增工廠清單_bt" Me.新增工廠清單_bt.Size = New System.Drawing.Size(126, 25) Me.新增工廠清單_bt.TabIndex = 644 Me.新增工廠清單_bt.Text = "新增工廠清單" Me.新增工廠清單_bt.UseVisualStyleBackColor = True ' '複製新增_bt ' Me.複製新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.複製新增_bt.ForeColor = System.Drawing.Color.Blue Me.複製新增_bt.Location = New System.Drawing.Point(260, 64) Me.複製新增_bt.Name = "複製新增_bt" Me.複製新增_bt.Size = New System.Drawing.Size(100, 40) Me.複製新增_bt.TabIndex = 642 Me.複製新增_bt.Text = "複製新增" Me.複製新增_bt.UseVisualStyleBackColor = True ' '備註_lb ' Me.備註_lb.AutoSize = True Me.備註_lb.Location = New System.Drawing.Point(1000, 13) Me.備註_lb.Name = "備註_lb" Me.備註_lb.Size = New System.Drawing.Size(32, 16) Me.備註_lb.TabIndex = 650 Me.備註_lb.Text = "備註" ' '備註_tb ' Me.備註_tb.Location = New System.Drawing.Point(1000, 32) Me.備註_tb.Multiline = True Me.備註_tb.Name = "備註_tb" Me.備註_tb.Size = New System.Drawing.Size(151, 153) Me.備註_tb.TabIndex = 649 ' '鞋圖編號_lb ' Me.鞋圖編號_lb.AutoSize = True Me.鞋圖編號_lb.Location = New System.Drawing.Point(997, 188) Me.鞋圖編號_lb.Name = "鞋圖編號_lb" Me.鞋圖編號_lb.Size = New System.Drawing.Size(56, 16) Me.鞋圖編號_lb.TabIndex = 652 Me.鞋圖編號_lb.Text = "鞋圖編號" ' '鞋圖編號_tb ' Me.鞋圖編號_tb.Location = New System.Drawing.Point(1000, 207) Me.鞋圖編號_tb.Name = "鞋圖編號_tb" Me.鞋圖編號_tb.Size = New System.Drawing.Size(151, 23) Me.鞋圖編號_tb.TabIndex = 651 ' 'PictureBox1 ' Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PictureBox1.Location = New System.Drawing.Point(1157, 6) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(290, 226) Me.PictureBox1.TabIndex = 634 Me.PictureBox1.TabStop = False ' 'Timer1 ' Me.Timer1.Interval = 500 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 12.0!) Me.Label1.Location = New System.Drawing.Point(1711, 214) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(73, 20) Me.Label1.TabIndex = 653 Me.Label1.Text = "選取加總" Me.Label1.Visible = False ' '加總_tb ' Me.加總_tb.Location = New System.Drawing.Point(1786, 213) Me.加總_tb.Name = "加總_tb" Me.加總_tb.Size = New System.Drawing.Size(108, 23) Me.加總_tb.TabIndex = 654 Me.加總_tb.Visible = False ' '歷史單價紀錄表 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1914, 971) Me.Controls.Add(Me.加總_tb) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.鞋圖編號_lb) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.鞋圖編號_tb) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.備註_lb) Me.Controls.Add(Me.垂直翻轉_bt) Me.Controls.Add(Me.水平翻轉_bt) Me.Controls.Add(Me.備註_tb) Me.Controls.Add(Me.逆時鐘90度旋轉_bt) Me.Controls.Add(Me.順時鐘90度旋轉_bt) Me.Controls.Add(Me.驗貨報告大圖_bt) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.主表單_dgv) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "歷史單價紀錄表" Me.Text = "歷史單價紀錄表" CType(Me.主表單_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 主表單_dgv As DataGridView Friend WithEvents 客戶簡稱_cb As ComboBox Friend WithEvents 客戶簡稱_lb As Label Friend WithEvents 資料編碼_tb As TextBox Friend WithEvents 資料編碼_lb As Label Friend WithEvents 客戶備註_lb As Label Friend WithEvents 客戶備註_tb As TextBox Friend WithEvents 日期_dtp As DateTimePicker Friend WithEvents XF1_lb As Label Friend WithEvents XF2_lb As Label Friend WithEvents 日期2_dtp As DateTimePicker Friend WithEvents 工廠_lb As Label Friend WithEvents 工廠_cb As ComboBox Friend WithEvents 形體號碼_lb As Label Friend WithEvents 形體名稱_lb As Label Friend WithEvents 鞋面_lb As Label Friend WithEvents 顏色_lb As Label Friend WithEvents 顏色_cb As ComboBox Friend WithEvents 工廠價_lb As Label Friend WithEvents 工廠價_tb As TextBox Friend WithEvents 客戶價_lb As Label Friend WithEvents 客戶價_tb As TextBox Friend WithEvents PictureBox1 As PictureBox Friend WithEvents 一般新增_bt As Button Friend WithEvents 刪除_bt As Button Friend WithEvents 新增存檔_bt As Button Friend WithEvents 修改_bt As Button Friend WithEvents 列印篩選_bt As Button Friend WithEvents 返回_bt As Button Friend WithEvents 搜尋_bt As Button Friend WithEvents 垂直翻轉_bt As Button Friend WithEvents 水平翻轉_bt As Button Friend WithEvents 逆時鐘90度旋轉_bt As Button Friend WithEvents 順時鐘90度旋轉_bt As Button Friend WithEvents 驗貨報告大圖_bt As Button Friend WithEvents GroupBox1 As GroupBox Friend WithEvents GroupBox2 As GroupBox Friend WithEvents 備註_lb As Label Friend WithEvents 備註_tb As TextBox Friend WithEvents 鞋圖編號_lb As Label Friend WithEvents 鞋圖編號_tb As TextBox Friend WithEvents 複製新增_bt As Button Friend WithEvents 新增顏色清單_bt As Button Friend WithEvents 新增工廠清單_bt As Button Friend WithEvents 形體號碼_cb As ComboBox Friend WithEvents 形體名稱_cb As ComboBox Friend WithEvents 鞋面_tb As TextBox Friend WithEvents 文字提醒_lb As Label Friend WithEvents Timer1 As Timer Friend WithEvents Label1 As Label Friend WithEvents 加總_tb As TextBox End Class