123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 估價單
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()> _
- 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 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Me.components = New System.ComponentModel.Container()
- Dim DataGridViewCellStyle25 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle26 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle27 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle28 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle29 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle30 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(估價單))
- 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.Panel1 = New System.Windows.Forms.Panel()
- Me.狀態_tb = New System.Windows.Forms.TextBox()
- Me.成本_tb = New System.Windows.Forms.TextBox()
- Me.品名_tb = New System.Windows.Forms.TextBox()
- Me.料號_tb = New System.Windows.Forms.TextBox()
- Me.供應商編號_tb = New System.Windows.Forms.TextBox()
- Me.流水號_tb = New System.Windows.Forms.TextBox()
- Me.全部_tb = New System.Windows.Forms.TextBox()
- Me.明細表1_dgv = New System.Windows.Forms.DataGridView()
- Me.公司_tb = New System.Windows.Forms.TextBox()
- Me.項次_tb = New System.Windows.Forms.TextBox()
- Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
- Me.Panel2 = New System.Windows.Forms.Panel()
- Me.顯示成本_cb = New System.Windows.Forms.CheckBox()
- Me.選擇供應商_cb = New System.Windows.Forms.ComboBox()
- Me.Label25 = New System.Windows.Forms.Label()
- Me.物料_dgv = New System.Windows.Forms.DataGridView()
- Me.GroupBox4 = New System.Windows.Forms.GroupBox()
- Me.Label57 = New System.Windows.Forms.Label()
- Me.Label58 = New System.Windows.Forms.Label()
- Me.總計_tb = New System.Windows.Forms.TextBox()
- Me.是否收稅_cb = New System.Windows.Forms.CheckBox()
- Me.零件_tb = New System.Windows.Forms.TextBox()
- Me.Label40 = New System.Windows.Forms.Label()
- Me.工資_tb = New System.Windows.Forms.TextBox()
- Me.隱藏成本_cb = New System.Windows.Forms.CheckBox()
- Me.稅金_tb = New System.Windows.Forms.TextBox()
- Me.Label38 = New System.Windows.Forms.Label()
- Me.應收合計_tb = New System.Windows.Forms.TextBox()
- Me.Label36 = New System.Windows.Forms.Label()
- Me.GroupBox3 = New System.Windows.Forms.GroupBox()
- Me.備註_tb = New System.Windows.Forms.TextBox()
- Me.Label53 = New System.Windows.Forms.Label()
- Me.Label47 = New System.Windows.Forms.Label()
- Me.Label43 = New System.Windows.Forms.Label()
- Me.車號_tb = New System.Windows.Forms.TextBox()
- Me.車主名稱_tb = New System.Windows.Forms.TextBox()
- Me.Button2 = New System.Windows.Forms.Button()
- Me.刪除選中的一筆資料1_bt = New System.Windows.Forms.Button()
- Me.申請1_bt = New System.Windows.Forms.Button()
- Me.收支單中新增一筆資料1_bt = New System.Windows.Forms.Button()
- Me.收支單中新增一筆空白資料1_bt = New System.Windows.Forms.Button()
- Me.查詢物_bt = New System.Windows.Forms.Button()
- Me.匯入_bt = New System.Windows.Forms.Button()
- Me.年_tb = New System.Windows.Forms.TextBox()
- Me.輪胎尺寸_tb = New System.Windows.Forms.TextBox()
- Me.引擎號碼1_tb = New System.Windows.Forms.TextBox()
- Me.車型_tb = New System.Windows.Forms.TextBox()
- Me.電話_tb = New System.Windows.Forms.TextBox()
- Me.Label52 = New System.Windows.Forms.Label()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.里程_tb = New System.Windows.Forms.TextBox()
- CType(Me.控制表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.明細表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel1.SuspendLayout()
- CType(Me.明細表1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel2.SuspendLayout()
- CType(Me.物料_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.GroupBox4.SuspendLayout()
- Me.GroupBox3.SuspendLayout()
- Me.SuspendLayout()
- '
- '控制表_dgv
- '
- DataGridViewCellStyle25.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.控制表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle25
- 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(178, 614)
- Me.控制表_dgv.TabIndex = 960
- '
- '明細表_dgv
- '
- DataGridViewCellStyle26.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.明細表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle26
- 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(669, 226)
- Me.明細表_dgv.Margin = New System.Windows.Forms.Padding(4)
- Me.明細表_dgv.Name = "明細表_dgv"
- Me.明細表_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle27.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle27.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.明細表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle27
- Me.明細表_dgv.RowTemplate.Height = 24
- Me.明細表_dgv.Size = New System.Drawing.Size(671, 450)
- Me.明細表_dgv.TabIndex = 961
- '
- '匯出EXCEL_bt
- '
- 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(540, 5)
- 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(279, 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 = 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(68, 39)
- Me.報價日期_dtp.Name = "報價日期_dtp"
- Me.報價日期_dtp.Size = New System.Drawing.Size(151, 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(7, 42)
- 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(337, 22)
- 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(398, 18)
- 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
- '
- 'Panel1
- '
- Me.Panel1.Controls.Add(Me.年_tb)
- Me.Panel1.Controls.Add(Me.狀態_tb)
- Me.Panel1.Controls.Add(Me.引擎號碼1_tb)
- Me.Panel1.Controls.Add(Me.成本_tb)
- Me.Panel1.Controls.Add(Me.輪胎尺寸_tb)
- Me.Panel1.Controls.Add(Me.品名_tb)
- Me.Panel1.Controls.Add(Me.料號_tb)
- Me.Panel1.Controls.Add(Me.供應商編號_tb)
- Me.Panel1.Controls.Add(Me.流水號_tb)
- Me.Panel1.Controls.Add(Me.車型_tb)
- Me.Panel1.Controls.Add(Me.全部_tb)
- Me.Panel1.Controls.Add(Me.明細表1_dgv)
- Me.Panel1.Controls.Add(Me.公司_tb)
- Me.Panel1.Controls.Add(Me.項次_tb)
- Me.Panel1.Location = New System.Drawing.Point(53, 89)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(311, 398)
- Me.Panel1.TabIndex = 1763
- Me.Panel1.Visible = False
- '
- '狀態_tb
- '
- Me.狀態_tb.Location = New System.Drawing.Point(193, 178)
- Me.狀態_tb.Name = "狀態_tb"
- Me.狀態_tb.Size = New System.Drawing.Size(100, 23)
- Me.狀態_tb.TabIndex = 1774
- '
- '成本_tb
- '
- Me.成本_tb.Location = New System.Drawing.Point(193, 133)
- Me.成本_tb.Name = "成本_tb"
- Me.成本_tb.Size = New System.Drawing.Size(100, 23)
- Me.成本_tb.TabIndex = 1773
- '
- '品名_tb
- '
- Me.品名_tb.Location = New System.Drawing.Point(193, 104)
- Me.品名_tb.Name = "品名_tb"
- Me.品名_tb.Size = New System.Drawing.Size(100, 23)
- Me.品名_tb.TabIndex = 1772
- '
- '料號_tb
- '
- Me.料號_tb.Location = New System.Drawing.Point(193, 75)
- Me.料號_tb.Name = "料號_tb"
- Me.料號_tb.Size = New System.Drawing.Size(100, 23)
- Me.料號_tb.TabIndex = 1771
- '
- '供應商編號_tb
- '
- Me.供應商編號_tb.Location = New System.Drawing.Point(176, 290)
- Me.供應商編號_tb.Name = "供應商編號_tb"
- Me.供應商編號_tb.Size = New System.Drawing.Size(100, 23)
- Me.供應商編號_tb.TabIndex = 1770
- '
- '流水號_tb
- '
- Me.流水號_tb.Location = New System.Drawing.Point(14, 315)
- Me.流水號_tb.Name = "流水號_tb"
- Me.流水號_tb.Size = New System.Drawing.Size(100, 23)
- Me.流水號_tb.TabIndex = 1769
- '
- '全部_tb
- '
- Me.全部_tb.Location = New System.Drawing.Point(4, 10)
- 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(76, 23)
- Me.全部_tb.TabIndex = 1747
- Me.全部_tb.Visible = False
- '
- '明細表1_dgv
- '
- DataGridViewCellStyle28.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.明細表1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle28
- Me.明細表1_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.明細表1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.明細表1_dgv.BackgroundColor = System.Drawing.Color.White
- Me.明細表1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.明細表1_dgv.Location = New System.Drawing.Point(201, 10)
- Me.明細表1_dgv.Margin = New System.Windows.Forms.Padding(4)
- Me.明細表1_dgv.Name = "明細表1_dgv"
- Me.明細表1_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle29.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle29.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.明細表1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle29
- Me.明細表1_dgv.RowTemplate.Height = 24
- Me.明細表1_dgv.Size = New System.Drawing.Size(92, 29)
- Me.明細表1_dgv.TabIndex = 1768
- '
- '公司_tb
- '
- Me.公司_tb.Location = New System.Drawing.Point(176, 321)
- 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(176, 350)
- 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 = "系統說明"
- '
- 'Panel2
- '
- Me.Panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.Panel2.Controls.Add(Me.顯示成本_cb)
- Me.Panel2.Controls.Add(Me.選擇供應商_cb)
- Me.Panel2.Controls.Add(Me.Panel1)
- Me.Panel2.Controls.Add(Me.Label25)
- Me.Panel2.Controls.Add(Me.物料_dgv)
- Me.Panel2.Location = New System.Drawing.Point(186, 62)
- Me.Panel2.Name = "Panel2"
- Me.Panel2.Size = New System.Drawing.Size(480, 614)
- Me.Panel2.TabIndex = 1765
- '
- '顯示成本_cb
- '
- Me.顯示成本_cb.AutoSize = True
- Me.顯示成本_cb.Location = New System.Drawing.Point(215, 4)
- Me.顯示成本_cb.Name = "顯示成本_cb"
- Me.顯示成本_cb.Size = New System.Drawing.Size(74, 20)
- Me.顯示成本_cb.TabIndex = 1731
- Me.顯示成本_cb.Text = "顯示成本"
- Me.顯示成本_cb.UseVisualStyleBackColor = True
- '
- '選擇供應商_cb
- '
- Me.選擇供應商_cb.FormattingEnabled = True
- Me.選擇供應商_cb.Location = New System.Drawing.Point(78, 2)
- Me.選擇供應商_cb.Name = "選擇供應商_cb"
- Me.選擇供應商_cb.Size = New System.Drawing.Size(121, 24)
- Me.選擇供應商_cb.TabIndex = 1730
- '
- 'Label25
- '
- Me.Label25.AutoSize = True
- Me.Label25.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label25.Location = New System.Drawing.Point(4, 5)
- Me.Label25.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label25.Name = "Label25"
- Me.Label25.Size = New System.Drawing.Size(67, 16)
- Me.Label25.TabIndex = 1729
- Me.Label25.Text = "選擇供應商"
- '
- '物料_dgv
- '
- DataGridViewCellStyle30.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.物料_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle30
- 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(1, 28)
- 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(475, 586)
- Me.物料_dgv.TabIndex = 960
- '
- 'GroupBox4
- '
- Me.GroupBox4.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.GroupBox4.Controls.Add(Me.Label57)
- Me.GroupBox4.Controls.Add(Me.Label58)
- Me.GroupBox4.Controls.Add(Me.總計_tb)
- Me.GroupBox4.Controls.Add(Me.是否收稅_cb)
- Me.GroupBox4.Controls.Add(Me.零件_tb)
- Me.GroupBox4.Controls.Add(Me.Label40)
- Me.GroupBox4.Controls.Add(Me.工資_tb)
- Me.GroupBox4.Controls.Add(Me.隱藏成本_cb)
- Me.GroupBox4.Controls.Add(Me.稅金_tb)
- Me.GroupBox4.Controls.Add(Me.Label38)
- Me.GroupBox4.Controls.Add(Me.應收合計_tb)
- Me.GroupBox4.Controls.Add(Me.Label36)
- Me.GroupBox4.Location = New System.Drawing.Point(1080, 56)
- Me.GroupBox4.Name = "GroupBox4"
- Me.GroupBox4.Size = New System.Drawing.Size(260, 157)
- Me.GroupBox4.TabIndex = 1767
- Me.GroupBox4.TabStop = False
- Me.GroupBox4.Text = "金額"
- '
- 'Label57
- '
- Me.Label57.AutoSize = True
- Me.Label57.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label57.Location = New System.Drawing.Point(8, 20)
- Me.Label57.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label57.Name = "Label57"
- Me.Label57.Size = New System.Drawing.Size(31, 16)
- Me.Label57.TabIndex = 1716
- Me.Label57.Text = "工資"
- '
- 'Label58
- '
- Me.Label58.AutoSize = True
- Me.Label58.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label58.Location = New System.Drawing.Point(133, 20)
- Me.Label58.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label58.Name = "Label58"
- Me.Label58.Size = New System.Drawing.Size(31, 16)
- Me.Label58.TabIndex = 1714
- Me.Label58.Text = "零件"
- '
- '總計_tb
- '
- Me.總計_tb.Location = New System.Drawing.Point(168, 42)
- Me.總計_tb.Margin = New System.Windows.Forms.Padding(4)
- Me.總計_tb.Name = "總計_tb"
- Me.總計_tb.ReadOnly = True
- Me.總計_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
- Me.總計_tb.Size = New System.Drawing.Size(84, 23)
- Me.總計_tb.TabIndex = 1745
- '
- '是否收稅_cb
- '
- Me.是否收稅_cb.AutoSize = True
- Me.是否收稅_cb.Location = New System.Drawing.Point(41, 114)
- Me.是否收稅_cb.Name = "是否收稅_cb"
- Me.是否收稅_cb.Size = New System.Drawing.Size(74, 20)
- Me.是否收稅_cb.TabIndex = 1775
- Me.是否收稅_cb.Text = "是否收稅"
- Me.是否收稅_cb.UseVisualStyleBackColor = True
- '
- '零件_tb
- '
- Me.零件_tb.Location = New System.Drawing.Point(168, 17)
- Me.零件_tb.Margin = New System.Windows.Forms.Padding(4)
- Me.零件_tb.Name = "零件_tb"
- Me.零件_tb.ReadOnly = True
- Me.零件_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
- Me.零件_tb.Size = New System.Drawing.Size(84, 23)
- Me.零件_tb.TabIndex = 1713
- '
- 'Label40
- '
- Me.Label40.AutoSize = True
- Me.Label40.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label40.Location = New System.Drawing.Point(133, 45)
- Me.Label40.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label40.Name = "Label40"
- Me.Label40.Size = New System.Drawing.Size(31, 16)
- Me.Label40.TabIndex = 1746
- Me.Label40.Text = "總計"
- '
- '工資_tb
- '
- Me.工資_tb.Location = New System.Drawing.Point(43, 17)
- Me.工資_tb.Margin = New System.Windows.Forms.Padding(4)
- Me.工資_tb.Name = "工資_tb"
- Me.工資_tb.ReadOnly = True
- Me.工資_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
- Me.工資_tb.Size = New System.Drawing.Size(76, 23)
- Me.工資_tb.TabIndex = 1715
- '
- '隱藏成本_cb
- '
- Me.隱藏成本_cb.AutoSize = True
- Me.隱藏成本_cb.Location = New System.Drawing.Point(165, 114)
- Me.隱藏成本_cb.Name = "隱藏成本_cb"
- Me.隱藏成本_cb.Size = New System.Drawing.Size(74, 20)
- Me.隱藏成本_cb.TabIndex = 1746
- Me.隱藏成本_cb.Text = "顯示成本"
- Me.隱藏成本_cb.UseVisualStyleBackColor = True
- '
- '稅金_tb
- '
- Me.稅金_tb.Location = New System.Drawing.Point(43, 42)
- Me.稅金_tb.Margin = New System.Windows.Forms.Padding(4)
- Me.稅金_tb.Name = "稅金_tb"
- Me.稅金_tb.ReadOnly = True
- Me.稅金_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
- Me.稅金_tb.Size = New System.Drawing.Size(76, 23)
- Me.稅金_tb.TabIndex = 1743
- '
- 'Label38
- '
- Me.Label38.AutoSize = True
- Me.Label38.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label38.Location = New System.Drawing.Point(8, 45)
- Me.Label38.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label38.Name = "Label38"
- Me.Label38.Size = New System.Drawing.Size(31, 16)
- Me.Label38.TabIndex = 1744
- Me.Label38.Text = "稅金"
- '
- '應收合計_tb
- '
- Me.應收合計_tb.Location = New System.Drawing.Point(43, 68)
- Me.應收合計_tb.Margin = New System.Windows.Forms.Padding(4)
- Me.應收合計_tb.Name = "應收合計_tb"
- Me.應收合計_tb.ReadOnly = True
- Me.應收合計_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
- Me.應收合計_tb.Size = New System.Drawing.Size(209, 23)
- Me.應收合計_tb.TabIndex = 1739
- '
- 'Label36
- '
- Me.Label36.AutoSize = True
- Me.Label36.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label36.Location = New System.Drawing.Point(8, 72)
- Me.Label36.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label36.Name = "Label36"
- Me.Label36.Size = New System.Drawing.Size(31, 16)
- Me.Label36.TabIndex = 1740
- Me.Label36.Text = "合計"
- '
- 'GroupBox3
- '
- Me.GroupBox3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.GroupBox3.Controls.Add(Me.里程_tb)
- Me.GroupBox3.Controls.Add(Me.Label1)
- Me.GroupBox3.Controls.Add(Me.備註_tb)
- Me.GroupBox3.Controls.Add(Me.Label53)
- Me.GroupBox3.Controls.Add(Me.Label52)
- Me.GroupBox3.Controls.Add(Me.Label47)
- Me.GroupBox3.Controls.Add(Me.Label43)
- Me.GroupBox3.Controls.Add(Me.車號_tb)
- Me.GroupBox3.Controls.Add(Me.電話_tb)
- Me.GroupBox3.Controls.Add(Me.車主名稱_tb)
- Me.GroupBox3.Controls.Add(Me.Button2)
- Me.GroupBox3.Controls.Add(Me.Label29)
- Me.GroupBox3.Controls.Add(Me.報價日期_dtp)
- Me.GroupBox3.Location = New System.Drawing.Point(669, 56)
- Me.GroupBox3.Name = "GroupBox3"
- Me.GroupBox3.Size = New System.Drawing.Size(412, 157)
- Me.GroupBox3.TabIndex = 1766
- Me.GroupBox3.TabStop = False
- Me.GroupBox3.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.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.備註_tb.Location = New System.Drawing.Point(69, 95)
- Me.備註_tb.Margin = New System.Windows.Forms.Padding(4)
- Me.備註_tb.Multiline = True
- Me.備註_tb.Name = "備註_tb"
- Me.備註_tb.Size = New System.Drawing.Size(336, 54)
- Me.備註_tb.TabIndex = 1776
- '
- 'Label53
- '
- Me.Label53.AutoSize = True
- Me.Label53.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label53.Location = New System.Drawing.Point(223, 15)
- Me.Label53.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label53.Name = "Label53"
- Me.Label53.Size = New System.Drawing.Size(55, 16)
- Me.Label53.TabIndex = 1736
- Me.Label53.Text = "車 號"
- '
- 'Label47
- '
- Me.Label47.AutoSize = True
- Me.Label47.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label47.Location = New System.Drawing.Point(5, 114)
- Me.Label47.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label47.Name = "Label47"
- Me.Label47.Size = New System.Drawing.Size(55, 16)
- Me.Label47.TabIndex = 1777
- Me.Label47.Text = "備 註"
- '
- 'Label43
- '
- Me.Label43.AutoSize = True
- Me.Label43.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label43.Location = New System.Drawing.Point(5, 18)
- Me.Label43.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label43.Name = "Label43"
- Me.Label43.Size = New System.Drawing.Size(55, 16)
- Me.Label43.TabIndex = 1732
- Me.Label43.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.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.車號_tb.Location = New System.Drawing.Point(281, 11)
- 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(124, 23)
- Me.車號_tb.TabIndex = 1681
- '
- '車主名稱_tb
- '
- Me.車主名稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.車主名稱_tb.Location = New System.Drawing.Point(68, 11)
- 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(116, 23)
- Me.車主名稱_tb.TabIndex = 1685
- '
- 'Button2
- '
- Me.Button2.BackgroundImage = CType(resources.GetObject("Button2.BackgroundImage"), System.Drawing.Image)
- Me.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold)
- Me.Button2.Location = New System.Drawing.Point(191, 7)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(28, 29)
- Me.Button2.TabIndex = 1725
- Me.Button2.UseVisualStyleBackColor = True
- '
- '刪除選中的一筆資料1_bt
- '
- Me.刪除選中的一筆資料1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.刪除選中的一筆資料1_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Close
- Me.刪除選中的一筆資料1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.刪除選中的一筆資料1_bt.ForeColor = System.Drawing.Color.Red
- Me.刪除選中的一筆資料1_bt.Location = New System.Drawing.Point(1245, 5)
- Me.刪除選中的一筆資料1_bt.Margin = New System.Windows.Forms.Padding(4)
- Me.刪除選中的一筆資料1_bt.Name = "刪除選中的一筆資料1_bt"
- Me.刪除選中的一筆資料1_bt.Size = New System.Drawing.Size(50, 50)
- Me.刪除選中的一筆資料1_bt.TabIndex = 1719
- Me.刪除選中的一筆資料1_bt.UseVisualStyleBackColor = True
- '
- '申請1_bt
- '
- Me.申請1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.申請1_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Sendnow
- Me.申請1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.申請1_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.申請1_bt.Location = New System.Drawing.Point(1295, 5)
- Me.申請1_bt.Margin = New System.Windows.Forms.Padding(4)
- Me.申請1_bt.Name = "申請1_bt"
- Me.申請1_bt.Size = New System.Drawing.Size(50, 50)
- Me.申請1_bt.TabIndex = 1717
- Me.申請1_bt.UseVisualStyleBackColor = True
- '
- '收支單中新增一筆資料1_bt
- '
- Me.收支單中新增一筆資料1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.收支單中新增一筆資料1_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.pen
- Me.收支單中新增一筆資料1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.收支單中新增一筆資料1_bt.ForeColor = System.Drawing.Color.Green
- Me.收支單中新增一筆資料1_bt.Location = New System.Drawing.Point(1145, 5)
- Me.收支單中新增一筆資料1_bt.Margin = New System.Windows.Forms.Padding(4)
- Me.收支單中新增一筆資料1_bt.Name = "收支單中新增一筆資料1_bt"
- Me.收支單中新增一筆資料1_bt.Size = New System.Drawing.Size(50, 50)
- Me.收支單中新增一筆資料1_bt.TabIndex = 1725
- Me.收支單中新增一筆資料1_bt.UseVisualStyleBackColor = True
- '
- '收支單中新增一筆空白資料1_bt
- '
- Me.收支單中新增一筆空白資料1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.收支單中新增一筆空白資料1_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Edit_Text
- Me.收支單中新增一筆空白資料1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.收支單中新增一筆空白資料1_bt.ForeColor = System.Drawing.Color.Green
- Me.收支單中新增一筆空白資料1_bt.Location = New System.Drawing.Point(1195, 5)
- Me.收支單中新增一筆空白資料1_bt.Margin = New System.Windows.Forms.Padding(4)
- Me.收支單中新增一筆空白資料1_bt.Name = "收支單中新增一筆空白資料1_bt"
- Me.收支單中新增一筆空白資料1_bt.Size = New System.Drawing.Size(50, 50)
- Me.收支單中新增一筆空白資料1_bt.TabIndex = 1718
- Me.收支單中新增一筆空白資料1_bt.UseVisualStyleBackColor = True
- '
- '查詢物_bt
- '
- Me.查詢物_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Search
- Me.查詢物_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.查詢物_bt.Location = New System.Drawing.Point(224, 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 = 1774
- Me.查詢物_bt.UseVisualStyleBackColor = True
- '
- '匯入_bt
- '
- Me.匯入_bt.Location = New System.Drawing.Point(597, 6)
- Me.匯入_bt.Name = "匯入_bt"
- Me.匯入_bt.Size = New System.Drawing.Size(126, 50)
- Me.匯入_bt.TabIndex = 1775
- Me.匯入_bt.Text = "匯入車輛銷售管理"
- Me.匯入_bt.UseVisualStyleBackColor = True
- '
- '年_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.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.年_tb.Location = New System.Drawing.Point(14, 154)
- 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(76, 23)
- Me.年_tb.TabIndex = 1778
- '
- '輪胎尺寸_tb
- '
- Me.輪胎尺寸_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.輪胎尺寸_tb.Location = New System.Drawing.Point(15, 123)
- 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(75, 23)
- Me.輪胎尺寸_tb.TabIndex = 1777
- '
- '引擎號碼1_tb
- '
- Me.引擎號碼1_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.引擎號碼1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.引擎號碼1_tb.Location = New System.Drawing.Point(14, 185)
- Me.引擎號碼1_tb.Margin = New System.Windows.Forms.Padding(4)
- Me.引擎號碼1_tb.Name = "引擎號碼1_tb"
- Me.引擎號碼1_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
- Me.引擎號碼1_tb.Size = New System.Drawing.Size(76, 23)
- Me.引擎號碼1_tb.TabIndex = 1776
- '
- '車型_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.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.車型_tb.Location = New System.Drawing.Point(14, 92)
- 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(76, 23)
- Me.車型_tb.TabIndex = 1775
- '
- '電話_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.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.電話_tb.Location = New System.Drawing.Point(68, 67)
- 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(336, 23)
- Me.電話_tb.TabIndex = 1689
- '
- 'Label52
- '
- Me.Label52.AutoSize = True
- Me.Label52.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label52.Location = New System.Drawing.Point(7, 72)
- Me.Label52.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label52.Name = "Label52"
- Me.Label52.Size = New System.Drawing.Size(55, 16)
- Me.Label52.TabIndex = 1735
- Me.Label52.Text = "電 話"
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label1.Location = New System.Drawing.Point(223, 43)
- 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 = 1779
- Me.Label1.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.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.里程_tb.Location = New System.Drawing.Point(281, 39)
- 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(124, 23)
- Me.里程_tb.TabIndex = 1778
- '
- '估價單
- '
- 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.匯入_bt)
- Me.Controls.Add(Me.查詢物_bt)
- Me.Controls.Add(Me.GroupBox4)
- Me.Controls.Add(Me.刪除選中的一筆資料1_bt)
- Me.Controls.Add(Me.GroupBox3)
- Me.Controls.Add(Me.Label0)
- Me.Controls.Add(Me.明細表_dgv)
- Me.Controls.Add(Me.單號_tb)
- Me.Controls.Add(Me.申請1_bt)
- Me.Controls.Add(Me.Panel2)
- Me.Controls.Add(Me.收支單中新增一筆資料1_bt)
- Me.Controls.Add(Me.控制表_dgv)
- Me.Controls.Add(Me.收支單中新增一筆空白資料1_bt)
- 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.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()
- CType(Me.明細表1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Panel2.ResumeLayout(False)
- Me.Panel2.PerformLayout()
- CType(Me.物料_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.GroupBox4.ResumeLayout(False)
- Me.GroupBox4.PerformLayout()
- Me.GroupBox3.ResumeLayout(False)
- Me.GroupBox3.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 Panel1 As Panel
- Friend WithEvents 公司_tb As TextBox
- Friend WithEvents 項次_tb As TextBox
- Friend WithEvents ToolTip1 As ToolTip
- Friend WithEvents Panel2 As Panel
- Friend WithEvents 顯示成本_cb As CheckBox
- Friend WithEvents 選擇供應商_cb As ComboBox
- Friend WithEvents Label25 As Label
- Friend WithEvents 物料_dgv As DataGridView
- Friend WithEvents GroupBox4 As GroupBox
- Friend WithEvents 全部_tb As TextBox
- Friend WithEvents Label57 As Label
- Friend WithEvents Label58 As Label
- Friend WithEvents 總計_tb As TextBox
- Friend WithEvents 零件_tb As TextBox
- Friend WithEvents Label40 As Label
- Friend WithEvents 工資_tb As TextBox
- Friend WithEvents 稅金_tb As TextBox
- Friend WithEvents Label38 As Label
- Friend WithEvents 應收合計_tb As TextBox
- Friend WithEvents Label36 As Label
- Friend WithEvents GroupBox3 As GroupBox
- Friend WithEvents 隱藏成本_cb As CheckBox
- Friend WithEvents 刪除選中的一筆資料1_bt As Button
- Friend WithEvents 申請1_bt As Button
- Friend WithEvents 收支單中新增一筆資料1_bt As Button
- Friend WithEvents 收支單中新增一筆空白資料1_bt As Button
- Friend WithEvents Label53 As Label
- Friend WithEvents Label43 As Label
- Friend WithEvents 車號_tb As TextBox
- Friend WithEvents 車主名稱_tb As TextBox
- Friend WithEvents Button2 As Button
- Friend WithEvents 明細表1_dgv As DataGridView
- Friend WithEvents 查詢物_bt As Button
- Friend WithEvents 是否收稅_cb As CheckBox
- Friend WithEvents Label47 As Label
- Friend WithEvents 流水號_tb As TextBox
- Friend WithEvents 備註_tb As TextBox
- Friend WithEvents 供應商編號_tb As TextBox
- Friend WithEvents 狀態_tb As TextBox
- Friend WithEvents 成本_tb As TextBox
- Friend WithEvents 品名_tb As TextBox
- Friend WithEvents 料號_tb As TextBox
- Friend WithEvents 匯入_bt As Button
- Friend WithEvents 年_tb As TextBox
- Friend WithEvents 引擎號碼1_tb As TextBox
- Friend WithEvents 輪胎尺寸_tb As TextBox
- Friend WithEvents 車型_tb As TextBox
- Friend WithEvents Label1 As Label
- Friend WithEvents 里程_tb As TextBox
- Friend WithEvents Label52 As Label
- Friend WithEvents 電話_tb As TextBox
- End Class
|