123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581 |
- <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()
- Me.合約_dgv = New System.Windows.Forms.DataGridView()
- Me.甲方_lb = New System.Windows.Forms.Label()
- Me.合約編號1_cb = New System.Windows.Forms.ComboBox()
- Me.查詢_bt = New System.Windows.Forms.Button()
- Me.關鍵字搜尋_tb = New System.Windows.Forms.TextBox()
- Me.搜尋_lb = New System.Windows.Forms.Label()
- Me.利潤比4_tb = New System.Windows.Forms.TextBox()
- Me.含折讓_lb = New System.Windows.Forms.Label()
- Me.利潤比3_tb = New System.Windows.Forms.TextBox()
- Me.不含折讓_lb = New System.Windows.Forms.Label()
- Me.總報價_tb = New System.Windows.Forms.TextBox()
- Me.總成本_tb = New System.Windows.Forms.TextBox()
- Me.累計成本_lb = New System.Windows.Forms.Label()
- Me.累計報價_lb = New System.Windows.Forms.Label()
- Me.利潤比2_tb = New System.Windows.Forms.TextBox()
- Me.利潤比2_lb = New System.Windows.Forms.Label()
- Me.利潤比1_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.工資總成本_lb = New System.Windows.Forms.Label()
- Me.預估工資總成本_tb = New System.Windows.Forms.TextBox()
- Me.材料總成本_lb = New System.Windows.Forms.Label()
- Me.利潤比1_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.累計折讓_tb = New System.Windows.Forms.TextBox()
- Me.累計折讓_lb = New System.Windows.Forms.Label()
- Me.印尼盾_ch = New System.Windows.Forms.CheckBox()
- Me.人民幣_ch = New System.Windows.Forms.CheckBox()
- Me.美金_ch = New System.Windows.Forms.CheckBox()
- Me.台幣_ch = New System.Windows.Forms.CheckBox()
- Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
- Me.語轉扭_bt = New System.Windows.Forms.Button()
- Me.Panel1 = New System.Windows.Forms.Panel()
- CType(Me.合約_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel1.SuspendLayout()
- 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.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.合約_dgv.BackgroundColor = System.Drawing.Color.White
- Me.合約_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.合約_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.合約_dgv.Location = New System.Drawing.Point(2, 65)
- Me.合約_dgv.Name = "合約_dgv"
- Me.合約_dgv.RowHeadersWidth = 5
- Me.合約_dgv.RowTemplate.Height = 24
- Me.合約_dgv.Size = New System.Drawing.Size(1346, 614)
- Me.合約_dgv.TabIndex = 1408
- '
- '甲方_lb
- '
- Me.甲方_lb.AutoSize = True
- Me.甲方_lb.BackColor = System.Drawing.Color.Transparent
- Me.甲方_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.甲方_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.甲方_lb.Location = New System.Drawing.Point(2, 31)
- Me.甲方_lb.Name = "甲方_lb"
- Me.甲方_lb.Size = New System.Drawing.Size(49, 16)
- Me.甲方_lb.TabIndex = 1410
- Me.甲方_lb.Text = " 甲方"
- Me.甲方_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '合約編號1_cb
- '
- Me.合約編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
- Me.合約編號1_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.合約編號1_cb.FormattingEnabled = True
- Me.合約編號1_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
- Me.合約編號1_cb.Location = New System.Drawing.Point(56, 27)
- Me.合約編號1_cb.Name = "合約編號1_cb"
- Me.合約編號1_cb.Size = New System.Drawing.Size(132, 24)
- Me.合約編號1_cb.TabIndex = 1409
- '
- '查詢_bt
- '
- Me.查詢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.下載
- Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.查詢_bt.Location = New System.Drawing.Point(162, 1)
- Me.查詢_bt.Name = "查詢_bt"
- Me.查詢_bt.Size = New System.Drawing.Size(26, 26)
- Me.查詢_bt.TabIndex = 1413
- Me.查詢_bt.UseVisualStyleBackColor = True
- '
- '關鍵字搜尋_tb
- '
- Me.關鍵字搜尋_tb.Location = New System.Drawing.Point(56, 3)
- Me.關鍵字搜尋_tb.Name = "關鍵字搜尋_tb"
- Me.關鍵字搜尋_tb.Size = New System.Drawing.Size(104, 23)
- Me.關鍵字搜尋_tb.TabIndex = 1411
- '
- '搜尋_lb
- '
- Me.搜尋_lb.AutoSize = True
- Me.搜尋_lb.BackColor = System.Drawing.Color.Transparent
- Me.搜尋_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.搜尋_lb.Location = New System.Drawing.Point(23, 6)
- Me.搜尋_lb.Name = "搜尋_lb"
- Me.搜尋_lb.Size = New System.Drawing.Size(29, 16)
- Me.搜尋_lb.TabIndex = 1412
- Me.搜尋_lb.Text = "Cari"
- Me.搜尋_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '利潤比4_tb
- '
- Me.利潤比4_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.利潤比4_tb.Location = New System.Drawing.Point(1225, 46)
- Me.利潤比4_tb.Name = "利潤比4_tb"
- Me.利潤比4_tb.Size = New System.Drawing.Size(105, 16)
- Me.利潤比4_tb.TabIndex = 1724
- Me.利潤比4_tb.Text = "100%"
- Me.利潤比4_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- '含折讓_lb
- '
- Me.含折讓_lb.AutoSize = True
- Me.含折讓_lb.BackColor = System.Drawing.Color.Transparent
- Me.含折讓_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.含折讓_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.含折讓_lb.Location = New System.Drawing.Point(1120, 46)
- Me.含折讓_lb.Name = "含折讓_lb"
- Me.含折讓_lb.Size = New System.Drawing.Size(102, 16)
- Me.含折讓_lb.TabIndex = 1725
- Me.含折讓_lb.Text = " 利潤比(含折讓) : "
- Me.含折讓_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '利潤比3_tb
- '
- Me.利潤比3_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.利潤比3_tb.Location = New System.Drawing.Point(987, 46)
- Me.利潤比3_tb.Name = "利潤比3_tb"
- Me.利潤比3_tb.Size = New System.Drawing.Size(105, 16)
- Me.利潤比3_tb.TabIndex = 1722
- Me.利潤比3_tb.Text = "100%"
- Me.利潤比3_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- '不含折讓_lb
- '
- Me.不含折讓_lb.AutoSize = True
- Me.不含折讓_lb.BackColor = System.Drawing.Color.Transparent
- Me.不含折讓_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.不含折讓_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.不含折讓_lb.Location = New System.Drawing.Point(849, 46)
- Me.不含折讓_lb.Name = "不含折讓_lb"
- Me.不含折讓_lb.Size = New System.Drawing.Size(135, 16)
- Me.不含折讓_lb.TabIndex = 1723
- Me.不含折讓_lb.Text = " 利潤比(不含折讓) : "
- Me.不含折讓_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '總報價_tb
- '
- Me.總報價_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.總報價_tb.Location = New System.Drawing.Point(1225, 5)
- Me.總報價_tb.Name = "總報價_tb"
- Me.總報價_tb.Size = New System.Drawing.Size(105, 16)
- Me.總報價_tb.TabIndex = 1719
- Me.總報價_tb.Text = "99,999,999,999"
- Me.總報價_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- '總成本_tb
- '
- Me.總成本_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.總成本_tb.Location = New System.Drawing.Point(987, 5)
- Me.總成本_tb.Name = "總成本_tb"
- Me.總成本_tb.Size = New System.Drawing.Size(105, 16)
- Me.總成本_tb.TabIndex = 1718
- Me.總成本_tb.Text = "99,999,999,999"
- Me.總成本_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- '累計成本_lb
- '
- Me.累計成本_lb.AutoSize = True
- Me.累計成本_lb.BackColor = System.Drawing.Color.Transparent
- Me.累計成本_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.累計成本_lb.ForeColor = System.Drawing.Color.Red
- Me.累計成本_lb.Location = New System.Drawing.Point(891, 4)
- Me.累計成本_lb.Name = "累計成本_lb"
- Me.累計成本_lb.Size = New System.Drawing.Size(94, 16)
- Me.累計成本_lb.TabIndex = 1720
- Me.累計成本_lb.Text = " 累計成本 : "
- Me.累計成本_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '累計報價_lb
- '
- Me.累計報價_lb.AutoSize = True
- Me.累計報價_lb.BackColor = System.Drawing.Color.Transparent
- Me.累計報價_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.累計報價_lb.ForeColor = System.Drawing.Color.Green
- Me.累計報價_lb.Location = New System.Drawing.Point(1109, 3)
- Me.累計報價_lb.Name = "累計報價_lb"
- Me.累計報價_lb.Size = New System.Drawing.Size(112, 16)
- Me.累計報價_lb.TabIndex = 1721
- Me.累計報價_lb.Text = " 累計報價 : "
- Me.累計報價_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '利潤比2_tb
- '
- Me.利潤比2_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.利潤比2_tb.Location = New System.Drawing.Point(836, 24)
- Me.利潤比2_tb.Name = "利潤比2_tb"
- Me.利潤比2_tb.Size = New System.Drawing.Size(40, 16)
- Me.利潤比2_tb.TabIndex = 1716
- Me.利潤比2_tb.Text = "100%"
- Me.利潤比2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- '利潤比2_lb
- '
- Me.利潤比2_lb.AutoSize = True
- Me.利潤比2_lb.BackColor = System.Drawing.Color.Transparent
- Me.利潤比2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.利潤比2_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.利潤比2_lb.Location = New System.Drawing.Point(785, 24)
- Me.利潤比2_lb.Name = "利潤比2_lb"
- Me.利潤比2_lb.Size = New System.Drawing.Size(49, 16)
- Me.利潤比2_lb.TabIndex = 1717
- Me.利潤比2_lb.Text = "Laba %"
- Me.利潤比2_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '利潤比1_tb
- '
- Me.利潤比1_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.利潤比1_tb.Location = New System.Drawing.Point(835, 5)
- Me.利潤比1_tb.Name = "利潤比1_tb"
- Me.利潤比1_tb.Size = New System.Drawing.Size(40, 16)
- Me.利潤比1_tb.TabIndex = 1709
- Me.利潤比1_tb.Text = "100%"
- Me.利潤比1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- '預估利潤_tb
- '
- Me.預估利潤_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.預估利潤_tb.Location = New System.Drawing.Point(1225, 25)
- Me.預估利潤_tb.Name = "預估利潤_tb"
- Me.預估利潤_tb.Size = New System.Drawing.Size(105, 16)
- Me.預估利潤_tb.TabIndex = 1708
- Me.預估利潤_tb.Text = "99,999,999,999"
- Me.預估利潤_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- '預估材料總報價_tb
- '
- Me.預估材料總報價_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.預估材料總報價_tb.Location = New System.Drawing.Point(673, 25)
- Me.預估材料總報價_tb.Name = "預估材料總報價_tb"
- Me.預估材料總報價_tb.Size = New System.Drawing.Size(105, 16)
- Me.預估材料總報價_tb.TabIndex = 1707
- Me.預估材料總報價_tb.Text = "99,999,999,999"
- Me.預估材料總報價_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- '預估工資總報價_tb
- '
- Me.預估工資總報價_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.預估工資總報價_tb.Location = New System.Drawing.Point(673, 5)
- Me.預估工資總報價_tb.Name = "預估工資總報價_tb"
- Me.預估工資總報價_tb.Size = New System.Drawing.Size(105, 16)
- Me.預估工資總報價_tb.TabIndex = 1706
- Me.預估工資總報價_tb.Text = "99,999,999,999"
- Me.預估工資總報價_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- '預估材料總成本_tb
- '
- Me.預估材料總成本_tb.BackColor = System.Drawing.Color.DarkRed
- Me.預估材料總成本_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.預估材料總成本_tb.Location = New System.Drawing.Point(437, 25)
- Me.預估材料總成本_tb.Name = "預估材料總成本_tb"
- Me.預估材料總成本_tb.Size = New System.Drawing.Size(105, 16)
- Me.預估材料總成本_tb.TabIndex = 1705
- Me.預估材料總成本_tb.Text = "99,999,999,999"
- Me.預估材料總成本_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- '工資總成本_lb
- '
- Me.工資總成本_lb.AutoSize = True
- Me.工資總成本_lb.BackColor = System.Drawing.Color.Transparent
- Me.工資總成本_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.工資總成本_lb.ForeColor = System.Drawing.Color.Red
- Me.工資總成本_lb.Location = New System.Drawing.Point(343, 3)
- Me.工資總成本_lb.Name = "工資總成本_lb"
- Me.工資總成本_lb.Size = New System.Drawing.Size(91, 16)
- Me.工資總成本_lb.TabIndex = 1710
- Me.工資總成本_lb.Text = " 工資總成本 : "
- Me.工資總成本_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '預估工資總成本_tb
- '
- Me.預估工資總成本_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.預估工資總成本_tb.Location = New System.Drawing.Point(437, 5)
- Me.預估工資總成本_tb.Name = "預估工資總成本_tb"
- Me.預估工資總成本_tb.Size = New System.Drawing.Size(105, 16)
- Me.預估工資總成本_tb.TabIndex = 1704
- Me.預估工資總成本_tb.Text = "99,999,999,999"
- Me.預估工資總成本_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- '材料總成本_lb
- '
- Me.材料總成本_lb.AutoSize = True
- Me.材料總成本_lb.BackColor = System.Drawing.Color.Transparent
- Me.材料總成本_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.材料總成本_lb.ForeColor = System.Drawing.Color.Red
- Me.材料總成本_lb.Location = New System.Drawing.Point(328, 24)
- Me.材料總成本_lb.Name = "材料總成本_lb"
- Me.材料總成本_lb.Size = New System.Drawing.Size(106, 16)
- Me.材料總成本_lb.TabIndex = 1711
- Me.材料總成本_lb.Text = " 材料總成本 : "
- Me.材料總成本_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '利潤比1_lb
- '
- Me.利潤比1_lb.AutoSize = True
- Me.利潤比1_lb.BackColor = System.Drawing.Color.Transparent
- Me.利潤比1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.利潤比1_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.利潤比1_lb.Location = New System.Drawing.Point(784, 4)
- Me.利潤比1_lb.Name = "利潤比1_lb"
- Me.利潤比1_lb.Size = New System.Drawing.Size(49, 16)
- Me.利潤比1_lb.TabIndex = 1715
- Me.利潤比1_lb.Text = "利潤比 :"
- Me.利潤比1_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '工資總報價_lb
- '
- Me.工資總報價_lb.AutoSize = True
- Me.工資總報價_lb.BackColor = System.Drawing.Color.Transparent
- Me.工資總報價_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.工資總報價_lb.ForeColor = System.Drawing.Color.Green
- Me.工資總報價_lb.Location = New System.Drawing.Point(563, 4)
- Me.工資總報價_lb.Name = "工資總報價_lb"
- Me.工資總報價_lb.Size = New System.Drawing.Size(106, 16)
- Me.工資總報價_lb.TabIndex = 1712
- Me.工資總報價_lb.Text = " 工資總報價 : "
- Me.工資總報價_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '預估利潤_lb
- '
- Me.預估利潤_lb.AutoSize = True
- Me.預估利潤_lb.BackColor = System.Drawing.Color.Transparent
- Me.預估利潤_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.預估利潤_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.預估利潤_lb.Location = New System.Drawing.Point(1098, 23)
- Me.預估利潤_lb.Name = "預估利潤_lb"
- Me.預估利潤_lb.Size = New System.Drawing.Size(124, 16)
- Me.預估利潤_lb.TabIndex = 1714
- Me.預估利潤_lb.Text = " 預估利潤 : "
- Me.預估利潤_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '材料總報價_lb
- '
- Me.材料總報價_lb.AutoSize = True
- Me.材料總報價_lb.BackColor = System.Drawing.Color.Transparent
- Me.材料總報價_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.材料總報價_lb.ForeColor = System.Drawing.Color.Green
- Me.材料總報價_lb.Location = New System.Drawing.Point(550, 24)
- Me.材料總報價_lb.Name = "材料總報價_lb"
- Me.材料總報價_lb.Size = New System.Drawing.Size(118, 16)
- Me.材料總報價_lb.TabIndex = 1713
- Me.材料總報價_lb.Text = " 材料總報價 : "
- Me.材料總報價_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '累計折讓_tb
- '
- Me.累計折讓_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.累計折讓_tb.Location = New System.Drawing.Point(987, 25)
- Me.累計折讓_tb.Name = "累計折讓_tb"
- Me.累計折讓_tb.Size = New System.Drawing.Size(105, 16)
- Me.累計折讓_tb.TabIndex = 1726
- Me.累計折讓_tb.Text = "99,999,999,999"
- Me.累計折讓_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- '累計折讓_lb
- '
- Me.累計折讓_lb.AutoSize = True
- Me.累計折讓_lb.BackColor = System.Drawing.Color.Transparent
- Me.累計折讓_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.累計折讓_lb.ForeColor = System.Drawing.Color.Red
- Me.累計折讓_lb.Location = New System.Drawing.Point(884, 24)
- Me.累計折讓_lb.Name = "累計折讓_lb"
- Me.累計折讓_lb.Size = New System.Drawing.Size(100, 16)
- Me.累計折讓_lb.TabIndex = 1727
- Me.累計折讓_lb.Text = " 累計折讓 : "
- Me.累計折讓_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '印尼盾_ch
- '
- Me.印尼盾_ch.AutoSize = True
- Me.印尼盾_ch.BackColor = System.Drawing.Color.Transparent
- Me.印尼盾_ch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.印尼盾_ch.Checked = True
- Me.印尼盾_ch.CheckState = System.Windows.Forms.CheckState.Checked
- Me.印尼盾_ch.Location = New System.Drawing.Point(251, 28)
- Me.印尼盾_ch.Name = "印尼盾_ch"
- Me.印尼盾_ch.Size = New System.Drawing.Size(62, 20)
- Me.印尼盾_ch.TabIndex = 1731
- Me.印尼盾_ch.Text = "印尼盾"
- Me.印尼盾_ch.UseVisualStyleBackColor = False
- '
- '人民幣_ch
- '
- Me.人民幣_ch.AutoSize = True
- Me.人民幣_ch.BackColor = System.Drawing.Color.Transparent
- Me.人民幣_ch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.人民幣_ch.Location = New System.Drawing.Point(251, 7)
- Me.人民幣_ch.Name = "人民幣_ch"
- Me.人民幣_ch.Size = New System.Drawing.Size(62, 20)
- Me.人民幣_ch.TabIndex = 1730
- Me.人民幣_ch.Text = "人民幣"
- Me.人民幣_ch.UseVisualStyleBackColor = False
- '
- '美金_ch
- '
- Me.美金_ch.AutoSize = True
- Me.美金_ch.BackColor = System.Drawing.Color.Transparent
- Me.美金_ch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.美金_ch.Location = New System.Drawing.Point(194, 7)
- Me.美金_ch.Name = "美金_ch"
- Me.美金_ch.Size = New System.Drawing.Size(50, 20)
- Me.美金_ch.TabIndex = 1728
- Me.美金_ch.Text = "美金"
- Me.美金_ch.UseVisualStyleBackColor = False
- '
- '台幣_ch
- '
- Me.台幣_ch.AutoSize = True
- Me.台幣_ch.BackColor = System.Drawing.Color.Transparent
- Me.台幣_ch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.台幣_ch.Location = New System.Drawing.Point(194, 27)
- Me.台幣_ch.Name = "台幣_ch"
- Me.台幣_ch.Size = New System.Drawing.Size(50, 20)
- Me.台幣_ch.TabIndex = 1729
- Me.台幣_ch.Text = "台幣"
- Me.台幣_ch.UseVisualStyleBackColor = False
- '
- 'ToolTip1
- '
- Me.ToolTip1.AutoPopDelay = 5000
- Me.ToolTip1.InitialDelay = 500
- Me.ToolTip1.IsBalloon = True
- Me.ToolTip1.ReshowDelay = 100
- Me.ToolTip1.ToolTipTitle = "illustrate"
- '
- '語轉扭_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(7, 3)
- Me.語轉扭_bt.Name = "語轉扭_bt"
- Me.語轉扭_bt.Size = New System.Drawing.Size(24, 24)
- Me.語轉扭_bt.TabIndex = 1732
- Me.語轉扭_bt.Text = "L"
- Me.語轉扭_bt.UseVisualStyleBackColor = True
- '
- 'Panel1
- '
- Me.Panel1.Controls.Add(Me.語轉扭_bt)
- Me.Panel1.Location = New System.Drawing.Point(649, 182)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(204, 82)
- Me.Panel1.TabIndex = 1733
- '
- '合約利潤預估表
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1350, 681)
- Me.Controls.Add(Me.印尼盾_ch)
- Me.Controls.Add(Me.人民幣_ch)
- Me.Controls.Add(Me.美金_ch)
- Me.Controls.Add(Me.台幣_ch)
- Me.Controls.Add(Me.累計折讓_tb)
- Me.Controls.Add(Me.利潤比4_tb)
- Me.Controls.Add(Me.利潤比3_tb)
- Me.Controls.Add(Me.總報價_tb)
- Me.Controls.Add(Me.總成本_tb)
- Me.Controls.Add(Me.利潤比2_tb)
- Me.Controls.Add(Me.利潤比1_tb)
- Me.Controls.Add(Me.預估利潤_tb)
- Me.Controls.Add(Me.預估材料總報價_tb)
- Me.Controls.Add(Me.預估工資總報價_tb)
- Me.Controls.Add(Me.預估材料總成本_tb)
- Me.Controls.Add(Me.預估工資總成本_tb)
- Me.Controls.Add(Me.查詢_bt)
- Me.Controls.Add(Me.關鍵字搜尋_tb)
- Me.Controls.Add(Me.搜尋_lb)
- Me.Controls.Add(Me.甲方_lb)
- Me.Controls.Add(Me.合約編號1_cb)
- Me.Controls.Add(Me.累計折讓_lb)
- Me.Controls.Add(Me.含折讓_lb)
- Me.Controls.Add(Me.不含折讓_lb)
- Me.Controls.Add(Me.累計成本_lb)
- Me.Controls.Add(Me.累計報價_lb)
- Me.Controls.Add(Me.利潤比2_lb)
- Me.Controls.Add(Me.工資總成本_lb)
- Me.Controls.Add(Me.材料總成本_lb)
- Me.Controls.Add(Me.利潤比1_lb)
- Me.Controls.Add(Me.工資總報價_lb)
- Me.Controls.Add(Me.預估利潤_lb)
- Me.Controls.Add(Me.材料總報價_lb)
- Me.Controls.Add(Me.合約_dgv)
- Me.Controls.Add(Me.Panel1)
- 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.MaximizeBox = False
- Me.MinimizeBox = False
- Me.Name = "合約利潤預估表"
- Me.Text = "合約利潤預估表"
- CType(Me.合約_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Panel1.ResumeLayout(False)
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 合約_dgv As DataGridView
- Friend WithEvents 甲方_lb As Label
- Friend WithEvents 合約編號1_cb As ComboBox
- Friend WithEvents 查詢_bt As Button
- Friend WithEvents 關鍵字搜尋_tb As TextBox
- Friend WithEvents 搜尋_lb As Label
- Friend WithEvents 利潤比4_tb As TextBox
- Friend WithEvents 含折讓_lb As Label
- Friend WithEvents 利潤比3_tb As TextBox
- Friend WithEvents 不含折讓_lb As Label
- Friend WithEvents 總報價_tb As TextBox
- Friend WithEvents 總成本_tb As TextBox
- Friend WithEvents 累計成本_lb As Label
- Friend WithEvents 累計報價_lb As Label
- Friend WithEvents 利潤比2_tb As TextBox
- Friend WithEvents 利潤比2_lb As Label
- Friend WithEvents 利潤比1_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 工資總成本_lb As Label
- Friend WithEvents 預估工資總成本_tb As TextBox
- Friend WithEvents 材料總成本_lb As Label
- Friend WithEvents 利潤比1_lb As Label
- Friend WithEvents 工資總報價_lb As Label
- Friend WithEvents 預估利潤_lb As Label
- Friend WithEvents 材料總報價_lb As Label
- Friend WithEvents 累計折讓_tb As TextBox
- Friend WithEvents 累計折讓_lb As Label
- Friend WithEvents 印尼盾_ch As CheckBox
- Friend WithEvents 人民幣_ch As CheckBox
- Friend WithEvents 美金_ch As CheckBox
- Friend WithEvents 台幣_ch As CheckBox
- Friend WithEvents ToolTip1 As ToolTip
- Friend WithEvents 語轉扭_bt As Button
- Friend WithEvents Panel1 As Panel
- End Class
|