_ 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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.控制表_dgv = New System.Windows.Forms.DataGridView() Me.明細表_dgv = New System.Windows.Forms.DataGridView() Me.匯出EXCEL_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.選擇日期_dtp = New System.Windows.Forms.DateTimePicker() Me.Label29 = New System.Windows.Forms.Label() Me.Label0 = New System.Windows.Forms.Label() Me.單號_tb = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.廠牌_tb = New System.Windows.Forms.TextBox() Me.年分_tb = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.進廠_tb = New System.Windows.Forms.TextBox() Me.業務_tb = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.付款_tb = New System.Windows.Forms.TextBox() Me.備註_tb = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.總價_tb = New System.Windows.Forms.TextBox() Me.Label8 = 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.Panel1 = New System.Windows.Forms.Panel() Me.公司_tb = New System.Windows.Forms.TextBox() Me.項次_tb = New System.Windows.Forms.TextBox() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) CType(Me.控制表_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.明細表_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' '控制表_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.控制表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.控制表_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.控制表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.控制表_dgv.BackgroundColor = System.Drawing.Color.White Me.控制表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.控制表_dgv.Location = New System.Drawing.Point(4, 62) Me.控制表_dgv.Margin = New System.Windows.Forms.Padding(4) Me.控制表_dgv.Name = "控制表_dgv" Me.控制表_dgv.ReadOnly = True Me.控制表_dgv.RowHeadersWidth = 5 Me.控制表_dgv.RowTemplate.Height = 24 Me.控制表_dgv.Size = New System.Drawing.Size(270, 606) Me.控制表_dgv.TabIndex = 960 ' '明細表_dgv ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.明細表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 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.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.明細表_dgv.BackgroundColor = System.Drawing.Color.White Me.明細表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.明細表_dgv.Location = New System.Drawing.Point(282, 86) Me.明細表_dgv.Margin = New System.Windows.Forms.Padding(4) Me.明細表_dgv.Name = "明細表_dgv" Me.明細表_dgv.RowHeadersWidth = 5 DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.明細表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3 Me.明細表_dgv.RowTemplate.Height = 24 Me.明細表_dgv.Size = New System.Drawing.Size(1054, 582) Me.明細表_dgv.TabIndex = 961 ' '匯出EXCEL_bt ' Me.匯出EXCEL_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.匯出EXCEL_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.print Me.匯出EXCEL_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.匯出EXCEL_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.匯出EXCEL_bt.ForeColor = System.Drawing.Color.Red Me.匯出EXCEL_bt.Location = New System.Drawing.Point(1290, 4) Me.匯出EXCEL_bt.Margin = New System.Windows.Forms.Padding(4) Me.匯出EXCEL_bt.Name = "匯出EXCEL_bt" Me.匯出EXCEL_bt.Size = New System.Drawing.Size(50, 50) Me.匯出EXCEL_bt.TabIndex = 1735 Me.匯出EXCEL_bt.UseVisualStyleBackColor = True ' '確認新增_bt ' Me.確認新增_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.SAVER2 Me.確認新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom 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(114, 4) Me.確認新增_bt.Margin = New System.Windows.Forms.Padding(4) Me.確認新增_bt.Name = "確認新增_bt" Me.確認新增_bt.Size = New System.Drawing.Size(50, 50) Me.確認新增_bt.TabIndex = 1734 Me.確認新增_bt.UseVisualStyleBackColor = True ' '查詢_bt ' Me.查詢_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.下載 Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.查詢_bt.Location = New System.Drawing.Point(4, 4) Me.查詢_bt.Margin = New System.Windows.Forms.Padding(4) Me.查詢_bt.Name = "查詢_bt" Me.查詢_bt.Size = New System.Drawing.Size(50, 50) Me.查詢_bt.TabIndex = 1733 Me.查詢_bt.UseVisualStyleBackColor = True ' '刪除_bt ' Me.刪除_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.GarbageEmpty Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom 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(224, 4) Me.刪除_bt.Margin = New System.Windows.Forms.Padding(4) Me.刪除_bt.Name = "刪除_bt" Me.刪除_bt.Size = New System.Drawing.Size(50, 50) Me.刪除_bt.TabIndex = 1732 Me.刪除_bt.UseVisualStyleBackColor = True ' '新增_bt ' Me.新增_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.add_2 Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom 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(59, 4) Me.新增_bt.Margin = New System.Windows.Forms.Padding(4) Me.新增_bt.Name = "新增_bt" Me.新增_bt.Size = New System.Drawing.Size(50, 50) Me.新增_bt.TabIndex = 1730 Me.新增_bt.UseVisualStyleBackColor = True ' '修改_bt ' Me.修改_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.SAVER Me.修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom 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.DarkGreen Me.修改_bt.Location = New System.Drawing.Point(169, 4) Me.修改_bt.Margin = New System.Windows.Forms.Padding(4) Me.修改_bt.Name = "修改_bt" Me.修改_bt.Size = New System.Drawing.Size(50, 50) Me.修改_bt.TabIndex = 1731 Me.修改_bt.UseVisualStyleBackColor = True ' '選擇日期_dtp ' Me.選擇日期_dtp.Location = New System.Drawing.Point(343, 30) Me.選擇日期_dtp.Name = "選擇日期_dtp" Me.選擇日期_dtp.Size = New System.Drawing.Size(134, 23) Me.選擇日期_dtp.TabIndex = 1739 ' 'Label29 ' Me.Label29.AutoSize = True Me.Label29.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label29.Location = New System.Drawing.Point(282, 31) Me.Label29.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label29.Name = "Label29" Me.Label29.Size = New System.Drawing.Size(55, 16) Me.Label29.TabIndex = 1738 Me.Label29.Text = "報價日期" ' 'Label0 ' Me.Label0.AutoSize = True Me.Label0.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label0.Location = New System.Drawing.Point(282, 5) Me.Label0.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label0.Name = "Label0" Me.Label0.Size = New System.Drawing.Size(55, 16) Me.Label0.TabIndex = 1737 Me.Label0.Text = "選擇單號" Me.Label0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '單號_tb ' Me.單號_tb.Location = New System.Drawing.Point(343, 2) Me.單號_tb.Margin = New System.Windows.Forms.Padding(4) Me.單號_tb.Name = "單號_tb" Me.單號_tb.ReadOnly = True Me.單號_tb.Size = New System.Drawing.Size(134, 23) Me.單號_tb.TabIndex = 1736 Me.單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label1.Location = New System.Drawing.Point(677, 5) Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(55, 16) Me.Label1.TabIndex = 1741 Me.Label1.Text = "廠牌車種" ' '廠牌_tb ' Me.廠牌_tb.Location = New System.Drawing.Point(737, 2) Me.廠牌_tb.Margin = New System.Windows.Forms.Padding(4) Me.廠牌_tb.Name = "廠牌_tb" Me.廠牌_tb.RightToLeft = System.Windows.Forms.RightToLeft.No Me.廠牌_tb.Size = New System.Drawing.Size(150, 23) Me.廠牌_tb.TabIndex = 1740 ' '年分_tb ' Me.年分_tb.Location = New System.Drawing.Point(740, 29) Me.年分_tb.Margin = New System.Windows.Forms.Padding(4) Me.年分_tb.Name = "年分_tb" Me.年分_tb.RightToLeft = System.Windows.Forms.RightToLeft.No Me.年分_tb.Size = New System.Drawing.Size(150, 23) Me.年分_tb.TabIndex = 1742 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label2.Location = New System.Drawing.Point(677, 35) Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(55, 16) Me.Label2.TabIndex = 1743 Me.Label2.Text = "年分型式" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label3.Location = New System.Drawing.Point(485, 35) Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(31, 16) Me.Label3.TabIndex = 1745 Me.Label3.Text = "進廠" ' '進廠_tb ' Me.進廠_tb.Location = New System.Drawing.Point(522, 29) Me.進廠_tb.Margin = New System.Windows.Forms.Padding(4) Me.進廠_tb.Name = "進廠_tb" Me.進廠_tb.RightToLeft = System.Windows.Forms.RightToLeft.No Me.進廠_tb.Size = New System.Drawing.Size(150, 23) Me.進廠_tb.TabIndex = 1744 ' '業務_tb ' Me.業務_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.業務_tb.Location = New System.Drawing.Point(935, 2) Me.業務_tb.Margin = New System.Windows.Forms.Padding(4) Me.業務_tb.Name = "業務_tb" Me.業務_tb.RightToLeft = System.Windows.Forms.RightToLeft.No Me.業務_tb.Size = New System.Drawing.Size(150, 23) Me.業務_tb.TabIndex = 1746 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label4.Location = New System.Drawing.Point(896, 5) Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(31, 16) Me.Label4.TabIndex = 1747 Me.Label4.Text = "業務" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label5.Location = New System.Drawing.Point(282, 58) Me.Label5.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(55, 16) Me.Label5.TabIndex = 1749 Me.Label5.Text = "付款方式" ' '付款_tb ' Me.付款_tb.Location = New System.Drawing.Point(344, 55) Me.付款_tb.Margin = New System.Windows.Forms.Padding(4) Me.付款_tb.Name = "付款_tb" Me.付款_tb.RightToLeft = System.Windows.Forms.RightToLeft.No Me.付款_tb.Size = New System.Drawing.Size(471, 23) Me.付款_tb.TabIndex = 1748 ' '備註_tb ' Me.備註_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.備註_tb.Location = New System.Drawing.Point(853, 55) Me.備註_tb.Margin = New System.Windows.Forms.Padding(4) Me.備註_tb.Name = "備註_tb" Me.備註_tb.RightToLeft = System.Windows.Forms.RightToLeft.No Me.備註_tb.Size = New System.Drawing.Size(483, 23) Me.備註_tb.TabIndex = 1750 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label6.Location = New System.Drawing.Point(818, 62) Me.Label6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(31, 16) Me.Label6.TabIndex = 1751 Me.Label6.Text = "備註" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label7.Location = New System.Drawing.Point(896, 35) Me.Label7.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(31, 16) Me.Label7.TabIndex = 1753 Me.Label7.Text = "總價" ' '總價_tb ' Me.總價_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.總價_tb.Location = New System.Drawing.Point(935, 29) Me.總價_tb.Margin = New System.Windows.Forms.Padding(4) Me.總價_tb.Name = "總價_tb" Me.總價_tb.RightToLeft = System.Windows.Forms.RightToLeft.No Me.總價_tb.Size = New System.Drawing.Size(150, 23) Me.總價_tb.TabIndex = 1752 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label8.Location = New System.Drawing.Point(485, 5) Me.Label8.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(31, 16) Me.Label8.TabIndex = 1755 Me.Label8.Text = "客戶" ' '客戶_tb ' Me.客戶_tb.Location = New System.Drawing.Point(520, 2) Me.客戶_tb.Margin = New System.Windows.Forms.Padding(4) Me.客戶_tb.Name = "客戶_tb" Me.客戶_tb.RightToLeft = System.Windows.Forms.RightToLeft.No Me.客戶_tb.Size = New System.Drawing.Size(150, 23) Me.客戶_tb.TabIndex = 1754 ' '收支單中新增一筆空白資料_bt ' Me.收支單中新增一筆空白資料_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.收支單中新增一筆空白資料_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Edit_Text Me.收支單中新增一筆空白資料_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.收支單中新增一筆空白資料_bt.ForeColor = System.Drawing.Color.Green Me.收支單中新增一筆空白資料_bt.Location = New System.Drawing.Point(1140, 4) Me.收支單中新增一筆空白資料_bt.Margin = New System.Windows.Forms.Padding(4) Me.收支單中新增一筆空白資料_bt.Name = "收支單中新增一筆空白資料_bt" Me.收支單中新增一筆空白資料_bt.Size = New System.Drawing.Size(50, 50) Me.收支單中新增一筆空白資料_bt.TabIndex = 1761 Me.收支單中新增一筆空白資料_bt.UseVisualStyleBackColor = True ' '刪除選中的一筆資料_bt ' Me.刪除選中的一筆資料_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.刪除選中的一筆資料_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Close Me.刪除選中的一筆資料_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.刪除選中的一筆資料_bt.ForeColor = System.Drawing.Color.Red Me.刪除選中的一筆資料_bt.Location = New System.Drawing.Point(1190, 4) Me.刪除選中的一筆資料_bt.Margin = New System.Windows.Forms.Padding(4) Me.刪除選中的一筆資料_bt.Name = "刪除選中的一筆資料_bt" Me.刪除選中的一筆資料_bt.Size = New System.Drawing.Size(50, 50) Me.刪除選中的一筆資料_bt.TabIndex = 1762 Me.刪除選中的一筆資料_bt.UseVisualStyleBackColor = True ' '申請_bt ' Me.申請_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.申請_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Sendnow Me.申請_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.申請_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.申請_bt.Location = New System.Drawing.Point(1240, 5) Me.申請_bt.Margin = New System.Windows.Forms.Padding(4) Me.申請_bt.Name = "申請_bt" Me.申請_bt.Size = New System.Drawing.Size(50, 50) Me.申請_bt.TabIndex = 1760 Me.申請_bt.UseVisualStyleBackColor = True ' 'Panel1 ' Me.Panel1.Controls.Add(Me.公司_tb) Me.Panel1.Controls.Add(Me.項次_tb) Me.Panel1.Location = New System.Drawing.Point(531, 223) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(300, 241) Me.Panel1.TabIndex = 1763 Me.Panel1.Visible = False ' '公司_tb ' Me.公司_tb.Location = New System.Drawing.Point(43, 89) Me.公司_tb.Name = "公司_tb" Me.公司_tb.Size = New System.Drawing.Size(100, 23) Me.公司_tb.TabIndex = 1 ' '項次_tb ' Me.項次_tb.Location = New System.Drawing.Point(43, 40) Me.項次_tb.Name = "項次_tb" Me.項次_tb.Size = New System.Drawing.Size(100, 23) Me.項次_tb.TabIndex = 0 ' 'ToolTip1 ' Me.ToolTip1.IsBalloon = True Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info Me.ToolTip1.ToolTipTitle = "系統說明" ' '估價單 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1349, 681) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.收支單中新增一筆空白資料_bt) Me.Controls.Add(Me.刪除選中的一筆資料_bt) Me.Controls.Add(Me.申請_bt) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.客戶_tb) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.總價_tb) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.付款_tb) Me.Controls.Add(Me.備註_tb) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.進廠_tb) Me.Controls.Add(Me.業務_tb) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.廠牌_tb) Me.Controls.Add(Me.年分_tb) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.選擇日期_dtp) Me.Controls.Add(Me.Label29) Me.Controls.Add(Me.Label0) Me.Controls.Add(Me.單號_tb) Me.Controls.Add(Me.匯出EXCEL_bt) Me.Controls.Add(Me.確認新增_bt) Me.Controls.Add(Me.查詢_bt) Me.Controls.Add(Me.刪除_bt) Me.Controls.Add(Me.新增_bt) Me.Controls.Add(Me.修改_bt) Me.Controls.Add(Me.明細表_dgv) 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(4) Me.Name = "估價單" Me.Text = "估價單" CType(Me.控制表_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.明細表_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 控制表_dgv As DataGridView Friend WithEvents 明細表_dgv As DataGridView Friend WithEvents 匯出EXCEL_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 選擇日期_dtp As DateTimePicker Friend WithEvents Label29 As Label Friend WithEvents Label0 As Label Friend WithEvents 單號_tb As TextBox Friend WithEvents Label1 As Label Friend WithEvents 廠牌_tb As TextBox Friend WithEvents 年分_tb As TextBox Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents 進廠_tb As TextBox Friend WithEvents 業務_tb As TextBox Friend WithEvents Label4 As Label Friend WithEvents Label5 As Label Friend WithEvents 付款_tb As TextBox Friend WithEvents 備註_tb As TextBox Friend WithEvents Label6 As Label Friend WithEvents Label7 As Label Friend WithEvents 總價_tb As TextBox Friend WithEvents Label8 As Label Friend WithEvents 客戶_tb As TextBox Friend WithEvents 收支單中新增一筆空白資料_bt As Button Friend WithEvents 刪除選中的一筆資料_bt As Button Friend WithEvents 申請_bt As Button Friend WithEvents Panel1 As Panel Friend WithEvents 公司_tb As TextBox Friend WithEvents 項次_tb As TextBox Friend WithEvents ToolTip1 As ToolTip End Class