123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539 |
- <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()
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.PictureBox1 = New System.Windows.Forms.PictureBox()
- Me.合計17_tb = New System.Windows.Forms.TextBox()
- Me.合計15_tb = New System.Windows.Forms.TextBox()
- Me.新增清單6_bt = New System.Windows.Forms.Button()
- Me.CustomerRequisition_tb = New System.Windows.Forms.TextBox()
- Me.CustomerRequisition_lb = New System.Windows.Forms.Label()
- Me.新增清單5_bt = New System.Windows.Forms.Button()
- Me.新增清單4_bt = New System.Windows.Forms.Button()
- Me.新增清單1_bt = New System.Windows.Forms.Button()
- Me.新增清單_bt = New System.Windows.Forms.Button()
- Me.新增清單3_bt = New System.Windows.Forms.Button()
- Me.Remark_lb = New System.Windows.Forms.Label()
- Me.Remark_cb = New System.Windows.Forms.ComboBox()
- Me.ToPort_cb = New System.Windows.Forms.ComboBox()
- Me.FromPort_cb = New System.Windows.Forms.ComboBox()
- Me.Terms_cb = New System.Windows.Forms.ComboBox()
- Me.Delivery_cb = New System.Windows.Forms.ComboBox()
- Me.列印_bt = New System.Windows.Forms.Button()
- Me.資料刪除_bt = New System.Windows.Forms.Button()
- Me.資料存檔_bt = New System.Windows.Forms.Button()
- Me.TotalNumber_lb = New System.Windows.Forms.Label()
- Me.TotalNumber_tb = New System.Windows.Forms.TextBox()
- Me.合計_lb = New System.Windows.Forms.Label()
- Me.合計20_tb = New System.Windows.Forms.TextBox()
- Me.合計19_tb = New System.Windows.Forms.TextBox()
- Me.合計18_tb = New System.Windows.Forms.TextBox()
- Me.合計16_tb = New System.Windows.Forms.TextBox()
- Me.合計14_tb = New System.Windows.Forms.TextBox()
- Me.合計13_tb = New System.Windows.Forms.TextBox()
- Me.合計12_tb = New System.Windows.Forms.TextBox()
- Me.合計11_tb = New System.Windows.Forms.TextBox()
- Me.合計10_tb = New System.Windows.Forms.TextBox()
- Me.合計9_tb = New System.Windows.Forms.TextBox()
- Me.合計8_tb = New System.Windows.Forms.TextBox()
- Me.合計7_tb = New System.Windows.Forms.TextBox()
- Me.合計6_tb = New System.Windows.Forms.TextBox()
- Me.合計5_tb = New System.Windows.Forms.TextBox()
- Me.合計4_tb = New System.Windows.Forms.TextBox()
- Me.合計3_tb = New System.Windows.Forms.TextBox()
- Me.合計2_tb = New System.Windows.Forms.TextBox()
- Me.清空3_bt = New System.Windows.Forms.Button()
- Me.ETADate_lb = New System.Windows.Forms.Label()
- Me.日期5_dtp = New System.Windows.Forms.DateTimePicker()
- Me.工廠_tb = New System.Windows.Forms.TextBox()
- Me.清空5_bt = New System.Windows.Forms.Button()
- Me.清空4_bt = New System.Windows.Forms.Button()
- Me.清空2_bt = New System.Windows.Forms.Button()
- Me.清空1_bt = New System.Windows.Forms.Button()
- Me.清空_bt = New System.Windows.Forms.Button()
- Me.交期_lb = New System.Windows.Forms.Label()
- Me.日期7_dtp = New System.Windows.Forms.DateTimePicker()
- Me.下單日_lb = New System.Windows.Forms.Label()
- Me.日期6_dtp = New System.Windows.Forms.DateTimePicker()
- Me.工廠_lb = New System.Windows.Forms.Label()
- Me.訂單號_lb = New System.Windows.Forms.Label()
- Me.訂單號_tb = New System.Windows.Forms.TextBox()
- Me.DeliveryAddress_lb = New System.Windows.Forms.Label()
- Me.DeliveryAddress_tb = New System.Windows.Forms.TextBox()
- Me.SalesOrder_tb = New System.Windows.Forms.TextBox()
- Me.SalesOrder_lb = New System.Windows.Forms.Label()
- Me.ShipDate_lb = New System.Windows.Forms.Label()
- Me.日期4_dtp = New System.Windows.Forms.DateTimePicker()
- Me.CustomerName_tb = New System.Windows.Forms.TextBox()
- Me.CustomerName_lb = New System.Windows.Forms.Label()
- Me.Modified_lb = New System.Windows.Forms.Label()
- Me.日期3_dtp = New System.Windows.Forms.DateTimePicker()
- Me.VendorReference_tb = New System.Windows.Forms.TextBox()
- Me.VendorReference_lb = New System.Windows.Forms.Label()
- Me.ShippingCarrier_tb = New System.Windows.Forms.TextBox()
- Me.ShippingCarrier_lb = New System.Windows.Forms.Label()
- Me.ToPort_lb = New System.Windows.Forms.Label()
- Me.FromPort_lb = New System.Windows.Forms.Label()
- Me.OrgShipDate_lb = New System.Windows.Forms.Label()
- Me.日期1_dtp = New System.Windows.Forms.DateTimePicker()
- Me.住址_lb = New System.Windows.Forms.Label()
- Me.姓名_lb = New System.Windows.Forms.Label()
- Me.備註_tb = New System.Windows.Forms.TextBox()
- Me.Terms_lb = New System.Windows.Forms.Label()
- Me.Delivery_lb = New System.Windows.Forms.Label()
- Me.Vendor_lb = New System.Windows.Forms.Label()
- Me.Vendor_tb = New System.Windows.Forms.TextBox()
- Me.Brand_cb = New System.Windows.Forms.ComboBox()
- Me.Brand_lb = New System.Windows.Forms.Label()
- Me.CreatedDate_lb = New System.Windows.Forms.Label()
- Me.日期_dtp = New System.Windows.Forms.DateTimePicker()
- Me.Number_lb = New System.Windows.Forms.Label()
- Me.Number_tb = New System.Windows.Forms.TextBox()
- Me.表單3_dgv = New System.Windows.Forms.DataGridView()
- Me.返回訂單控制表_bt = New System.Windows.Forms.Button()
- Me.合計_tb = New System.Windows.Forms.TextBox()
- Me.合計1_tb = New System.Windows.Forms.TextBox()
- Me.表單2_dgv = New System.Windows.Forms.DataGridView()
- Me.PictureBox2 = New System.Windows.Forms.PictureBox()
- Me.文字提醒_lb = New System.Windows.Forms.Label()
- Me.表單1_dgv = New System.Windows.Forms.DataGridView()
- Me.訂單附件導入_bt = New System.Windows.Forms.Button()
- Me.GroupBox1 = New System.Windows.Forms.GroupBox()
- Me.Button9 = New System.Windows.Forms.Button()
- Me.Label30 = New System.Windows.Forms.Label()
- Me.TextBox3 = New System.Windows.Forms.TextBox()
- Me.Label26 = New System.Windows.Forms.Label()
- Me.TextBox4 = New System.Windows.Forms.TextBox()
- Me.Label27 = New System.Windows.Forms.Label()
- Me.TextBox7 = New System.Windows.Forms.TextBox()
- Me.Label29 = New System.Windows.Forms.Label()
- Me.Button14 = New System.Windows.Forms.Button()
- Me.WebBrowser2 = New System.Windows.Forms.WebBrowser()
- Me.Button7 = New System.Windows.Forms.Button()
- Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
- Me.文字提醒2_lb = New System.Windows.Forms.Label()
- Me.復原_bt = New System.Windows.Forms.Button()
- Me.放大_bt = New System.Windows.Forms.Button()
- Me.垂直翻轉_bt = New System.Windows.Forms.Button()
- Me.水平翻轉_bt = New System.Windows.Forms.Button()
- Me.逆時鐘90度旋轉_bt = New System.Windows.Forms.Button()
- Me.順時鐘90度旋轉_bt = New System.Windows.Forms.Button()
- Me.日期2_dtp = New System.Windows.Forms.DateTimePicker()
- Me.更新BUYER_bt = New System.Windows.Forms.Button()
- Me.訂單屬性_tb = New System.Windows.Forms.TextBox()
- Me.訂單屬性_lb = New System.Windows.Forms.Label()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.表單3_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.表單2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.表單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.GroupBox1.SuspendLayout()
- Me.SuspendLayout()
- '
- 'PictureBox1
- '
- Me.PictureBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.PictureBox1.Location = New System.Drawing.Point(1727, 7)
- Me.PictureBox1.Name = "PictureBox1"
- Me.PictureBox1.Size = New System.Drawing.Size(180, 199)
- Me.PictureBox1.TabIndex = 650
- Me.PictureBox1.TabStop = False
- '
- '合計17_tb
- '
- Me.合計17_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.合計17_tb.ForeColor = System.Drawing.Color.Black
- Me.合計17_tb.Location = New System.Drawing.Point(1363, 586)
- Me.合計17_tb.Name = "合計17_tb"
- Me.合計17_tb.Size = New System.Drawing.Size(38, 22)
- Me.合計17_tb.TabIndex = 647
- '
- '合計15_tb
- '
- Me.合計15_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.合計15_tb.ForeColor = System.Drawing.Color.Black
- Me.合計15_tb.Location = New System.Drawing.Point(1267, 586)
- Me.合計15_tb.Name = "合計15_tb"
- Me.合計15_tb.Size = New System.Drawing.Size(38, 22)
- Me.合計15_tb.TabIndex = 646
- '
- '新增清單6_bt
- '
- Me.新增清單6_bt.ForeColor = System.Drawing.Color.Olive
- Me.新增清單6_bt.Location = New System.Drawing.Point(923, 110)
- Me.新增清單6_bt.Name = "新增清單6_bt"
- Me.新增清單6_bt.Size = New System.Drawing.Size(76, 24)
- Me.新增清單6_bt.TabIndex = 639
- Me.新增清單6_bt.Text = "新增清單"
- Me.新增清單6_bt.UseVisualStyleBackColor = True
- '
- 'CustomerRequisition_tb
- '
- Me.CustomerRequisition_tb.ForeColor = System.Drawing.Color.Black
- Me.CustomerRequisition_tb.Location = New System.Drawing.Point(713, 111)
- Me.CustomerRequisition_tb.Name = "CustomerRequisition_tb"
- Me.CustomerRequisition_tb.Size = New System.Drawing.Size(137, 23)
- Me.CustomerRequisition_tb.TabIndex = 637
- '
- 'CustomerRequisition_lb
- '
- Me.CustomerRequisition_lb.AutoSize = True
- Me.CustomerRequisition_lb.Location = New System.Drawing.Point(585, 114)
- Me.CustomerRequisition_lb.Name = "CustomerRequisition_lb"
- Me.CustomerRequisition_lb.Size = New System.Drawing.Size(127, 16)
- Me.CustomerRequisition_lb.TabIndex = 636
- Me.CustomerRequisition_lb.Text = "Customer Requisition"
- '
- '新增清單5_bt
- '
- Me.新增清單5_bt.ForeColor = System.Drawing.Color.Olive
- Me.新增清單5_bt.Location = New System.Drawing.Point(854, 58)
- Me.新增清單5_bt.Name = "新增清單5_bt"
- Me.新增清單5_bt.Size = New System.Drawing.Size(76, 24)
- Me.新增清單5_bt.TabIndex = 631
- Me.新增清單5_bt.Text = "新增清單"
- Me.新增清單5_bt.UseVisualStyleBackColor = True
- '
- '新增清單4_bt
- '
- Me.新增清單4_bt.ForeColor = System.Drawing.Color.Olive
- Me.新增清單4_bt.Location = New System.Drawing.Point(854, 31)
- Me.新增清單4_bt.Name = "新增清單4_bt"
- Me.新增清單4_bt.Size = New System.Drawing.Size(76, 24)
- Me.新增清單4_bt.TabIndex = 630
- Me.新增清單4_bt.Text = "新增清單"
- Me.新增清單4_bt.UseVisualStyleBackColor = True
- '
- '新增清單1_bt
- '
- Me.新增清單1_bt.ForeColor = System.Drawing.Color.Olive
- Me.新增清單1_bt.Location = New System.Drawing.Point(203, 180)
- Me.新增清單1_bt.Name = "新增清單1_bt"
- Me.新增清單1_bt.Size = New System.Drawing.Size(76, 24)
- Me.新增清單1_bt.TabIndex = 629
- Me.新增清單1_bt.Text = "新增清單"
- Me.新增清單1_bt.UseVisualStyleBackColor = True
- '
- '新增清單_bt
- '
- Me.新增清單_bt.ForeColor = System.Drawing.Color.Olive
- Me.新增清單_bt.Location = New System.Drawing.Point(203, 142)
- Me.新增清單_bt.Name = "新增清單_bt"
- Me.新增清單_bt.Size = New System.Drawing.Size(76, 24)
- Me.新增清單_bt.TabIndex = 628
- Me.新增清單_bt.Text = "新增清單"
- Me.新增清單_bt.UseVisualStyleBackColor = True
- '
- '新增清單3_bt
- '
- Me.新增清單3_bt.ForeColor = System.Drawing.Color.Olive
- Me.新增清單3_bt.Location = New System.Drawing.Point(506, 5)
- Me.新增清單3_bt.Name = "新增清單3_bt"
- Me.新增清單3_bt.Size = New System.Drawing.Size(76, 24)
- Me.新增清單3_bt.TabIndex = 627
- Me.新增清單3_bt.Text = "新增清單"
- Me.新增清單3_bt.UseVisualStyleBackColor = True
- '
- 'Remark_lb
- '
- Me.Remark_lb.AutoSize = True
- Me.Remark_lb.Location = New System.Drawing.Point(867, 113)
- Me.Remark_lb.Name = "Remark_lb"
- Me.Remark_lb.Size = New System.Drawing.Size(50, 16)
- Me.Remark_lb.TabIndex = 626
- Me.Remark_lb.Text = "Remark"
- '
- 'Remark_cb
- '
- Me.Remark_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.Remark_cb.FormattingEnabled = True
- Me.Remark_cb.Location = New System.Drawing.Point(860, 136)
- Me.Remark_cb.Name = "Remark_cb"
- Me.Remark_cb.Size = New System.Drawing.Size(137, 24)
- Me.Remark_cb.TabIndex = 625
- '
- 'ToPort_cb
- '
- Me.ToPort_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ToPort_cb.FormattingEnabled = True
- Me.ToPort_cb.Location = New System.Drawing.Point(713, 58)
- Me.ToPort_cb.Name = "ToPort_cb"
- Me.ToPort_cb.Size = New System.Drawing.Size(137, 24)
- Me.ToPort_cb.TabIndex = 624
- '
- 'FromPort_cb
- '
- Me.FromPort_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.FromPort_cb.FormattingEnabled = True
- Me.FromPort_cb.Location = New System.Drawing.Point(713, 31)
- Me.FromPort_cb.Name = "FromPort_cb"
- Me.FromPort_cb.Size = New System.Drawing.Size(137, 24)
- Me.FromPort_cb.TabIndex = 623
- '
- 'Terms_cb
- '
- Me.Terms_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.Terms_cb.FormattingEnabled = True
- Me.Terms_cb.Location = New System.Drawing.Point(67, 180)
- Me.Terms_cb.Name = "Terms_cb"
- Me.Terms_cb.Size = New System.Drawing.Size(130, 24)
- Me.Terms_cb.TabIndex = 622
- '
- 'Delivery_cb
- '
- Me.Delivery_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.Delivery_cb.FormattingEnabled = True
- Me.Delivery_cb.Location = New System.Drawing.Point(67, 142)
- Me.Delivery_cb.Name = "Delivery_cb"
- Me.Delivery_cb.Size = New System.Drawing.Size(130, 24)
- Me.Delivery_cb.TabIndex = 621
- '
- '列印_bt
- '
- Me.列印_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.列印_bt.ForeColor = System.Drawing.Color.Olive
- Me.列印_bt.Location = New System.Drawing.Point(1689, 211)
- Me.列印_bt.Name = "列印_bt"
- Me.列印_bt.Size = New System.Drawing.Size(108, 63)
- Me.列印_bt.TabIndex = 619
- Me.列印_bt.Text = "列印"
- Me.列印_bt.UseVisualStyleBackColor = True
- '
- '資料刪除_bt
- '
- Me.資料刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.資料刪除_bt.ForeColor = System.Drawing.Color.Red
- Me.資料刪除_bt.Location = New System.Drawing.Point(1689, 276)
- Me.資料刪除_bt.Name = "資料刪除_bt"
- Me.資料刪除_bt.Size = New System.Drawing.Size(108, 30)
- Me.資料刪除_bt.TabIndex = 617
- Me.資料刪除_bt.Text = "資料刪除"
- Me.資料刪除_bt.UseVisualStyleBackColor = True
- '
- '資料存檔_bt
- '
- Me.資料存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.資料存檔_bt.ForeColor = System.Drawing.Color.Blue
- Me.資料存檔_bt.Location = New System.Drawing.Point(1580, 211)
- Me.資料存檔_bt.Name = "資料存檔_bt"
- Me.資料存檔_bt.Size = New System.Drawing.Size(108, 30)
- Me.資料存檔_bt.TabIndex = 615
- Me.資料存檔_bt.Text = "資料存檔"
- Me.資料存檔_bt.UseVisualStyleBackColor = True
- '
- 'TotalNumber_lb
- '
- Me.TotalNumber_lb.AutoSize = True
- Me.TotalNumber_lb.Location = New System.Drawing.Point(585, 167)
- Me.TotalNumber_lb.Name = "TotalNumber_lb"
- Me.TotalNumber_lb.Size = New System.Drawing.Size(89, 16)
- Me.TotalNumber_lb.TabIndex = 614
- Me.TotalNumber_lb.Text = "Total Number "
- '
- 'TotalNumber_tb
- '
- Me.TotalNumber_tb.ForeColor = System.Drawing.Color.Black
- Me.TotalNumber_tb.Location = New System.Drawing.Point(713, 164)
- Me.TotalNumber_tb.Name = "TotalNumber_tb"
- Me.TotalNumber_tb.Size = New System.Drawing.Size(137, 23)
- Me.TotalNumber_tb.TabIndex = 613
- '
- '合計_lb
- '
- Me.合計_lb.AutoSize = True
- Me.合計_lb.Location = New System.Drawing.Point(422, 588)
- Me.合計_lb.Name = "合計_lb"
- Me.合計_lb.Size = New System.Drawing.Size(31, 16)
- Me.合計_lb.TabIndex = 567
- Me.合計_lb.Text = "合計"
- '
- '合計20_tb
- '
- Me.合計20_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.合計20_tb.ForeColor = System.Drawing.Color.Black
- Me.合計20_tb.Location = New System.Drawing.Point(1499, 586)
- Me.合計20_tb.Name = "合計20_tb"
- Me.合計20_tb.Size = New System.Drawing.Size(60, 22)
- Me.合計20_tb.TabIndex = 566
- '
- '合計19_tb
- '
- Me.合計19_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.合計19_tb.ForeColor = System.Drawing.Color.Black
- Me.合計19_tb.Location = New System.Drawing.Point(1457, 586)
- Me.合計19_tb.Name = "合計19_tb"
- Me.合計19_tb.Size = New System.Drawing.Size(38, 22)
- Me.合計19_tb.TabIndex = 565
- '
- '合計18_tb
- '
- Me.合計18_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.合計18_tb.ForeColor = System.Drawing.Color.Black
- Me.合計18_tb.Location = New System.Drawing.Point(1410, 586)
- Me.合計18_tb.Name = "合計18_tb"
- Me.合計18_tb.Size = New System.Drawing.Size(38, 22)
- Me.合計18_tb.TabIndex = 564
- '
- '合計16_tb
- '
- Me.合計16_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.合計16_tb.ForeColor = System.Drawing.Color.Black
- Me.合計16_tb.Location = New System.Drawing.Point(1315, 586)
- Me.合計16_tb.Name = "合計16_tb"
- Me.合計16_tb.Size = New System.Drawing.Size(38, 22)
- Me.合計16_tb.TabIndex = 563
- '
- '合計14_tb
- '
- Me.合計14_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.合計14_tb.ForeColor = System.Drawing.Color.Black
- Me.合計14_tb.Location = New System.Drawing.Point(1220, 586)
- Me.合計14_tb.Name = "合計14_tb"
- Me.合計14_tb.Size = New System.Drawing.Size(38, 22)
- Me.合計14_tb.TabIndex = 562
- '
- '合計13_tb
- '
- Me.合計13_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.合計13_tb.ForeColor = System.Drawing.Color.Black
- Me.合計13_tb.Location = New System.Drawing.Point(1172, 586)
- Me.合計13_tb.Name = "合計13_tb"
- Me.合計13_tb.Size = New System.Drawing.Size(38, 22)
- Me.合計13_tb.TabIndex = 561
- '
- '合計12_tb
- '
- Me.合計12_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.合計12_tb.ForeColor = System.Drawing.Color.Black
- Me.合計12_tb.Location = New System.Drawing.Point(1124, 586)
- Me.合計12_tb.Name = "合計12_tb"
- Me.合計12_tb.Size = New System.Drawing.Size(38, 22)
- Me.合計12_tb.TabIndex = 560
- '
- '合計11_tb
- '
- Me.合計11_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.合計11_tb.ForeColor = System.Drawing.Color.Black
- Me.合計11_tb.Location = New System.Drawing.Point(1076, 586)
- Me.合計11_tb.Name = "合計11_tb"
- Me.合計11_tb.Size = New System.Drawing.Size(38, 22)
- Me.合計11_tb.TabIndex = 559
- '
- '合計10_tb
- '
- Me.合計10_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.合計10_tb.ForeColor = System.Drawing.Color.Black
- Me.合計10_tb.Location = New System.Drawing.Point(1028, 586)
- Me.合計10_tb.Name = "合計10_tb"
- Me.合計10_tb.Size = New System.Drawing.Size(38, 22)
- Me.合計10_tb.TabIndex = 558
- '
- '合計9_tb
- '
- Me.合計9_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.合計9_tb.ForeColor = System.Drawing.Color.Black
- Me.合計9_tb.Location = New System.Drawing.Point(980, 586)
- Me.合計9_tb.Name = "合計9_tb"
- Me.合計9_tb.Size = New System.Drawing.Size(38, 22)
- Me.合計9_tb.TabIndex = 557
- '
- '合計8_tb
- '
- Me.合計8_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.合計8_tb.ForeColor = System.Drawing.Color.Black
- Me.合計8_tb.Location = New System.Drawing.Point(932, 586)
- Me.合計8_tb.Name = "合計8_tb"
- Me.合計8_tb.Size = New System.Drawing.Size(38, 22)
- Me.合計8_tb.TabIndex = 556
- '
- '合計7_tb
- '
- Me.合計7_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.合計7_tb.ForeColor = System.Drawing.Color.Black
- Me.合計7_tb.Location = New System.Drawing.Point(884, 586)
- Me.合計7_tb.Name = "合計7_tb"
- Me.合計7_tb.Size = New System.Drawing.Size(38, 22)
- Me.合計7_tb.TabIndex = 555
- '
- '合計6_tb
- '
- Me.合計6_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.合計6_tb.ForeColor = System.Drawing.Color.Black
- Me.合計6_tb.Location = New System.Drawing.Point(836, 586)
- Me.合計6_tb.Name = "合計6_tb"
- Me.合計6_tb.Size = New System.Drawing.Size(38, 22)
- Me.合計6_tb.TabIndex = 554
- '
- '合計5_tb
- '
- Me.合計5_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.合計5_tb.ForeColor = System.Drawing.Color.Black
- Me.合計5_tb.Location = New System.Drawing.Point(788, 586)
- Me.合計5_tb.Name = "合計5_tb"
- Me.合計5_tb.Size = New System.Drawing.Size(38, 22)
- Me.合計5_tb.TabIndex = 553
- '
- '合計4_tb
- '
- Me.合計4_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.合計4_tb.ForeColor = System.Drawing.Color.Black
- Me.合計4_tb.Location = New System.Drawing.Point(740, 586)
- Me.合計4_tb.Name = "合計4_tb"
- Me.合計4_tb.Size = New System.Drawing.Size(38, 22)
- Me.合計4_tb.TabIndex = 552
- '
- '合計3_tb
- '
- Me.合計3_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.合計3_tb.ForeColor = System.Drawing.Color.Black
- Me.合計3_tb.Location = New System.Drawing.Point(692, 586)
- Me.合計3_tb.Name = "合計3_tb"
- Me.合計3_tb.Size = New System.Drawing.Size(38, 22)
- Me.合計3_tb.TabIndex = 551
- '
- '合計2_tb
- '
- Me.合計2_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.合計2_tb.ForeColor = System.Drawing.Color.Black
- Me.合計2_tb.Location = New System.Drawing.Point(644, 586)
- Me.合計2_tb.Name = "合計2_tb"
- Me.合計2_tb.Size = New System.Drawing.Size(38, 22)
- Me.合計2_tb.TabIndex = 550
- '
- '清空3_bt
- '
- Me.清空3_bt.ForeColor = System.Drawing.Color.Black
- Me.清空3_bt.Location = New System.Drawing.Point(1142, 61)
- Me.清空3_bt.Name = "清空3_bt"
- Me.清空3_bt.Size = New System.Drawing.Size(76, 24)
- Me.清空3_bt.TabIndex = 549
- Me.清空3_bt.Text = "清空"
- Me.清空3_bt.UseVisualStyleBackColor = True
- '
- 'ETADate_lb
- '
- Me.ETADate_lb.AutoSize = True
- Me.ETADate_lb.Location = New System.Drawing.Point(937, 65)
- Me.ETADate_lb.Name = "ETADate_lb"
- Me.ETADate_lb.Size = New System.Drawing.Size(59, 16)
- Me.ETADate_lb.TabIndex = 548
- Me.ETADate_lb.Text = "ETA Date"
- '
- '日期5_dtp
- '
- Me.日期5_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.日期5_dtp.Location = New System.Drawing.Point(1002, 62)
- Me.日期5_dtp.Name = "日期5_dtp"
- Me.日期5_dtp.Size = New System.Drawing.Size(137, 23)
- Me.日期5_dtp.TabIndex = 547
- '
- '工廠_tb
- '
- Me.工廠_tb.ForeColor = System.Drawing.Color.Black
- Me.工廠_tb.Location = New System.Drawing.Point(1397, 120)
- Me.工廠_tb.Name = "工廠_tb"
- Me.工廠_tb.Size = New System.Drawing.Size(134, 23)
- Me.工廠_tb.TabIndex = 546
- '
- '清空5_bt
- '
- Me.清空5_bt.ForeColor = System.Drawing.Color.Black
- Me.清空5_bt.Location = New System.Drawing.Point(1490, 180)
- Me.清空5_bt.Name = "清空5_bt"
- Me.清空5_bt.Size = New System.Drawing.Size(41, 24)
- Me.清空5_bt.TabIndex = 545
- Me.清空5_bt.Text = "清空"
- Me.清空5_bt.UseVisualStyleBackColor = True
- '
- '清空4_bt
- '
- Me.清空4_bt.ForeColor = System.Drawing.Color.Black
- Me.清空4_bt.Location = New System.Drawing.Point(1490, 149)
- Me.清空4_bt.Name = "清空4_bt"
- Me.清空4_bt.Size = New System.Drawing.Size(41, 24)
- Me.清空4_bt.TabIndex = 544
- Me.清空4_bt.Text = "清空"
- Me.清空4_bt.UseVisualStyleBackColor = True
- '
- '清空2_bt
- '
- Me.清空2_bt.ForeColor = System.Drawing.Color.Black
- Me.清空2_bt.Location = New System.Drawing.Point(1142, 33)
- Me.清空2_bt.Name = "清空2_bt"
- Me.清空2_bt.Size = New System.Drawing.Size(76, 24)
- Me.清空2_bt.TabIndex = 543
- Me.清空2_bt.Text = "清空"
- Me.清空2_bt.UseVisualStyleBackColor = True
- '
- '清空1_bt
- '
- Me.清空1_bt.ForeColor = System.Drawing.Color.Black
- Me.清空1_bt.Location = New System.Drawing.Point(1142, 6)
- Me.清空1_bt.Name = "清空1_bt"
- Me.清空1_bt.Size = New System.Drawing.Size(76, 24)
- Me.清空1_bt.TabIndex = 542
- Me.清空1_bt.Text = "清空"
- Me.清空1_bt.UseVisualStyleBackColor = True
- '
- '清空_bt
- '
- Me.清空_bt.ForeColor = System.Drawing.Color.Black
- Me.清空_bt.Location = New System.Drawing.Point(854, 4)
- Me.清空_bt.Name = "清空_bt"
- Me.清空_bt.Size = New System.Drawing.Size(76, 24)
- Me.清空_bt.TabIndex = 541
- Me.清空_bt.Text = "清空"
- Me.清空_bt.UseVisualStyleBackColor = True
- '
- '交期_lb
- '
- Me.交期_lb.AutoSize = True
- Me.交期_lb.Location = New System.Drawing.Point(1362, 184)
- Me.交期_lb.Name = "交期_lb"
- Me.交期_lb.Size = New System.Drawing.Size(31, 16)
- Me.交期_lb.TabIndex = 540
- Me.交期_lb.Text = "交期"
- '
- '日期7_dtp
- '
- Me.日期7_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.日期7_dtp.Location = New System.Drawing.Point(1397, 180)
- Me.日期7_dtp.Name = "日期7_dtp"
- Me.日期7_dtp.Size = New System.Drawing.Size(90, 23)
- Me.日期7_dtp.TabIndex = 539
- '
- '下單日_lb
- '
- Me.下單日_lb.AutoSize = True
- Me.下單日_lb.Location = New System.Drawing.Point(1352, 153)
- Me.下單日_lb.Name = "下單日_lb"
- Me.下單日_lb.Size = New System.Drawing.Size(43, 16)
- Me.下單日_lb.TabIndex = 538
- Me.下單日_lb.Text = "下單日"
- '
- '日期6_dtp
- '
- Me.日期6_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.日期6_dtp.Location = New System.Drawing.Point(1397, 150)
- Me.日期6_dtp.Name = "日期6_dtp"
- Me.日期6_dtp.Size = New System.Drawing.Size(90, 23)
- Me.日期6_dtp.TabIndex = 537
- '
- '工廠_lb
- '
- Me.工廠_lb.AutoSize = True
- Me.工廠_lb.Location = New System.Drawing.Point(1362, 123)
- Me.工廠_lb.Name = "工廠_lb"
- Me.工廠_lb.Size = New System.Drawing.Size(31, 16)
- Me.工廠_lb.TabIndex = 536
- Me.工廠_lb.Text = "工廠"
- '
- '訂單號_lb
- '
- Me.訂單號_lb.AutoSize = True
- Me.訂單號_lb.Location = New System.Drawing.Point(1352, 93)
- Me.訂單號_lb.Name = "訂單號_lb"
- Me.訂單號_lb.Size = New System.Drawing.Size(43, 16)
- Me.訂單號_lb.TabIndex = 535
- Me.訂單號_lb.Text = "訂單號"
- '
- '訂單號_tb
- '
- Me.訂單號_tb.ForeColor = System.Drawing.Color.Black
- Me.訂單號_tb.Location = New System.Drawing.Point(1397, 90)
- Me.訂單號_tb.Name = "訂單號_tb"
- Me.訂單號_tb.Size = New System.Drawing.Size(134, 23)
- Me.訂單號_tb.TabIndex = 534
- '
- 'DeliveryAddress_lb
- '
- Me.DeliveryAddress_lb.AutoSize = True
- Me.DeliveryAddress_lb.Location = New System.Drawing.Point(900, 92)
- Me.DeliveryAddress_lb.Name = "DeliveryAddress_lb"
- Me.DeliveryAddress_lb.Size = New System.Drawing.Size(100, 16)
- Me.DeliveryAddress_lb.TabIndex = 533
- Me.DeliveryAddress_lb.Text = "Delivery Address"
- '
- 'DeliveryAddress_tb
- '
- Me.DeliveryAddress_tb.ForeColor = System.Drawing.Color.Black
- Me.DeliveryAddress_tb.Location = New System.Drawing.Point(1002, 90)
- Me.DeliveryAddress_tb.Multiline = True
- Me.DeliveryAddress_tb.Name = "DeliveryAddress_tb"
- Me.DeliveryAddress_tb.Size = New System.Drawing.Size(350, 117)
- Me.DeliveryAddress_tb.TabIndex = 532
- '
- 'SalesOrder_tb
- '
- Me.SalesOrder_tb.ForeColor = System.Drawing.Color.Black
- Me.SalesOrder_tb.Location = New System.Drawing.Point(1320, 36)
- Me.SalesOrder_tb.Name = "SalesOrder_tb"
- Me.SalesOrder_tb.Size = New System.Drawing.Size(211, 23)
- Me.SalesOrder_tb.TabIndex = 531
- '
- 'SalesOrder_lb
- '
- Me.SalesOrder_lb.AutoSize = True
- Me.SalesOrder_lb.Location = New System.Drawing.Point(1221, 38)
- Me.SalesOrder_lb.Name = "SalesOrder_lb"
- Me.SalesOrder_lb.Size = New System.Drawing.Size(72, 16)
- Me.SalesOrder_lb.TabIndex = 530
- Me.SalesOrder_lb.Text = "Sales Order"
- '
- 'ShipDate_lb
- '
- Me.ShipDate_lb.AutoSize = True
- Me.ShipDate_lb.Location = New System.Drawing.Point(937, 36)
- Me.ShipDate_lb.Name = "ShipDate_lb"
- Me.ShipDate_lb.Size = New System.Drawing.Size(62, 16)
- Me.ShipDate_lb.TabIndex = 529
- Me.ShipDate_lb.Text = "Ship Date"
- '
- '日期4_dtp
- '
- Me.日期4_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.日期4_dtp.Location = New System.Drawing.Point(1002, 34)
- Me.日期4_dtp.Name = "日期4_dtp"
- Me.日期4_dtp.Size = New System.Drawing.Size(137, 23)
- Me.日期4_dtp.TabIndex = 528
- '
- 'CustomerName_tb
- '
- Me.CustomerName_tb.ForeColor = System.Drawing.Color.Black
- Me.CustomerName_tb.Location = New System.Drawing.Point(1320, 7)
- Me.CustomerName_tb.Name = "CustomerName_tb"
- Me.CustomerName_tb.Size = New System.Drawing.Size(211, 23)
- Me.CustomerName_tb.TabIndex = 527
- '
- 'CustomerName_lb
- '
- Me.CustomerName_lb.AutoSize = True
- Me.CustomerName_lb.Location = New System.Drawing.Point(1221, 9)
- Me.CustomerName_lb.Name = "CustomerName_lb"
- Me.CustomerName_lb.Size = New System.Drawing.Size(99, 16)
- Me.CustomerName_lb.TabIndex = 526
- Me.CustomerName_lb.Text = "Customer Name"
- '
- 'Modified_lb
- '
- Me.Modified_lb.AutoSize = True
- Me.Modified_lb.Location = New System.Drawing.Point(937, 1)
- Me.Modified_lb.Name = "Modified_lb"
- Me.Modified_lb.Size = New System.Drawing.Size(63, 32)
- Me.Modified_lb.TabIndex = 525
- Me.Modified_lb.Text = "Modified " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Date"
- '
- '日期3_dtp
- '
- Me.日期3_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.日期3_dtp.Location = New System.Drawing.Point(1002, 6)
- Me.日期3_dtp.Name = "日期3_dtp"
- Me.日期3_dtp.Size = New System.Drawing.Size(137, 23)
- Me.日期3_dtp.TabIndex = 524
- '
- 'VendorReference_tb
- '
- Me.VendorReference_tb.ForeColor = System.Drawing.Color.Black
- Me.VendorReference_tb.Location = New System.Drawing.Point(713, 138)
- Me.VendorReference_tb.Name = "VendorReference_tb"
- Me.VendorReference_tb.Size = New System.Drawing.Size(137, 23)
- Me.VendorReference_tb.TabIndex = 523
- '
- 'VendorReference_lb
- '
- Me.VendorReference_lb.AutoSize = True
- Me.VendorReference_lb.Location = New System.Drawing.Point(585, 141)
- Me.VendorReference_lb.Name = "VendorReference_lb"
- Me.VendorReference_lb.Size = New System.Drawing.Size(109, 16)
- Me.VendorReference_lb.TabIndex = 522
- Me.VendorReference_lb.Text = "Vendor Reference"
- '
- 'ShippingCarrier_tb
- '
- Me.ShippingCarrier_tb.ForeColor = System.Drawing.Color.Black
- Me.ShippingCarrier_tb.Location = New System.Drawing.Point(713, 85)
- Me.ShippingCarrier_tb.Name = "ShippingCarrier_tb"
- Me.ShippingCarrier_tb.Size = New System.Drawing.Size(137, 23)
- Me.ShippingCarrier_tb.TabIndex = 521
- '
- 'ShippingCarrier_lb
- '
- Me.ShippingCarrier_lb.AutoSize = True
- Me.ShippingCarrier_lb.Location = New System.Drawing.Point(585, 88)
- Me.ShippingCarrier_lb.Name = "ShippingCarrier_lb"
- Me.ShippingCarrier_lb.Size = New System.Drawing.Size(98, 16)
- Me.ShippingCarrier_lb.TabIndex = 520
- Me.ShippingCarrier_lb.Text = "Shipping Carrier"
- '
- 'ToPort_lb
- '
- Me.ToPort_lb.AutoSize = True
- Me.ToPort_lb.Location = New System.Drawing.Point(585, 61)
- Me.ToPort_lb.Name = "ToPort_lb"
- Me.ToPort_lb.Size = New System.Drawing.Size(48, 16)
- Me.ToPort_lb.TabIndex = 519
- Me.ToPort_lb.Text = "To Port"
- '
- 'FromPort_lb
- '
- Me.FromPort_lb.AutoSize = True
- Me.FromPort_lb.Location = New System.Drawing.Point(585, 34)
- Me.FromPort_lb.Name = "FromPort_lb"
- Me.FromPort_lb.Size = New System.Drawing.Size(62, 16)
- Me.FromPort_lb.TabIndex = 518
- Me.FromPort_lb.Text = "From Port"
- '
- 'OrgShipDate_lb
- '
- Me.OrgShipDate_lb.AutoSize = True
- Me.OrgShipDate_lb.Location = New System.Drawing.Point(585, 8)
- Me.OrgShipDate_lb.Name = "OrgShipDate_lb"
- Me.OrgShipDate_lb.Size = New System.Drawing.Size(90, 16)
- Me.OrgShipDate_lb.TabIndex = 517
- Me.OrgShipDate_lb.Text = "Org. Ship Date"
- '
- '日期1_dtp
- '
- Me.日期1_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.日期1_dtp.Location = New System.Drawing.Point(713, 5)
- Me.日期1_dtp.Name = "日期1_dtp"
- Me.日期1_dtp.Size = New System.Drawing.Size(137, 23)
- Me.日期1_dtp.TabIndex = 516
- '
- '住址_lb
- '
- Me.住址_lb.AutoSize = True
- Me.住址_lb.Location = New System.Drawing.Point(402, 41)
- Me.住址_lb.Name = "住址_lb"
- Me.住址_lb.Size = New System.Drawing.Size(112, 16)
- Me.住址_lb.TabIndex = 515
- Me.住址_lb.Text = "Ship From Address"
- '
- '姓名_lb
- '
- Me.姓名_lb.AutoSize = True
- Me.姓名_lb.Location = New System.Drawing.Point(282, 41)
- Me.姓名_lb.Name = "姓名_lb"
- Me.姓名_lb.Size = New System.Drawing.Size(105, 16)
- Me.姓名_lb.TabIndex = 514
- Me.姓名_lb.Text = "Ship From Name "
- '
- '備註_tb
- '
- Me.備註_tb.ForeColor = System.Drawing.Color.Black
- Me.備註_tb.Location = New System.Drawing.Point(285, 58)
- Me.備註_tb.Multiline = True
- Me.備註_tb.Name = "備註_tb"
- Me.備註_tb.Size = New System.Drawing.Size(300, 145)
- Me.備註_tb.TabIndex = 513
- '
- 'Terms_lb
- '
- Me.Terms_lb.AutoSize = True
- Me.Terms_lb.Location = New System.Drawing.Point(7, 174)
- Me.Terms_lb.Name = "Terms_lb"
- Me.Terms_lb.Size = New System.Drawing.Size(55, 32)
- Me.Terms_lb.TabIndex = 512
- Me.Terms_lb.Text = "Delivery " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Terms"
- '
- 'Delivery_lb
- '
- Me.Delivery_lb.AutoSize = True
- Me.Delivery_lb.Location = New System.Drawing.Point(7, 137)
- Me.Delivery_lb.Name = "Delivery_lb"
- Me.Delivery_lb.Size = New System.Drawing.Size(62, 32)
- Me.Delivery_lb.TabIndex = 511
- Me.Delivery_lb.Text = "Mode Of " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Delivery"
- '
- 'Vendor_lb
- '
- Me.Vendor_lb.AutoSize = True
- Me.Vendor_lb.Location = New System.Drawing.Point(7, 65)
- Me.Vendor_lb.Name = "Vendor_lb"
- Me.Vendor_lb.Size = New System.Drawing.Size(52, 32)
- Me.Vendor_lb.TabIndex = 510
- Me.Vendor_lb.Text = "Vendor " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Name"
- '
- 'Vendor_tb
- '
- Me.Vendor_tb.ForeColor = System.Drawing.Color.Black
- Me.Vendor_tb.Location = New System.Drawing.Point(67, 62)
- Me.Vendor_tb.Multiline = True
- Me.Vendor_tb.Name = "Vendor_tb"
- Me.Vendor_tb.Size = New System.Drawing.Size(212, 74)
- Me.Vendor_tb.TabIndex = 509
- '
- 'Brand_cb
- '
- Me.Brand_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.Brand_cb.FormattingEnabled = True
- Me.Brand_cb.Location = New System.Drawing.Point(67, 33)
- Me.Brand_cb.Name = "Brand_cb"
- Me.Brand_cb.Size = New System.Drawing.Size(212, 24)
- Me.Brand_cb.TabIndex = 508
- '
- 'Brand_lb
- '
- Me.Brand_lb.AutoSize = True
- Me.Brand_lb.Location = New System.Drawing.Point(8, 35)
- Me.Brand_lb.Name = "Brand_lb"
- Me.Brand_lb.Size = New System.Drawing.Size(40, 16)
- Me.Brand_lb.TabIndex = 507
- Me.Brand_lb.Text = "Brand"
- '
- 'CreatedDate_lb
- '
- Me.CreatedDate_lb.AutoSize = True
- Me.CreatedDate_lb.Location = New System.Drawing.Point(281, 9)
- Me.CreatedDate_lb.Name = "CreatedDate_lb"
- Me.CreatedDate_lb.Size = New System.Drawing.Size(82, 16)
- Me.CreatedDate_lb.TabIndex = 506
- Me.CreatedDate_lb.Text = "Created Date"
- '
- '日期_dtp
- '
- Me.日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.日期_dtp.Location = New System.Drawing.Point(370, 5)
- Me.日期_dtp.Name = "日期_dtp"
- Me.日期_dtp.Size = New System.Drawing.Size(130, 23)
- Me.日期_dtp.TabIndex = 505
- '
- 'Number_lb
- '
- Me.Number_lb.AutoSize = True
- Me.Number_lb.Location = New System.Drawing.Point(7, 8)
- Me.Number_lb.Name = "Number_lb"
- Me.Number_lb.Size = New System.Drawing.Size(54, 16)
- Me.Number_lb.TabIndex = 504
- Me.Number_lb.Text = "Number"
- '
- 'Number_tb
- '
- Me.Number_tb.ForeColor = System.Drawing.Color.Black
- Me.Number_tb.Location = New System.Drawing.Point(67, 5)
- Me.Number_tb.Name = "Number_tb"
- Me.Number_tb.Size = New System.Drawing.Size(130, 23)
- Me.Number_tb.TabIndex = 503
- '
- '表單3_dgv
- '
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.表單3_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
- Me.表單3_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.表單3_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.表單3_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.表單3_dgv.Location = New System.Drawing.Point(10, 609)
- Me.表單3_dgv.Name = "表單3_dgv"
- Me.表單3_dgv.RowHeadersWidth = 5
- Me.表單3_dgv.RowTemplate.Height = 24
- Me.表單3_dgv.Size = New System.Drawing.Size(1564, 355)
- Me.表單3_dgv.TabIndex = 502
- '
- '返回訂單控制表_bt
- '
- Me.返回訂單控制表_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.返回訂單控制表_bt.ForeColor = System.Drawing.Color.Black
- Me.返回訂單控制表_bt.Location = New System.Drawing.Point(1799, 211)
- Me.返回訂單控制表_bt.Name = "返回訂單控制表_bt"
- Me.返回訂單控制表_bt.Size = New System.Drawing.Size(108, 95)
- Me.返回訂單控制表_bt.TabIndex = 501
- Me.返回訂單控制表_bt.Text = "返回訂單控制表"
- Me.返回訂單控制表_bt.UseVisualStyleBackColor = True
- '
- '合計_tb
- '
- Me.合計_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.合計_tb.ForeColor = System.Drawing.Color.Black
- Me.合計_tb.Location = New System.Drawing.Point(547, 586)
- Me.合計_tb.Name = "合計_tb"
- Me.合計_tb.Size = New System.Drawing.Size(38, 22)
- Me.合計_tb.TabIndex = 651
- '
- '合計1_tb
- '
- Me.合計1_tb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.合計1_tb.ForeColor = System.Drawing.Color.Black
- Me.合計1_tb.Location = New System.Drawing.Point(596, 586)
- Me.合計1_tb.Name = "合計1_tb"
- Me.合計1_tb.Size = New System.Drawing.Size(38, 22)
- Me.合計1_tb.TabIndex = 652
- '
- '表單2_dgv
- '
- DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.表單2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
- Me.表單2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.表單2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.表單2_dgv.Location = New System.Drawing.Point(10, 211)
- Me.表單2_dgv.Name = "表單2_dgv"
- Me.表單2_dgv.RowHeadersWidth = 5
- Me.表單2_dgv.RowTemplate.Height = 24
- Me.表單2_dgv.Size = New System.Drawing.Size(1564, 370)
- Me.表單2_dgv.TabIndex = 653
- '
- 'PictureBox2
- '
- Me.PictureBox2.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.PictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.PictureBox2.Location = New System.Drawing.Point(1580, 312)
- Me.PictureBox2.Name = "PictureBox2"
- Me.PictureBox2.Size = New System.Drawing.Size(326, 564)
- Me.PictureBox2.TabIndex = 654
- Me.PictureBox2.TabStop = False
- '
- '文字提醒_lb
- '
- Me.文字提醒_lb.AutoSize = True
- Me.文字提醒_lb.ForeColor = System.Drawing.Color.Red
- Me.文字提醒_lb.Location = New System.Drawing.Point(588, 190)
- Me.文字提醒_lb.Name = "文字提醒_lb"
- Me.文字提醒_lb.Size = New System.Drawing.Size(355, 16)
- Me.文字提醒_lb.TabIndex = 906
- Me.文字提醒_lb.Text = "存檔之前交期開始、交期結束、備註三個欄位手動修改後存檔有效"
- '
- '表單1_dgv
- '
- DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.表單1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
- Me.表單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.表單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.表單1_dgv.Location = New System.Drawing.Point(1534, 7)
- Me.表單1_dgv.Name = "表單1_dgv"
- Me.表單1_dgv.RowHeadersWidth = 5
- Me.表單1_dgv.RowTemplate.Height = 24
- Me.表單1_dgv.Size = New System.Drawing.Size(190, 199)
- Me.表單1_dgv.TabIndex = 907
- '
- '訂單附件導入_bt
- '
- Me.訂單附件導入_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.訂單附件導入_bt.ForeColor = System.Drawing.Color.Blue
- Me.訂單附件導入_bt.Location = New System.Drawing.Point(1580, 244)
- Me.訂單附件導入_bt.Name = "訂單附件導入_bt"
- Me.訂單附件導入_bt.Size = New System.Drawing.Size(108, 30)
- Me.訂單附件導入_bt.TabIndex = 908
- Me.訂單附件導入_bt.Text = "訂單附件導入"
- Me.訂單附件導入_bt.UseVisualStyleBackColor = True
- '
- 'GroupBox1
- '
- Me.GroupBox1.Controls.Add(Me.Button9)
- Me.GroupBox1.Controls.Add(Me.Label30)
- Me.GroupBox1.Controls.Add(Me.TextBox3)
- Me.GroupBox1.Controls.Add(Me.Label26)
- Me.GroupBox1.Controls.Add(Me.TextBox4)
- Me.GroupBox1.Controls.Add(Me.Label27)
- Me.GroupBox1.Controls.Add(Me.TextBox7)
- Me.GroupBox1.Controls.Add(Me.Label29)
- Me.GroupBox1.Controls.Add(Me.Button14)
- Me.GroupBox1.Controls.Add(Me.WebBrowser2)
- Me.GroupBox1.Controls.Add(Me.Button7)
- Me.GroupBox1.Location = New System.Drawing.Point(43, 244)
- Me.GroupBox1.Name = "GroupBox1"
- Me.GroupBox1.Size = New System.Drawing.Size(1167, 494)
- Me.GroupBox1.TabIndex = 909
- Me.GroupBox1.TabStop = False
- Me.GroupBox1.Text = "量產訂單附件圖片入資料庫"
- '
- 'Button9
- '
- Me.Button9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button9.ForeColor = System.Drawing.Color.Blue
- Me.Button9.Location = New System.Drawing.Point(902, 17)
- Me.Button9.Name = "Button9"
- Me.Button9.Size = New System.Drawing.Size(108, 23)
- Me.Button9.TabIndex = 921
- Me.Button9.Text = "圖片導入"
- Me.Button9.UseVisualStyleBackColor = True
- '
- 'Label30
- '
- Me.Label30.AutoSize = True
- Me.Label30.Location = New System.Drawing.Point(717, 20)
- Me.Label30.Name = "Label30"
- Me.Label30.Size = New System.Drawing.Size(43, 16)
- Me.Label30.TabIndex = 920
- Me.Label30.Text = "附件數"
- '
- 'TextBox3
- '
- Me.TextBox3.ForeColor = System.Drawing.Color.Black
- Me.TextBox3.Location = New System.Drawing.Point(762, 17)
- Me.TextBox3.Name = "TextBox3"
- Me.TextBox3.Size = New System.Drawing.Size(134, 23)
- Me.TextBox3.TabIndex = 919
- Me.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label26
- '
- Me.Label26.AutoSize = True
- Me.Label26.Location = New System.Drawing.Point(10, 469)
- Me.Label26.Name = "Label26"
- Me.Label26.Size = New System.Drawing.Size(55, 16)
- Me.Label26.TabIndex = 918
- Me.Label26.Text = "檔案名稱"
- '
- 'TextBox4
- '
- Me.TextBox4.AllowDrop = True
- Me.TextBox4.ForeColor = System.Drawing.Color.Black
- Me.TextBox4.Location = New System.Drawing.Point(72, 466)
- Me.TextBox4.Multiline = True
- Me.TextBox4.Name = "TextBox4"
- Me.TextBox4.Size = New System.Drawing.Size(1080, 23)
- Me.TextBox4.TabIndex = 917
- '
- 'Label27
- '
- Me.Label27.AutoSize = True
- Me.Label27.ForeColor = System.Drawing.Color.Red
- Me.Label27.Location = New System.Drawing.Point(225, 22)
- Me.Label27.Name = "Label27"
- Me.Label27.Size = New System.Drawing.Size(423, 16)
- Me.Label27.TabIndex = 916
- Me.Label27.Text = "如檔案無法拖曳至伺服器FTP文件夾,請修改檔案名稱不要帶有中文字或是符號"
- '
- 'TextBox7
- '
- Me.TextBox7.AllowDrop = True
- Me.TextBox7.ForeColor = System.Drawing.Color.Black
- Me.TextBox7.Location = New System.Drawing.Point(1037, 492)
- Me.TextBox7.Multiline = True
- Me.TextBox7.Name = "TextBox7"
- Me.TextBox7.Size = New System.Drawing.Size(115, 23)
- Me.TextBox7.TabIndex = 915
- '
- 'Label29
- '
- Me.Label29.AutoSize = True
- Me.Label29.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label29.Location = New System.Drawing.Point(8, 19)
- Me.Label29.Name = "Label29"
- Me.Label29.Size = New System.Drawing.Size(86, 24)
- Me.Label29.TabIndex = 913
- Me.Label29.Text = "我的電腦"
- '
- 'Button14
- '
- Me.Button14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button14.ForeColor = System.Drawing.Color.Blue
- Me.Button14.Location = New System.Drawing.Point(100, 19)
- Me.Button14.Name = "Button14"
- Me.Button14.Size = New System.Drawing.Size(119, 24)
- Me.Button14.TabIndex = 912
- Me.Button14.Text = "讀取料夾路徑"
- Me.Button14.UseVisualStyleBackColor = True
- '
- 'WebBrowser2
- '
- Me.WebBrowser2.Location = New System.Drawing.Point(8, 46)
- Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20)
- Me.WebBrowser2.Name = "WebBrowser2"
- Me.WebBrowser2.Size = New System.Drawing.Size(1144, 414)
- Me.WebBrowser2.TabIndex = 911
- Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative)
- '
- 'Button7
- '
- Me.Button7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button7.ForeColor = System.Drawing.Color.Red
- Me.Button7.Location = New System.Drawing.Point(1044, 17)
- Me.Button7.Name = "Button7"
- Me.Button7.Size = New System.Drawing.Size(108, 23)
- Me.Button7.TabIndex = 909
- Me.Button7.Text = "關閉"
- Me.Button7.UseVisualStyleBackColor = True
- '
- '文字提醒2_lb
- '
- Me.文字提醒2_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.文字提醒2_lb.AutoSize = True
- Me.文字提醒2_lb.ForeColor = System.Drawing.Color.Red
- Me.文字提醒2_lb.Location = New System.Drawing.Point(1577, 879)
- Me.文字提醒2_lb.Name = "文字提醒2_lb"
- Me.文字提醒2_lb.Size = New System.Drawing.Size(147, 16)
- Me.文字提醒2_lb.TabIndex = 910
- Me.文字提醒2_lb.Text = "圖片可以用滑鼠拖動圖片!!"
- '
- '復原_bt
- '
- Me.復原_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.復原_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
- Me.復原_bt.Location = New System.Drawing.Point(1758, 944)
- Me.復原_bt.Name = "復原_bt"
- Me.復原_bt.Size = New System.Drawing.Size(148, 23)
- Me.復原_bt.TabIndex = 912
- Me.復原_bt.Text = "復原"
- Me.復原_bt.UseVisualStyleBackColor = True
- '
- '放大_bt
- '
- Me.放大_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.放大_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
- Me.放大_bt.Location = New System.Drawing.Point(1577, 944)
- Me.放大_bt.Name = "放大_bt"
- Me.放大_bt.Size = New System.Drawing.Size(148, 23)
- Me.放大_bt.TabIndex = 911
- Me.放大_bt.Text = "放大"
- Me.放大_bt.UseVisualStyleBackColor = True
- '
- '垂直翻轉_bt
- '
- Me.垂直翻轉_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.垂直翻轉_bt.ForeColor = System.Drawing.Color.Blue
- Me.垂直翻轉_bt.Location = New System.Drawing.Point(1758, 920)
- Me.垂直翻轉_bt.Name = "垂直翻轉_bt"
- Me.垂直翻轉_bt.Size = New System.Drawing.Size(148, 23)
- Me.垂直翻轉_bt.TabIndex = 916
- Me.垂直翻轉_bt.Text = "垂直翻轉"
- Me.垂直翻轉_bt.UseVisualStyleBackColor = True
- '
- '水平翻轉_bt
- '
- Me.水平翻轉_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.水平翻轉_bt.ForeColor = System.Drawing.Color.Blue
- Me.水平翻轉_bt.Location = New System.Drawing.Point(1577, 920)
- Me.水平翻轉_bt.Name = "水平翻轉_bt"
- Me.水平翻轉_bt.Size = New System.Drawing.Size(148, 23)
- Me.水平翻轉_bt.TabIndex = 915
- Me.水平翻轉_bt.Text = "水平翻轉"
- Me.水平翻轉_bt.UseVisualStyleBackColor = True
- '
- '逆時鐘90度旋轉_bt
- '
- Me.逆時鐘90度旋轉_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.逆時鐘90度旋轉_bt.ForeColor = System.Drawing.Color.Blue
- Me.逆時鐘90度旋轉_bt.Location = New System.Drawing.Point(1758, 896)
- Me.逆時鐘90度旋轉_bt.Name = "逆時鐘90度旋轉_bt"
- Me.逆時鐘90度旋轉_bt.Size = New System.Drawing.Size(148, 23)
- Me.逆時鐘90度旋轉_bt.TabIndex = 914
- Me.逆時鐘90度旋轉_bt.Text = "逆時鐘90度旋轉"
- Me.逆時鐘90度旋轉_bt.UseVisualStyleBackColor = True
- '
- '順時鐘90度旋轉_bt
- '
- Me.順時鐘90度旋轉_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.順時鐘90度旋轉_bt.ForeColor = System.Drawing.Color.Blue
- Me.順時鐘90度旋轉_bt.Location = New System.Drawing.Point(1577, 896)
- Me.順時鐘90度旋轉_bt.Name = "順時鐘90度旋轉_bt"
- Me.順時鐘90度旋轉_bt.Size = New System.Drawing.Size(148, 23)
- Me.順時鐘90度旋轉_bt.TabIndex = 913
- Me.順時鐘90度旋轉_bt.Text = "順時鐘90度旋轉"
- Me.順時鐘90度旋轉_bt.UseVisualStyleBackColor = True
- '
- '日期2_dtp
- '
- Me.日期2_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.日期2_dtp.Location = New System.Drawing.Point(910, 164)
- Me.日期2_dtp.Name = "日期2_dtp"
- Me.日期2_dtp.Size = New System.Drawing.Size(87, 23)
- Me.日期2_dtp.TabIndex = 917
- '
- '更新BUYER_bt
- '
- Me.更新BUYER_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.更新BUYER_bt.Location = New System.Drawing.Point(1580, 276)
- Me.更新BUYER_bt.Name = "更新BUYER_bt"
- Me.更新BUYER_bt.Size = New System.Drawing.Size(108, 30)
- Me.更新BUYER_bt.TabIndex = 918
- Me.更新BUYER_bt.Text = "更新BUYER"
- Me.更新BUYER_bt.UseVisualStyleBackColor = True
- '
- '訂單屬性_tb
- '
- Me.訂單屬性_tb.ForeColor = System.Drawing.Color.Black
- Me.訂單屬性_tb.Location = New System.Drawing.Point(1320, 64)
- Me.訂單屬性_tb.Name = "訂單屬性_tb"
- Me.訂單屬性_tb.Size = New System.Drawing.Size(211, 23)
- Me.訂單屬性_tb.TabIndex = 920
- '
- '訂單屬性_lb
- '
- Me.訂單屬性_lb.AutoSize = True
- Me.訂單屬性_lb.Location = New System.Drawing.Point(1221, 66)
- Me.訂單屬性_lb.Name = "訂單屬性_lb"
- Me.訂單屬性_lb.Size = New System.Drawing.Size(55, 16)
- Me.訂單屬性_lb.TabIndex = 919
- Me.訂單屬性_lb.Text = "訂單屬性"
- '
- '量產訂單明細表
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1914, 971)
- Me.Controls.Add(Me.GroupBox1)
- Me.Controls.Add(Me.訂單屬性_tb)
- Me.Controls.Add(Me.訂單屬性_lb)
- Me.Controls.Add(Me.更新BUYER_bt)
- Me.Controls.Add(Me.日期2_dtp)
- Me.Controls.Add(Me.垂直翻轉_bt)
- Me.Controls.Add(Me.水平翻轉_bt)
- Me.Controls.Add(Me.逆時鐘90度旋轉_bt)
- Me.Controls.Add(Me.順時鐘90度旋轉_bt)
- Me.Controls.Add(Me.復原_bt)
- Me.Controls.Add(Me.放大_bt)
- Me.Controls.Add(Me.文字提醒2_lb)
- Me.Controls.Add(Me.訂單附件導入_bt)
- Me.Controls.Add(Me.表單1_dgv)
- Me.Controls.Add(Me.文字提醒_lb)
- Me.Controls.Add(Me.PictureBox2)
- Me.Controls.Add(Me.合計1_tb)
- Me.Controls.Add(Me.合計_tb)
- Me.Controls.Add(Me.PictureBox1)
- Me.Controls.Add(Me.合計17_tb)
- Me.Controls.Add(Me.合計15_tb)
- Me.Controls.Add(Me.新增清單6_bt)
- Me.Controls.Add(Me.CustomerRequisition_tb)
- Me.Controls.Add(Me.CustomerRequisition_lb)
- Me.Controls.Add(Me.新增清單5_bt)
- Me.Controls.Add(Me.新增清單4_bt)
- Me.Controls.Add(Me.新增清單1_bt)
- Me.Controls.Add(Me.新增清單_bt)
- Me.Controls.Add(Me.新增清單3_bt)
- Me.Controls.Add(Me.Remark_lb)
- Me.Controls.Add(Me.Remark_cb)
- Me.Controls.Add(Me.ToPort_cb)
- Me.Controls.Add(Me.FromPort_cb)
- Me.Controls.Add(Me.Terms_cb)
- Me.Controls.Add(Me.Delivery_cb)
- Me.Controls.Add(Me.列印_bt)
- Me.Controls.Add(Me.資料刪除_bt)
- Me.Controls.Add(Me.資料存檔_bt)
- Me.Controls.Add(Me.TotalNumber_lb)
- Me.Controls.Add(Me.TotalNumber_tb)
- Me.Controls.Add(Me.合計20_tb)
- Me.Controls.Add(Me.合計19_tb)
- Me.Controls.Add(Me.合計18_tb)
- Me.Controls.Add(Me.合計16_tb)
- Me.Controls.Add(Me.合計14_tb)
- Me.Controls.Add(Me.合計13_tb)
- Me.Controls.Add(Me.合計12_tb)
- Me.Controls.Add(Me.合計11_tb)
- Me.Controls.Add(Me.合計10_tb)
- Me.Controls.Add(Me.合計9_tb)
- Me.Controls.Add(Me.合計8_tb)
- Me.Controls.Add(Me.合計7_tb)
- Me.Controls.Add(Me.合計6_tb)
- Me.Controls.Add(Me.合計5_tb)
- Me.Controls.Add(Me.合計4_tb)
- Me.Controls.Add(Me.合計3_tb)
- Me.Controls.Add(Me.合計2_tb)
- Me.Controls.Add(Me.清空3_bt)
- Me.Controls.Add(Me.ETADate_lb)
- Me.Controls.Add(Me.日期5_dtp)
- Me.Controls.Add(Me.工廠_tb)
- Me.Controls.Add(Me.清空5_bt)
- Me.Controls.Add(Me.清空4_bt)
- Me.Controls.Add(Me.清空2_bt)
- Me.Controls.Add(Me.清空1_bt)
- Me.Controls.Add(Me.清空_bt)
- Me.Controls.Add(Me.交期_lb)
- Me.Controls.Add(Me.日期7_dtp)
- Me.Controls.Add(Me.下單日_lb)
- Me.Controls.Add(Me.日期6_dtp)
- Me.Controls.Add(Me.工廠_lb)
- Me.Controls.Add(Me.訂單號_lb)
- Me.Controls.Add(Me.訂單號_tb)
- Me.Controls.Add(Me.DeliveryAddress_tb)
- Me.Controls.Add(Me.SalesOrder_tb)
- Me.Controls.Add(Me.SalesOrder_lb)
- Me.Controls.Add(Me.ShipDate_lb)
- Me.Controls.Add(Me.日期4_dtp)
- Me.Controls.Add(Me.CustomerName_tb)
- Me.Controls.Add(Me.CustomerName_lb)
- Me.Controls.Add(Me.Modified_lb)
- Me.Controls.Add(Me.日期3_dtp)
- Me.Controls.Add(Me.VendorReference_tb)
- Me.Controls.Add(Me.VendorReference_lb)
- Me.Controls.Add(Me.ShippingCarrier_tb)
- Me.Controls.Add(Me.ShippingCarrier_lb)
- Me.Controls.Add(Me.ToPort_lb)
- Me.Controls.Add(Me.FromPort_lb)
- Me.Controls.Add(Me.OrgShipDate_lb)
- Me.Controls.Add(Me.日期1_dtp)
- Me.Controls.Add(Me.住址_lb)
- Me.Controls.Add(Me.姓名_lb)
- Me.Controls.Add(Me.備註_tb)
- Me.Controls.Add(Me.Terms_lb)
- Me.Controls.Add(Me.Vendor_lb)
- Me.Controls.Add(Me.Vendor_tb)
- Me.Controls.Add(Me.Brand_cb)
- Me.Controls.Add(Me.Brand_lb)
- Me.Controls.Add(Me.CreatedDate_lb)
- Me.Controls.Add(Me.日期_dtp)
- Me.Controls.Add(Me.Number_lb)
- Me.Controls.Add(Me.Number_tb)
- Me.Controls.Add(Me.表單3_dgv)
- Me.Controls.Add(Me.返回訂單控制表_bt)
- Me.Controls.Add(Me.合計_lb)
- Me.Controls.Add(Me.DeliveryAddress_lb)
- Me.Controls.Add(Me.Delivery_lb)
- Me.Controls.Add(Me.表單2_dgv)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.Name = "量產訂單明細表"
- Me.Text = "量產訂單明細表"
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.表單3_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.表單2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.表單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.GroupBox1.ResumeLayout(False)
- Me.GroupBox1.PerformLayout()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents PictureBox1 As PictureBox
- Friend WithEvents 合計17_tb As TextBox
- Friend WithEvents 合計15_tb As TextBox
- Friend WithEvents 新增清單6_bt As Button
- Friend WithEvents CustomerRequisition_tb As TextBox
- Friend WithEvents CustomerRequisition_lb As Label
- Friend WithEvents 新增清單5_bt As Button
- Friend WithEvents 新增清單4_bt As Button
- Friend WithEvents 新增清單1_bt As Button
- Friend WithEvents 新增清單_bt As Button
- Friend WithEvents 新增清單3_bt As Button
- Friend WithEvents Remark_lb As Label
- Friend WithEvents Remark_cb As ComboBox
- Friend WithEvents ToPort_cb As ComboBox
- Friend WithEvents FromPort_cb As ComboBox
- Friend WithEvents Terms_cb As ComboBox
- Friend WithEvents Delivery_cb As ComboBox
- Friend WithEvents 列印_bt As Button
- Friend WithEvents 資料刪除_bt As Button
- Friend WithEvents 資料存檔_bt As Button
- Friend WithEvents TotalNumber_lb As Label
- Friend WithEvents TotalNumber_tb As TextBox
- Friend WithEvents 合計_lb As Label
- Friend WithEvents 合計20_tb As TextBox
- Friend WithEvents 合計19_tb As TextBox
- Friend WithEvents 合計18_tb As TextBox
- Friend WithEvents 合計16_tb As TextBox
- Friend WithEvents 合計14_tb As TextBox
- Friend WithEvents 合計13_tb As TextBox
- Friend WithEvents 合計12_tb As TextBox
- Friend WithEvents 合計11_tb As TextBox
- Friend WithEvents 合計10_tb As TextBox
- Friend WithEvents 合計9_tb As TextBox
- Friend WithEvents 合計8_tb As TextBox
- Friend WithEvents 合計7_tb As TextBox
- Friend WithEvents 合計6_tb As TextBox
- Friend WithEvents 合計5_tb As TextBox
- Friend WithEvents 合計4_tb As TextBox
- Friend WithEvents 合計3_tb As TextBox
- Friend WithEvents 合計2_tb As TextBox
- Friend WithEvents 清空3_bt As Button
- Friend WithEvents ETADate_lb As Label
- Friend WithEvents 日期5_dtp As DateTimePicker
- Friend WithEvents 工廠_tb As TextBox
- Friend WithEvents 清空5_bt As Button
- Friend WithEvents 清空4_bt As Button
- Friend WithEvents 清空2_bt As Button
- Friend WithEvents 清空1_bt As Button
- Friend WithEvents 清空_bt As Button
- Friend WithEvents 交期_lb As Label
- Friend WithEvents 日期7_dtp As DateTimePicker
- Friend WithEvents 下單日_lb As Label
- Friend WithEvents 日期6_dtp As DateTimePicker
- Friend WithEvents 工廠_lb As Label
- Friend WithEvents 訂單號_lb As Label
- Friend WithEvents 訂單號_tb As TextBox
- Friend WithEvents DeliveryAddress_lb As Label
- Friend WithEvents DeliveryAddress_tb As TextBox
- Friend WithEvents SalesOrder_tb As TextBox
- Friend WithEvents SalesOrder_lb As Label
- Friend WithEvents ShipDate_lb As Label
- Friend WithEvents 日期4_dtp As DateTimePicker
- Friend WithEvents CustomerName_tb As TextBox
- Friend WithEvents CustomerName_lb As Label
- Friend WithEvents Modified_lb As Label
- Friend WithEvents 日期3_dtp As DateTimePicker
- Friend WithEvents VendorReference_tb As TextBox
- Friend WithEvents VendorReference_lb As Label
- Friend WithEvents ShippingCarrier_tb As TextBox
- Friend WithEvents ShippingCarrier_lb As Label
- Friend WithEvents ToPort_lb As Label
- Friend WithEvents FromPort_lb As Label
- Friend WithEvents OrgShipDate_lb As Label
- Friend WithEvents 日期1_dtp As DateTimePicker
- Friend WithEvents 住址_lb As Label
- Friend WithEvents 姓名_lb As Label
- Friend WithEvents 備註_tb As TextBox
- Friend WithEvents Terms_lb As Label
- Friend WithEvents Delivery_lb As Label
- Friend WithEvents Vendor_lb As Label
- Friend WithEvents Vendor_tb As TextBox
- Friend WithEvents Brand_cb As ComboBox
- Friend WithEvents Brand_lb As Label
- Friend WithEvents CreatedDate_lb As Label
- Friend WithEvents 日期_dtp As DateTimePicker
- Friend WithEvents Number_lb As Label
- Friend WithEvents Number_tb As TextBox
- Friend WithEvents 表單3_dgv As DataGridView
- Friend WithEvents 返回訂單控制表_bt As Button
- Friend WithEvents 合計_tb As TextBox
- Friend WithEvents 合計1_tb As TextBox
- Friend WithEvents 表單2_dgv As DataGridView
- Friend WithEvents PictureBox2 As PictureBox
- Friend WithEvents 文字提醒_lb As Label
- Friend WithEvents 表單1_dgv As DataGridView
- Friend WithEvents 訂單附件導入_bt As Button
- Friend WithEvents GroupBox1 As GroupBox
- Friend WithEvents Button7 As Button
- Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
- Friend WithEvents Label26 As Label
- Friend WithEvents TextBox4 As TextBox
- Friend WithEvents Label27 As Label
- Friend WithEvents TextBox7 As TextBox
- Friend WithEvents Label29 As Label
- Friend WithEvents Button14 As Button
- Friend WithEvents WebBrowser2 As WebBrowser
- Friend WithEvents Label30 As Label
- Friend WithEvents TextBox3 As TextBox
- Friend WithEvents Button9 As Button
- Friend WithEvents 文字提醒2_lb As Label
- Friend WithEvents 復原_bt As Button
- Friend WithEvents 放大_bt As Button
- Friend WithEvents 垂直翻轉_bt As Button
- Friend WithEvents 水平翻轉_bt As Button
- Friend WithEvents 逆時鐘90度旋轉_bt As Button
- Friend WithEvents 順時鐘90度旋轉_bt As Button
- Friend WithEvents 更新BUYER_bt As Button
- Friend WithEvents 訂單屬性_tb As TextBox
- Friend WithEvents 訂單屬性_lb As Label
- Friend WithEvents 日期2_dtp As DateTimePicker
- End Class
|