12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013 |
- <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 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()
- Dim ChartArea1 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea()
- Dim Legend1 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend()
- Dim Series1 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
- Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.稅金比例_tb = New System.Windows.Forms.TextBox()
- Me.稅金金額_tb = New System.Windows.Forms.TextBox()
- Me.稅金_ch = New System.Windows.Forms.CheckBox()
- Me.折扣金額_tb = New System.Windows.Forms.TextBox()
- Me.折扣比例_tb = New System.Windows.Forms.TextBox()
- Me.Label12 = New System.Windows.Forms.Label()
- Me.傳真_tb = New System.Windows.Forms.TextBox()
- Me.Label11 = 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.簽名檔_dgv = New System.Windows.Forms.DataGridView()
- Me.未核准_ib = 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.供應商_cb = New System.Windows.Forms.ComboBox()
- Me.明細_dgv = New System.Windows.Forms.DataGridView()
- Me.選擇公司_lb = New System.Windows.Forms.Label()
- Me.選擇公司_cb = New System.Windows.Forms.ComboBox()
- Me.需求時間_dtp = New System.Windows.Forms.DateTimePicker()
- Me.Label8 = New System.Windows.Forms.Label()
- Me.使用地點_tb = New System.Windows.Forms.TextBox()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.採購單號_tb = New System.Windows.Forms.TextBox()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.電話_tb = New System.Windows.Forms.TextBox()
- Me.地址_tb = New System.Windows.Forms.TextBox()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.郵件_tb = New System.Windows.Forms.TextBox()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.Label7 = New System.Windows.Forms.Label()
- Me.單據_dgv = New System.Windows.Forms.DataGridView()
- Me.項次_tb = New System.Windows.Forms.TextBox()
- Me.項次_lb = New System.Windows.Forms.Label()
- Me.選擇_lb = New System.Windows.Forms.Label()
- Me.語言_dgv = New System.Windows.Forms.DataGridView()
- Me.一級簽核_lb = New System.Windows.Forms.Label()
- Me.二級簽核_lb = New System.Windows.Forms.Label()
- Me.編號_tb = New System.Windows.Forms.TextBox()
- Me.價錢_dgv = New System.Windows.Forms.DataGridView()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.日期_rb = New System.Windows.Forms.RadioButton()
- Me.單價_rb = New System.Windows.Forms.RadioButton()
- Me.小間距1_ch = New System.Windows.Forms.CheckBox()
- Me.中間距1_ch = New System.Windows.Forms.CheckBox()
- Me.大間距1_ch = New System.Windows.Forms.CheckBox()
- Me.語轉扭_bt = New System.Windows.Forms.Button()
- Me.料號1_tb = New System.Windows.Forms.TextBox()
- Me.料號_dgv = New System.Windows.Forms.DataGridView()
- Me.Panel3 = New System.Windows.Forms.Panel()
- Me.長條圖_ch = New System.Windows.Forms.CheckBox()
- Me.折線圖_ch = New System.Windows.Forms.CheckBox()
- Me.品名_tb = New System.Windows.Forms.TextBox()
- Me.歷史單價_P = New System.Windows.Forms.Panel()
- Me.Chart1 = New System.Windows.Forms.DataVisualization.Charting.Chart()
- Me.詳細資料2_ch = New System.Windows.Forms.CheckBox()
- Me.料號_bt = New System.Windows.Forms.Button()
- Me.刪除一筆選中的細項資料_bt = New System.Windows.Forms.Button()
- Me.簽名檔1_pb = New System.Windows.Forms.PictureBox()
- Me.物料圖檔_pb = New System.Windows.Forms.PictureBox()
- Me.存檔_bt = New System.Windows.Forms.Button()
- Me.簽名檔2_pb = New System.Windows.Forms.PictureBox()
- Me.作廢_bt = New System.Windows.Forms.Button()
- Me.核准_bt = New System.Windows.Forms.Button()
- Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
- Me.供應商1_cb = New System.Windows.Forms.ComboBox()
- Me.供應商資料_dgv = New System.Windows.Forms.DataGridView()
- CType(Me.簽名檔_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.單據_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.價錢_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel1.SuspendLayout()
- CType(Me.料號_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel3.SuspendLayout()
- Me.歷史單價_P.SuspendLayout()
- CType(Me.Chart1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.簽名檔1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.物料圖檔_pb, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.簽名檔2_pb, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.供應商資料_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '稅金比例_tb
- '
- Me.稅金比例_tb.Location = New System.Drawing.Point(911, 98)
- Me.稅金比例_tb.Name = "稅金比例_tb"
- Me.稅金比例_tb.Size = New System.Drawing.Size(30, 23)
- Me.稅金比例_tb.TabIndex = 966
- Me.稅金比例_tb.Text = "10"
- Me.稅金比例_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '稅金金額_tb
- '
- Me.稅金金額_tb.Location = New System.Drawing.Point(941, 98)
- Me.稅金金額_tb.Name = "稅金金額_tb"
- Me.稅金金額_tb.Size = New System.Drawing.Size(80, 23)
- Me.稅金金額_tb.TabIndex = 965
- Me.稅金金額_tb.Text = "0"
- Me.稅金金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- '稅金_ch
- '
- Me.稅金_ch.AutoSize = True
- Me.稅金_ch.Location = New System.Drawing.Point(839, 99)
- Me.稅金_ch.Name = "稅金_ch"
- Me.稅金_ch.Size = New System.Drawing.Size(70, 20)
- Me.稅金_ch.TabIndex = 964
- Me.稅金_ch.Text = "PPN % :"
- Me.稅金_ch.UseVisualStyleBackColor = True
- '
- '折扣金額_tb
- '
- Me.折扣金額_tb.Location = New System.Drawing.Point(941, 74)
- Me.折扣金額_tb.Name = "折扣金額_tb"
- Me.折扣金額_tb.Size = New System.Drawing.Size(80, 23)
- Me.折扣金額_tb.TabIndex = 963
- Me.折扣金額_tb.Text = "0"
- Me.折扣金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- '折扣比例_tb
- '
- Me.折扣比例_tb.Location = New System.Drawing.Point(911, 74)
- Me.折扣比例_tb.Name = "折扣比例_tb"
- Me.折扣比例_tb.Size = New System.Drawing.Size(30, 23)
- Me.折扣比例_tb.TabIndex = 962
- Me.折扣比例_tb.Text = "0"
- Me.折扣比例_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label12
- '
- Me.Label12.Location = New System.Drawing.Point(812, 77)
- Me.Label12.Name = "Label12"
- Me.Label12.Size = New System.Drawing.Size(98, 16)
- Me.Label12.TabIndex = 961
- Me.Label12.Text = "DISC % :"
- Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '傳真_tb
- '
- Me.傳真_tb.Location = New System.Drawing.Point(339, 98)
- Me.傳真_tb.Name = "傳真_tb"
- Me.傳真_tb.Size = New System.Drawing.Size(216, 23)
- Me.傳真_tb.TabIndex = 960
- '
- 'Label11
- '
- Me.Label11.Location = New System.Drawing.Point(272, 102)
- Me.Label11.Name = "Label11"
- Me.Label11.Size = New System.Drawing.Size(66, 16)
- Me.Label11.TabIndex = 959
- Me.Label11.Text = "FAX : "
- Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '圖片編碼_tb
- '
- Me.圖片編碼_tb.ForeColor = System.Drawing.Color.Blue
- Me.圖片編碼_tb.Location = New System.Drawing.Point(3, 119)
- Me.圖片編碼_tb.Name = "圖片編碼_tb"
- Me.圖片編碼_tb.Size = New System.Drawing.Size(143, 23)
- Me.圖片編碼_tb.TabIndex = 958
- Me.圖片編碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '驗證碼_tb
- '
- Me.驗證碼_tb.ForeColor = System.Drawing.Color.Blue
- Me.驗證碼_tb.Location = New System.Drawing.Point(3, 74)
- Me.驗證碼_tb.Name = "驗證碼_tb"
- Me.驗證碼_tb.Size = New System.Drawing.Size(143, 23)
- Me.驗證碼_tb.TabIndex = 957
- Me.驗證碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '圖片編碼_lb
- '
- Me.圖片編碼_lb.AutoSize = True
- Me.圖片編碼_lb.ForeColor = System.Drawing.Color.Blue
- Me.圖片編碼_lb.Location = New System.Drawing.Point(3, 100)
- Me.圖片編碼_lb.Name = "圖片編碼_lb"
- Me.圖片編碼_lb.Size = New System.Drawing.Size(136, 16)
- Me.圖片編碼_lb.TabIndex = 956
- Me.圖片編碼_lb.Text = "圖 片 編 碼"
- '
- '驗證碼_lb
- '
- Me.驗證碼_lb.AutoSize = True
- Me.驗證碼_lb.ForeColor = System.Drawing.Color.Blue
- Me.驗證碼_lb.Location = New System.Drawing.Point(3, 55)
- Me.驗證碼_lb.Name = "驗證碼_lb"
- Me.驗證碼_lb.Size = New System.Drawing.Size(121, 16)
- Me.驗證碼_lb.TabIndex = 955
- Me.驗證碼_lb.Text = "驗 證 碼"
- '
- '簽名檔_dgv
- '
- 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(152, 3)
- Me.簽名檔_dgv.Name = "簽名檔_dgv"
- Me.簽名檔_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.簽名檔_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
- Me.簽名檔_dgv.RowTemplate.Height = 24
- Me.簽名檔_dgv.Size = New System.Drawing.Size(163, 93)
- Me.簽名檔_dgv.TabIndex = 953
- '
- '未核准_ib
- '
- Me.未核准_ib.AutoSize = True
- Me.未核准_ib.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.未核准_ib.Location = New System.Drawing.Point(3, 2)
- Me.未核准_ib.Name = "未核准_ib"
- Me.未核准_ib.Size = New System.Drawing.Size(139, 15)
- Me.未核准_ib.TabIndex = 952
- Me.未核准_ib.Text = "已生未核准成採購單、單號"
- '
- '總金額_tb
- '
- Me.總金額_tb.Location = New System.Drawing.Point(911, 122)
- Me.總金額_tb.Name = "總金額_tb"
- Me.總金額_tb.Size = New System.Drawing.Size(110, 23)
- Me.總金額_tb.TabIndex = 948
- Me.總金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- '總金額_lb
- '
- Me.總金額_lb.Location = New System.Drawing.Point(812, 125)
- Me.總金額_lb.Name = "總金額_lb"
- Me.總金額_lb.Size = New System.Drawing.Size(98, 16)
- Me.總金額_lb.TabIndex = 947
- Me.總金額_lb.Text = "總 金 額"
- Me.總金額_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '供應商編碼_tb
- '
- Me.供應商編碼_tb.Location = New System.Drawing.Point(3, 144)
- Me.供應商編碼_tb.Name = "供應商編碼_tb"
- Me.供應商編碼_tb.Size = New System.Drawing.Size(143, 23)
- Me.供應商編碼_tb.TabIndex = 946
- '
- '供應商_cb
- '
- Me.供應商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
- Me.供應商_cb.ForeColor = System.Drawing.Color.Blue
- Me.供應商_cb.FormattingEnabled = True
- Me.供應商_cb.Items.AddRange(New Object() {"PT HONG XHE INDUSTRIAL", "PT PUNCAK GEMILANG SEMESTA"})
- Me.供應商_cb.Location = New System.Drawing.Point(734, 25)
- Me.供應商_cb.Name = "供應商_cb"
- Me.供應商_cb.Size = New System.Drawing.Size(287, 24)
- Me.供應商_cb.TabIndex = 945
- '
- '明細_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(269, 168)
- Me.明細_dgv.Name = "明細_dgv"
- Me.明細_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
- Me.明細_dgv.RowTemplate.Height = 24
- Me.明細_dgv.Size = New System.Drawing.Size(1079, 511)
- Me.明細_dgv.TabIndex = 944
- '
- '選擇公司_lb
- '
- Me.選擇公司_lb.ForeColor = System.Drawing.Color.Blue
- Me.選擇公司_lb.Location = New System.Drawing.Point(268, 28)
- Me.選擇公司_lb.Name = "選擇公司_lb"
- Me.選擇公司_lb.Size = New System.Drawing.Size(112, 16)
- Me.選擇公司_lb.TabIndex = 943
- Me.選擇公司_lb.Text = "選 擇 公 司"
- Me.選擇公司_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '選擇公司_cb
- '
- Me.選擇公司_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
- Me.選擇公司_cb.ForeColor = System.Drawing.Color.Blue
- Me.選擇公司_cb.FormattingEnabled = True
- Me.選擇公司_cb.Items.AddRange(New Object() {"PT HONG XHE INDUSTRIAL", "PT PUNCAK GEMILANG SEMESTA"})
- Me.選擇公司_cb.Location = New System.Drawing.Point(381, 24)
- Me.選擇公司_cb.Name = "選擇公司_cb"
- Me.選擇公司_cb.Size = New System.Drawing.Size(271, 24)
- Me.選擇公司_cb.TabIndex = 942
- '
- '需求時間_dtp
- '
- Me.需求時間_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.需求時間_dtp.Location = New System.Drawing.Point(694, 98)
- Me.需求時間_dtp.Name = "需求時間_dtp"
- Me.需求時間_dtp.Size = New System.Drawing.Size(117, 23)
- Me.需求時間_dtp.TabIndex = 941
- '
- 'Label8
- '
- Me.Label8.Location = New System.Drawing.Point(563, 101)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(130, 16)
- Me.Label8.TabIndex = 940
- Me.Label8.Text = "TGL/BLN/THN : "
- Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '使用地點_tb
- '
- Me.使用地點_tb.Location = New System.Drawing.Point(694, 122)
- Me.使用地點_tb.Name = "使用地點_tb"
- Me.使用地點_tb.Size = New System.Drawing.Size(117, 23)
- Me.使用地點_tb.TabIndex = 937
- '
- 'Label5
- '
- Me.Label5.Location = New System.Drawing.Point(272, 125)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(66, 16)
- Me.Label5.TabIndex = 936
- Me.Label5.Text = "EMAIL : "
- Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '採購單號_tb
- '
- Me.採購單號_tb.Location = New System.Drawing.Point(694, 74)
- Me.採購單號_tb.Name = "採購單號_tb"
- Me.採購單號_tb.Size = New System.Drawing.Size(117, 23)
- Me.採購單號_tb.TabIndex = 935
- '
- 'Label2
- '
- Me.Label2.Location = New System.Drawing.Point(273, 54)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(66, 16)
- Me.Label2.TabIndex = 934
- Me.Label2.Text = "ALAMAT : "
- Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '電話_tb
- '
- Me.電話_tb.Location = New System.Drawing.Point(339, 74)
- Me.電話_tb.Name = "電話_tb"
- Me.電話_tb.Size = New System.Drawing.Size(216, 23)
- Me.電話_tb.TabIndex = 933
- '
- '地址_tb
- '
- Me.地址_tb.Location = New System.Drawing.Point(339, 50)
- Me.地址_tb.Name = "地址_tb"
- Me.地址_tb.Size = New System.Drawing.Size(682, 23)
- Me.地址_tb.TabIndex = 931
- '
- 'Label3
- '
- Me.Label3.Location = New System.Drawing.Point(272, 78)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(66, 16)
- Me.Label3.TabIndex = 930
- Me.Label3.Text = "TELP : "
- Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '郵件_tb
- '
- Me.郵件_tb.Location = New System.Drawing.Point(339, 122)
- Me.郵件_tb.Name = "郵件_tb"
- Me.郵件_tb.Size = New System.Drawing.Size(216, 23)
- Me.郵件_tb.TabIndex = 929
- '
- 'Label1
- '
- Me.Label1.Location = New System.Drawing.Point(653, 28)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(79, 16)
- Me.Label1.TabIndex = 932
- Me.Label1.Text = "ORDER TO : "
- Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- 'Label6
- '
- Me.Label6.Location = New System.Drawing.Point(564, 77)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(130, 16)
- Me.Label6.TabIndex = 938
- Me.Label6.Text = "PO NOMOR : "
- Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- 'Label7
- '
- Me.Label7.Location = New System.Drawing.Point(555, 125)
- Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(138, 16)
- Me.Label7.TabIndex = 939
- Me.Label7.Text = "TEMPAT PEMAKAIAN : "
- Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '單據_dgv
- '
- DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.單據_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
- 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.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.ReadOnly = True
- Me.單據_dgv.RowHeadersWidth = 5
- Me.單據_dgv.RowTemplate.Height = 24
- Me.單據_dgv.Size = New System.Drawing.Size(268, 614)
- Me.單據_dgv.TabIndex = 951
- '
- '項次_tb
- '
- Me.項次_tb.Location = New System.Drawing.Point(3, 194)
- Me.項次_tb.Name = "項次_tb"
- Me.項次_tb.Size = New System.Drawing.Size(143, 23)
- Me.項次_tb.TabIndex = 969
- '
- '項次_lb
- '
- Me.項次_lb.AutoSize = True
- Me.項次_lb.Location = New System.Drawing.Point(1255, 129)
- Me.項次_lb.Name = "項次_lb"
- Me.項次_lb.Size = New System.Drawing.Size(50, 16)
- Me.項次_lb.TabIndex = 968
- Me.項次_lb.Text = "項 次"
- '
- '選擇_lb
- '
- Me.選擇_lb.AutoSize = True
- Me.選擇_lb.Location = New System.Drawing.Point(1160, 129)
- Me.選擇_lb.Name = "選擇_lb"
- Me.選擇_lb.Size = New System.Drawing.Size(42, 16)
- Me.選擇_lb.TabIndex = 967
- Me.選擇_lb.Text = "選 擇"
- '
- '語言_dgv
- '
- Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.語言_dgv.Location = New System.Drawing.Point(4, 4)
- Me.語言_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.語言_dgv.Name = "語言_dgv"
- Me.語言_dgv.RowHeadersWidth = 5
- Me.語言_dgv.RowTemplate.Height = 24
- Me.語言_dgv.Size = New System.Drawing.Size(68, 48)
- Me.語言_dgv.TabIndex = 1031
- '
- '一級簽核_lb
- '
- Me.一級簽核_lb.Location = New System.Drawing.Point(1020, 47)
- Me.一級簽核_lb.Name = "一級簽核_lb"
- Me.一級簽核_lb.Size = New System.Drawing.Size(137, 16)
- Me.一級簽核_lb.TabIndex = 1035
- Me.一級簽核_lb.Text = "一 級 簽 核"
- Me.一級簽核_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '二級簽核_lb
- '
- Me.二級簽核_lb.Location = New System.Drawing.Point(1025, 96)
- Me.二級簽核_lb.Name = "二級簽核_lb"
- Me.二級簽核_lb.Size = New System.Drawing.Size(137, 16)
- Me.二級簽核_lb.TabIndex = 1033
- Me.二級簽核_lb.Text = "二 級 簽 核"
- Me.二級簽核_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '編號_tb
- '
- Me.編號_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.編號_tb.Location = New System.Drawing.Point(1211, 129)
- Me.編號_tb.Name = "編號_tb"
- Me.編號_tb.Size = New System.Drawing.Size(43, 16)
- Me.編號_tb.TabIndex = 1077
- '
- '價錢_dgv
- '
- Me.價錢_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.價錢_dgv.Location = New System.Drawing.Point(78, 4)
- Me.價錢_dgv.Name = "價錢_dgv"
- Me.價錢_dgv.RowTemplate.Height = 24
- Me.價錢_dgv.Size = New System.Drawing.Size(68, 48)
- Me.價錢_dgv.TabIndex = 1351
- Me.價錢_dgv.VirtualMode = True
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label4.Location = New System.Drawing.Point(273, 148)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(490, 15)
- Me.Label4.TabIndex = 1386
- Me.Label4.Text = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
- '
- 'Panel1
- '
- Me.Panel1.Controls.Add(Me.日期_rb)
- Me.Panel1.Controls.Add(Me.單價_rb)
- Me.Panel1.Location = New System.Drawing.Point(381, 2)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(350, 23)
- Me.Panel1.TabIndex = 1387
- '
- '日期_rb
- '
- Me.日期_rb.AutoSize = True
- Me.日期_rb.Location = New System.Drawing.Point(151, 1)
- Me.日期_rb.Name = "日期_rb"
- Me.日期_rb.Size = New System.Drawing.Size(109, 20)
- Me.日期_rb.TabIndex = 1348
- Me.日期_rb.TabStop = True
- Me.日期_rb.Text = "上一次購買日期"
- Me.日期_rb.UseVisualStyleBackColor = True
- '
- '單價_rb
- '
- Me.單價_rb.AutoSize = True
- Me.單價_rb.Location = New System.Drawing.Point(3, 1)
- Me.單價_rb.Name = "單價_rb"
- Me.單價_rb.Size = New System.Drawing.Size(73, 20)
- Me.單價_rb.TabIndex = 0
- Me.單價_rb.TabStop = True
- Me.單價_rb.Text = "平均單價"
- Me.單價_rb.UseVisualStyleBackColor = True
- '
- '小間距1_ch
- '
- Me.小間距1_ch.AutoSize = True
- Me.小間距1_ch.Location = New System.Drawing.Point(3, 18)
- Me.小間距1_ch.Name = "小間距1_ch"
- Me.小間距1_ch.Size = New System.Drawing.Size(39, 20)
- Me.小間距1_ch.TabIndex = 1388
- Me.小間距1_ch.Text = "L1"
- Me.小間距1_ch.UseVisualStyleBackColor = True
- '
- '中間距1_ch
- '
- Me.中間距1_ch.AutoSize = True
- Me.中間距1_ch.Location = New System.Drawing.Point(48, 18)
- Me.中間距1_ch.Name = "中間距1_ch"
- Me.中間距1_ch.Size = New System.Drawing.Size(39, 20)
- Me.中間距1_ch.TabIndex = 1389
- Me.中間距1_ch.Text = "L2"
- Me.中間距1_ch.UseVisualStyleBackColor = True
- '
- '大間距1_ch
- '
- Me.大間距1_ch.AutoSize = True
- Me.大間距1_ch.Location = New System.Drawing.Point(93, 18)
- Me.大間距1_ch.Name = "大間距1_ch"
- Me.大間距1_ch.Size = New System.Drawing.Size(39, 20)
- Me.大間距1_ch.TabIndex = 1390
- Me.大間距1_ch.Text = "L3"
- Me.大間距1_ch.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(152, 100)
- Me.語轉扭_bt.Name = "語轉扭_bt"
- Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
- Me.語轉扭_bt.TabIndex = 1635
- Me.語轉扭_bt.Text = "L"
- Me.語轉扭_bt.UseVisualStyleBackColor = True
- '
- '料號1_tb
- '
- Me.料號1_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.料號1_tb.Enabled = False
- Me.料號1_tb.Location = New System.Drawing.Point(4, 219)
- Me.料號1_tb.Name = "料號1_tb"
- Me.料號1_tb.Size = New System.Drawing.Size(142, 23)
- Me.料號1_tb.TabIndex = 1646
- '
- '料號_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(0, -1)
- Me.料號_dgv.Name = "料號_dgv"
- Me.料號_dgv.ReadOnly = True
- Me.料號_dgv.RowHeadersWidth = 4
- Me.料號_dgv.RowTemplate.Height = 24
- Me.料號_dgv.Size = New System.Drawing.Size(679, 377)
- Me.料號_dgv.TabIndex = 1647
- '
- 'Panel3
- '
- Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel3.Controls.Add(Me.供應商資料_dgv)
- Me.Panel3.Controls.Add(Me.長條圖_ch)
- Me.Panel3.Controls.Add(Me.折線圖_ch)
- Me.Panel3.Controls.Add(Me.品名_tb)
- Me.Panel3.Controls.Add(Me.語言_dgv)
- Me.Panel3.Controls.Add(Me.語轉扭_bt)
- Me.Panel3.Controls.Add(Me.價錢_dgv)
- Me.Panel3.Controls.Add(Me.料號1_tb)
- Me.Panel3.Controls.Add(Me.驗證碼_lb)
- Me.Panel3.Controls.Add(Me.圖片編碼_lb)
- Me.Panel3.Controls.Add(Me.驗證碼_tb)
- Me.Panel3.Controls.Add(Me.圖片編碼_tb)
- Me.Panel3.Controls.Add(Me.供應商編碼_tb)
- Me.Panel3.Controls.Add(Me.項次_tb)
- Me.Panel3.Controls.Add(Me.簽名檔_dgv)
- Me.Panel3.Location = New System.Drawing.Point(321, 234)
- Me.Panel3.Name = "Panel3"
- Me.Panel3.Size = New System.Drawing.Size(330, 289)
- Me.Panel3.TabIndex = 1648
- '
- '長條圖_ch
- '
- Me.長條圖_ch.AutoSize = True
- Me.長條圖_ch.BackColor = System.Drawing.Color.White
- Me.長條圖_ch.Checked = True
- Me.長條圖_ch.CheckState = System.Windows.Forms.CheckState.Checked
- Me.長條圖_ch.Location = New System.Drawing.Point(6, 248)
- Me.長條圖_ch.Name = "長條圖_ch"
- Me.長條圖_ch.Size = New System.Drawing.Size(70, 20)
- Me.長條圖_ch.TabIndex = 1653
- Me.長條圖_ch.Text = "Column"
- Me.長條圖_ch.UseVisualStyleBackColor = False
- '
- '折線圖_ch
- '
- Me.折線圖_ch.AutoSize = True
- Me.折線圖_ch.BackColor = System.Drawing.Color.White
- Me.折線圖_ch.Location = New System.Drawing.Point(97, 248)
- Me.折線圖_ch.Name = "折線圖_ch"
- Me.折線圖_ch.Size = New System.Drawing.Size(49, 20)
- Me.折線圖_ch.TabIndex = 1652
- Me.折線圖_ch.Text = "Line"
- Me.折線圖_ch.UseVisualStyleBackColor = False
- '
- '品名_tb
- '
- Me.品名_tb.Location = New System.Drawing.Point(4, 169)
- Me.品名_tb.Name = "品名_tb"
- Me.品名_tb.Size = New System.Drawing.Size(142, 23)
- Me.品名_tb.TabIndex = 1389
- '
- '歷史單價_P
- '
- Me.歷史單價_P.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.歷史單價_P.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.歷史單價_P.Controls.Add(Me.Chart1)
- Me.歷史單價_P.Controls.Add(Me.料號_dgv)
- Me.歷史單價_P.Location = New System.Drawing.Point(667, 168)
- Me.歷史單價_P.Name = "歷史單價_P"
- Me.歷史單價_P.Size = New System.Drawing.Size(681, 511)
- Me.歷史單價_P.TabIndex = 1649
- Me.歷史單價_P.Visible = False
- '
- 'Chart1
- '
- Me.Chart1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Chart1.BackColor = System.Drawing.Color.Transparent
- Me.Chart1.BorderlineColor = System.Drawing.Color.Transparent
- ChartArea1.Name = "ChartArea1"
- Me.Chart1.ChartAreas.Add(ChartArea1)
- Legend1.Name = "Legend1"
- Me.Chart1.Legends.Add(Legend1)
- Me.Chart1.Location = New System.Drawing.Point(-1, 377)
- Me.Chart1.Name = "Chart1"
- Series1.ChartArea = "ChartArea1"
- Series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line
- Series1.Legend = "Legend1"
- Series1.Name = "Series1"
- Me.Chart1.Series.Add(Series1)
- Me.Chart1.Size = New System.Drawing.Size(681, 131)
- Me.Chart1.TabIndex = 1651
- Me.Chart1.Text = "Chart2"
- '
- '詳細資料2_ch
- '
- Me.詳細資料2_ch.AutoSize = True
- Me.詳細資料2_ch.Location = New System.Drawing.Point(893, 3)
- Me.詳細資料2_ch.Name = "詳細資料2_ch"
- Me.詳細資料2_ch.Size = New System.Drawing.Size(126, 20)
- Me.詳細資料2_ch.TabIndex = 1842
- Me.詳細資料2_ch.Text = "詳細資料 / Rincian"
- Me.詳細資料2_ch.UseVisualStyleBackColor = True
- '
- '料號_bt
- '
- Me.料號_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Bar_Chart
- Me.料號_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.料號_bt.ForeColor = System.Drawing.Color.Red
- Me.料號_bt.Location = New System.Drawing.Point(1221, 1)
- Me.料號_bt.Name = "料號_bt"
- Me.料號_bt.Size = New System.Drawing.Size(47, 47)
- Me.料號_bt.TabIndex = 1645
- Me.料號_bt.UseVisualStyleBackColor = True
- '
- '刪除一筆選中的細項資料_bt
- '
- Me.刪除一筆選中的細項資料_bt.BackgroundImage = Global.HX_PGS_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(1268, 1)
- Me.刪除一筆選中的細項資料_bt.Name = "刪除一筆選中的細項資料_bt"
- Me.刪除一筆選中的細項資料_bt.Size = New System.Drawing.Size(47, 47)
- Me.刪除一筆選中的細項資料_bt.TabIndex = 1076
- Me.刪除一筆選中的細項資料_bt.UseVisualStyleBackColor = True
- '
- '簽名檔1_pb
- '
- Me.簽名檔1_pb.BackColor = System.Drawing.Color.White
- Me.簽名檔1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.簽名檔1_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.簽名檔1_pb.Location = New System.Drawing.Point(1024, 62)
- Me.簽名檔1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.簽名檔1_pb.Name = "簽名檔1_pb"
- Me.簽名檔1_pb.Size = New System.Drawing.Size(132, 35)
- Me.簽名檔1_pb.TabIndex = 1034
- Me.簽名檔1_pb.TabStop = False
- '
- '物料圖檔_pb
- '
- Me.物料圖檔_pb.BackColor = System.Drawing.Color.White
- Me.物料圖檔_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.物料圖檔_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.物料圖檔_pb.Location = New System.Drawing.Point(1159, 48)
- Me.物料圖檔_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.物料圖檔_pb.Name = "物料圖檔_pb"
- Me.物料圖檔_pb.Size = New System.Drawing.Size(156, 80)
- Me.物料圖檔_pb.TabIndex = 971
- Me.物料圖檔_pb.TabStop = False
- '
- '存檔_bt
- '
- Me.存檔_bt.BackgroundImage = Global.HX_PGS_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.Location = New System.Drawing.Point(1174, 1)
- Me.存檔_bt.Name = "存檔_bt"
- Me.存檔_bt.Size = New System.Drawing.Size(47, 47)
- Me.存檔_bt.TabIndex = 970
- Me.存檔_bt.UseVisualStyleBackColor = True
- '
- '簽名檔2_pb
- '
- Me.簽名檔2_pb.BackColor = System.Drawing.Color.White
- Me.簽名檔2_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.簽名檔2_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.簽名檔2_pb.Location = New System.Drawing.Point(1024, 111)
- Me.簽名檔2_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.簽名檔2_pb.Name = "簽名檔2_pb"
- Me.簽名檔2_pb.Size = New System.Drawing.Size(132, 35)
- Me.簽名檔2_pb.TabIndex = 954
- Me.簽名檔2_pb.TabStop = False
- '
- '作廢_bt
- '
- Me.作廢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.cancel_button
- 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(1127, 1)
- Me.作廢_bt.Name = "作廢_bt"
- Me.作廢_bt.Size = New System.Drawing.Size(47, 47)
- Me.作廢_bt.TabIndex = 950
- Me.作廢_bt.UseVisualStyleBackColor = True
- '
- '核准_bt
- '
- Me.核准_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.check
- 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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.核准_bt.Location = New System.Drawing.Point(1080, 1)
- Me.核准_bt.Name = "核准_bt"
- Me.核准_bt.Size = New System.Drawing.Size(47, 47)
- Me.核准_bt.TabIndex = 949
- Me.核准_bt.UseVisualStyleBackColor = True
- '
- 'ToolTip1
- '
- Me.ToolTip1.AutoPopDelay = 5000
- Me.ToolTip1.InitialDelay = 500
- Me.ToolTip1.IsBalloon = True
- Me.ToolTip1.ReshowDelay = 100
- Me.ToolTip1.ToolTipTitle = "illustrate"
- '
- '供應商1_cb
- '
- Me.供應商1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
- Me.供應商1_cb.ForeColor = System.Drawing.Color.Blue
- Me.供應商1_cb.FormattingEnabled = True
- Me.供應商1_cb.Items.AddRange(New Object() {"PT HONG XHE INDUSTRIAL", "PT PUNCAK GEMILANG SEMESTA"})
- Me.供應商1_cb.Location = New System.Drawing.Point(2, 39)
- Me.供應商1_cb.Name = "供應商1_cb"
- Me.供應商1_cb.Size = New System.Drawing.Size(268, 24)
- Me.供應商1_cb.TabIndex = 1901
- '
- '供應商資料_dgv
- '
- DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.供應商資料_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
- Me.供應商資料_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.供應商資料_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.供應商資料_dgv.Location = New System.Drawing.Point(152, 131)
- Me.供應商資料_dgv.Name = "供應商資料_dgv"
- Me.供應商資料_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.供應商資料_dgv.RowsDefaultCellStyle = DataGridViewCellStyle5
- Me.供應商資料_dgv.RowTemplate.Height = 24
- Me.供應商資料_dgv.Size = New System.Drawing.Size(50, 49)
- Me.供應商資料_dgv.TabIndex = 1900
- '
- '採購單二級核准
- '
- 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.供應商1_cb)
- Me.Controls.Add(Me.詳細資料2_ch)
- Me.Controls.Add(Me.歷史單價_P)
- Me.Controls.Add(Me.Panel3)
- Me.Controls.Add(Me.料號_bt)
- Me.Controls.Add(Me.小間距1_ch)
- Me.Controls.Add(Me.中間距1_ch)
- Me.Controls.Add(Me.大間距1_ch)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.編號_tb)
- Me.Controls.Add(Me.刪除一筆選中的細項資料_bt)
- Me.Controls.Add(Me.簽名檔1_pb)
- Me.Controls.Add(Me.物料圖檔_pb)
- Me.Controls.Add(Me.存檔_bt)
- Me.Controls.Add(Me.項次_lb)
- Me.Controls.Add(Me.選擇_lb)
- Me.Controls.Add(Me.稅金比例_tb)
- Me.Controls.Add(Me.稅金金額_tb)
- Me.Controls.Add(Me.稅金_ch)
- Me.Controls.Add(Me.折扣金額_tb)
- Me.Controls.Add(Me.折扣比例_tb)
- Me.Controls.Add(Me.Label12)
- Me.Controls.Add(Me.傳真_tb)
- Me.Controls.Add(Me.Label11)
- Me.Controls.Add(Me.簽名檔2_pb)
- Me.Controls.Add(Me.作廢_bt)
- Me.Controls.Add(Me.核准_bt)
- Me.Controls.Add(Me.總金額_tb)
- Me.Controls.Add(Me.總金額_lb)
- Me.Controls.Add(Me.供應商_cb)
- Me.Controls.Add(Me.選擇公司_cb)
- Me.Controls.Add(Me.需求時間_dtp)
- Me.Controls.Add(Me.Label8)
- Me.Controls.Add(Me.使用地點_tb)
- Me.Controls.Add(Me.採購單號_tb)
- Me.Controls.Add(Me.電話_tb)
- Me.Controls.Add(Me.地址_tb)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.郵件_tb)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.Label6)
- Me.Controls.Add(Me.Label7)
- Me.Controls.Add(Me.單據_dgv)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.未核准_ib)
- Me.Controls.Add(Me.二級簽核_lb)
- Me.Controls.Add(Me.一級簽核_lb)
- Me.Controls.Add(Me.Panel1)
- Me.Controls.Add(Me.明細_dgv)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.選擇公司_lb)
- 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()
- CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.單據_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.價錢_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Panel1.ResumeLayout(False)
- Me.Panel1.PerformLayout()
- CType(Me.料號_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Panel3.ResumeLayout(False)
- Me.Panel3.PerformLayout()
- Me.歷史單價_P.ResumeLayout(False)
- CType(Me.Chart1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.簽名檔1_pb, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.物料圖檔_pb, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.簽名檔2_pb, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.供應商資料_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
- Friend WithEvents 稅金比例_tb As TextBox
- Friend WithEvents 稅金金額_tb As TextBox
- Friend WithEvents 稅金_ch As CheckBox
- Friend WithEvents 折扣金額_tb As TextBox
- Friend WithEvents 折扣比例_tb As TextBox
- Friend WithEvents Label12 As Label
- Friend WithEvents 傳真_tb As TextBox
- Friend WithEvents Label11 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_pb As PictureBox
- Friend WithEvents 簽名檔_dgv As DataGridView
- Friend WithEvents 未核准_ib As Label
- Friend WithEvents 作廢_bt As Button
- Friend WithEvents 核准_bt As Button
- Friend WithEvents 總金額_tb As TextBox
- Friend WithEvents 總金額_lb As Label
- Friend WithEvents 供應商編碼_tb As TextBox
- Friend WithEvents 供應商_cb As ComboBox
- Friend WithEvents 明細_dgv As DataGridView
- Friend WithEvents 選擇公司_lb As Label
- Friend WithEvents 選擇公司_cb As ComboBox
- Friend WithEvents 需求時間_dtp As DateTimePicker
- Friend WithEvents Label8 As Label
- Friend WithEvents 使用地點_tb As TextBox
- Friend WithEvents Label5 As Label
- Friend WithEvents 採購單號_tb As TextBox
- Friend WithEvents Label2 As Label
- Friend WithEvents 電話_tb As TextBox
- Friend WithEvents 地址_tb As TextBox
- Friend WithEvents Label3 As Label
- Friend WithEvents 郵件_tb As TextBox
- Friend WithEvents Label1 As Label
- Friend WithEvents Label6 As Label
- Friend WithEvents Label7 As Label
- Friend WithEvents 單據_dgv As DataGridView
- Friend WithEvents 存檔_bt As Button
- Friend WithEvents 項次_tb As TextBox
- Friend WithEvents 項次_lb As Label
- Friend WithEvents 選擇_lb As Label
- Friend WithEvents 物料圖檔_pb As PictureBox
- Friend WithEvents 語言_dgv As DataGridView
- Friend WithEvents 一級簽核_lb As Label
- Friend WithEvents 簽名檔1_pb As PictureBox
- Friend WithEvents 二級簽核_lb As Label
- Friend WithEvents 刪除一筆選中的細項資料_bt As Button
- Friend WithEvents 編號_tb As TextBox
- Friend WithEvents 價錢_dgv As DataGridView
- Friend WithEvents Label4 As Label
- Friend WithEvents Panel1 As Panel
- Friend WithEvents 日期_rb As RadioButton
- Friend WithEvents 單價_rb As RadioButton
- Friend WithEvents 小間距1_ch As CheckBox
- Friend WithEvents 中間距1_ch As CheckBox
- Friend WithEvents 大間距1_ch As CheckBox
- Friend WithEvents 語轉扭_bt As Button
- Friend WithEvents 料號_bt As Button
- Friend WithEvents 料號1_tb As TextBox
- Friend WithEvents 料號_dgv As DataGridView
- Friend WithEvents Panel3 As Panel
- Friend WithEvents 歷史單價_P As Panel
- Friend WithEvents Chart1 As DataVisualization.Charting.Chart
- Friend WithEvents 品名_tb As TextBox
- Friend WithEvents 詳細資料2_ch As CheckBox
- Friend WithEvents ToolTip1 As ToolTip
- Friend WithEvents 長條圖_ch As CheckBox
- Friend WithEvents 折線圖_ch As CheckBox
- Friend WithEvents 供應商1_cb As ComboBox
- Friend WithEvents 供應商資料_dgv As DataGridView
- End Class
|