123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548 |
- <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.TextBox54 = New System.Windows.Forms.TextBox()
- Me.TextBox53 = New System.Windows.Forms.TextBox()
- Me.Button22 = New System.Windows.Forms.Button()
- Me.TextBox6 = New System.Windows.Forms.TextBox()
- Me.Label49 = New System.Windows.Forms.Label()
- Me.Button19 = New System.Windows.Forms.Button()
- Me.Button18 = New System.Windows.Forms.Button()
- Me.Button17 = New System.Windows.Forms.Button()
- Me.Button16 = New System.Windows.Forms.Button()
- Me.Button15 = New System.Windows.Forms.Button()
- Me.Label48 = New System.Windows.Forms.Label()
- Me.ComboBox8 = New System.Windows.Forms.ComboBox()
- Me.ComboBox7 = New System.Windows.Forms.ComboBox()
- Me.ComboBox6 = New System.Windows.Forms.ComboBox()
- Me.ComboBox5 = New System.Windows.Forms.ComboBox()
- Me.ComboBox4 = New System.Windows.Forms.ComboBox()
- Me.Button12 = New System.Windows.Forms.Button()
- Me.Button10 = New System.Windows.Forms.Button()
- Me.Button8 = New System.Windows.Forms.Button()
- Me.Label46 = New System.Windows.Forms.Label()
- Me.TextBox51 = New System.Windows.Forms.TextBox()
- Me.Label24 = New System.Windows.Forms.Label()
- Me.TextBox31 = New System.Windows.Forms.TextBox()
- Me.TextBox30 = New System.Windows.Forms.TextBox()
- Me.TextBox29 = New System.Windows.Forms.TextBox()
- Me.TextBox28 = New System.Windows.Forms.TextBox()
- Me.TextBox27 = New System.Windows.Forms.TextBox()
- Me.TextBox26 = New System.Windows.Forms.TextBox()
- Me.TextBox25 = New System.Windows.Forms.TextBox()
- Me.TextBox24 = New System.Windows.Forms.TextBox()
- Me.TextBox23 = New System.Windows.Forms.TextBox()
- Me.TextBox22 = New System.Windows.Forms.TextBox()
- Me.TextBox21 = New System.Windows.Forms.TextBox()
- Me.TextBox20 = New System.Windows.Forms.TextBox()
- Me.TextBox19 = New System.Windows.Forms.TextBox()
- Me.TextBox18 = New System.Windows.Forms.TextBox()
- Me.TextBox17 = New System.Windows.Forms.TextBox()
- Me.TextBox16 = New System.Windows.Forms.TextBox()
- Me.TextBox15 = New System.Windows.Forms.TextBox()
- Me.Button5 = New System.Windows.Forms.Button()
- Me.Label23 = New System.Windows.Forms.Label()
- Me.DateTimePicker7 = New System.Windows.Forms.DateTimePicker()
- Me.TextBox14 = New System.Windows.Forms.TextBox()
- Me.Button4 = New System.Windows.Forms.Button()
- Me.Button3 = New System.Windows.Forms.Button()
- Me.Button2 = New System.Windows.Forms.Button()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.Button13 = New System.Windows.Forms.Button()
- Me.Label22 = New System.Windows.Forms.Label()
- Me.DateTimePicker6 = New System.Windows.Forms.DateTimePicker()
- Me.Label21 = New System.Windows.Forms.Label()
- Me.DateTimePicker5 = New System.Windows.Forms.DateTimePicker()
- Me.Label20 = New System.Windows.Forms.Label()
- Me.Label19 = New System.Windows.Forms.Label()
- Me.TextBox13 = New System.Windows.Forms.TextBox()
- Me.Label18 = New System.Windows.Forms.Label()
- Me.TextBox12 = New System.Windows.Forms.TextBox()
- Me.TextBox11 = New System.Windows.Forms.TextBox()
- Me.Label17 = New System.Windows.Forms.Label()
- Me.Label16 = New System.Windows.Forms.Label()
- Me.DateTimePicker4 = New System.Windows.Forms.DateTimePicker()
- Me.TextBox10 = New System.Windows.Forms.TextBox()
- Me.Label15 = New System.Windows.Forms.Label()
- Me.Label14 = New System.Windows.Forms.Label()
- Me.DateTimePicker3 = New System.Windows.Forms.DateTimePicker()
- Me.TextBox9 = New System.Windows.Forms.TextBox()
- Me.Label13 = New System.Windows.Forms.Label()
- Me.TextBox8 = New System.Windows.Forms.TextBox()
- Me.Label9 = New System.Windows.Forms.Label()
- Me.Label12 = New System.Windows.Forms.Label()
- Me.Label10 = New System.Windows.Forms.Label()
- Me.Label8 = New System.Windows.Forms.Label()
- Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
- Me.Label7 = New System.Windows.Forms.Label()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.TextBox5 = New System.Windows.Forms.TextBox()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.TextBox2 = New System.Windows.Forms.TextBox()
- Me.ComboBox1 = New System.Windows.Forms.ComboBox()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
- Me.Label11 = New System.Windows.Forms.Label()
- Me.TextBox1 = New System.Windows.Forms.TextBox()
- Me.DataGridView1 = New System.Windows.Forms.DataGridView()
- Me.Button30 = New System.Windows.Forms.Button()
- Me.TextBox56 = New System.Windows.Forms.TextBox()
- Me.TextBox57 = New System.Windows.Forms.TextBox()
- Me.DataGridView3 = New System.Windows.Forms.DataGridView()
- Me.PictureBox2 = New System.Windows.Forms.PictureBox()
- Me.Label25 = New System.Windows.Forms.Label()
- Me.DataGridView2 = New System.Windows.Forms.DataGridView()
- Me.Button6 = 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.Label28 = New System.Windows.Forms.Label()
- Me.Label29 = New System.Windows.Forms.Label()
- Me.Button14 = New System.Windows.Forms.Button()
- Me.WebBrowser2 = New System.Windows.Forms.WebBrowser()
- Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
- Me.Button7 = New System.Windows.Forms.Button()
- Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
- Me.Label31 = New System.Windows.Forms.Label()
- Me.Button11 = New System.Windows.Forms.Button()
- Me.Button20 = New System.Windows.Forms.Button()
- Me.Button21 = New System.Windows.Forms.Button()
- Me.Button23 = New System.Windows.Forms.Button()
- Me.Button24 = New System.Windows.Forms.Button()
- Me.Button25 = New System.Windows.Forms.Button()
- Me.DateTimePicker8 = New System.Windows.Forms.DateTimePicker()
- Me.Button26 = New System.Windows.Forms.Button()
- Me.TextBox32 = New System.Windows.Forms.TextBox()
- Me.Label32 = New System.Windows.Forms.Label()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.GroupBox1.SuspendLayout()
- Me.SuspendLayout()
- '
- 'PictureBox1
- '
- 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
- '
- 'TextBox54
- '
- Me.TextBox54.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox54.ForeColor = System.Drawing.Color.Black
- Me.TextBox54.Location = New System.Drawing.Point(1363, 586)
- Me.TextBox54.Name = "TextBox54"
- Me.TextBox54.Size = New System.Drawing.Size(38, 22)
- Me.TextBox54.TabIndex = 647
- '
- 'TextBox53
- '
- Me.TextBox53.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox53.ForeColor = System.Drawing.Color.Black
- Me.TextBox53.Location = New System.Drawing.Point(1267, 586)
- Me.TextBox53.Name = "TextBox53"
- Me.TextBox53.Size = New System.Drawing.Size(38, 22)
- Me.TextBox53.TabIndex = 646
- '
- 'Button22
- '
- Me.Button22.ForeColor = System.Drawing.Color.Olive
- Me.Button22.Location = New System.Drawing.Point(923, 110)
- Me.Button22.Name = "Button22"
- Me.Button22.Size = New System.Drawing.Size(76, 24)
- Me.Button22.TabIndex = 639
- Me.Button22.Text = "新增清單"
- Me.Button22.UseVisualStyleBackColor = True
- '
- 'TextBox6
- '
- Me.TextBox6.ForeColor = System.Drawing.Color.Black
- Me.TextBox6.Location = New System.Drawing.Point(713, 111)
- Me.TextBox6.Name = "TextBox6"
- Me.TextBox6.Size = New System.Drawing.Size(137, 23)
- Me.TextBox6.TabIndex = 637
- '
- 'Label49
- '
- Me.Label49.AutoSize = True
- Me.Label49.Location = New System.Drawing.Point(585, 114)
- Me.Label49.Name = "Label49"
- Me.Label49.Size = New System.Drawing.Size(128, 16)
- Me.Label49.TabIndex = 636
- Me.Label49.Text = "Customer Requisition"
- '
- 'Button19
- '
- Me.Button19.ForeColor = System.Drawing.Color.Olive
- Me.Button19.Location = New System.Drawing.Point(854, 58)
- Me.Button19.Name = "Button19"
- Me.Button19.Size = New System.Drawing.Size(76, 24)
- Me.Button19.TabIndex = 631
- Me.Button19.Text = "新增清單"
- Me.Button19.UseVisualStyleBackColor = True
- '
- 'Button18
- '
- Me.Button18.ForeColor = System.Drawing.Color.Olive
- Me.Button18.Location = New System.Drawing.Point(854, 31)
- Me.Button18.Name = "Button18"
- Me.Button18.Size = New System.Drawing.Size(76, 24)
- Me.Button18.TabIndex = 630
- Me.Button18.Text = "新增清單"
- Me.Button18.UseVisualStyleBackColor = True
- '
- 'Button17
- '
- Me.Button17.ForeColor = System.Drawing.Color.Olive
- Me.Button17.Location = New System.Drawing.Point(203, 180)
- Me.Button17.Name = "Button17"
- Me.Button17.Size = New System.Drawing.Size(76, 24)
- Me.Button17.TabIndex = 629
- Me.Button17.Text = "新增清單"
- Me.Button17.UseVisualStyleBackColor = True
- '
- 'Button16
- '
- Me.Button16.ForeColor = System.Drawing.Color.Olive
- Me.Button16.Location = New System.Drawing.Point(203, 142)
- Me.Button16.Name = "Button16"
- Me.Button16.Size = New System.Drawing.Size(76, 24)
- Me.Button16.TabIndex = 628
- Me.Button16.Text = "新增清單"
- Me.Button16.UseVisualStyleBackColor = True
- '
- 'Button15
- '
- Me.Button15.ForeColor = System.Drawing.Color.Olive
- Me.Button15.Location = New System.Drawing.Point(506, 5)
- Me.Button15.Name = "Button15"
- Me.Button15.Size = New System.Drawing.Size(76, 24)
- Me.Button15.TabIndex = 627
- Me.Button15.Text = "新增清單"
- Me.Button15.UseVisualStyleBackColor = True
- '
- 'Label48
- '
- Me.Label48.AutoSize = True
- Me.Label48.Location = New System.Drawing.Point(867, 113)
- Me.Label48.Name = "Label48"
- Me.Label48.Size = New System.Drawing.Size(51, 16)
- Me.Label48.TabIndex = 626
- Me.Label48.Text = "Remark"
- '
- 'ComboBox8
- '
- Me.ComboBox8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ComboBox8.FormattingEnabled = True
- Me.ComboBox8.Location = New System.Drawing.Point(860, 136)
- Me.ComboBox8.Name = "ComboBox8"
- Me.ComboBox8.Size = New System.Drawing.Size(137, 24)
- Me.ComboBox8.TabIndex = 625
- '
- 'ComboBox7
- '
- Me.ComboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ComboBox7.FormattingEnabled = True
- Me.ComboBox7.Location = New System.Drawing.Point(713, 58)
- Me.ComboBox7.Name = "ComboBox7"
- Me.ComboBox7.Size = New System.Drawing.Size(137, 24)
- Me.ComboBox7.TabIndex = 624
- '
- 'ComboBox6
- '
- Me.ComboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ComboBox6.FormattingEnabled = True
- Me.ComboBox6.Location = New System.Drawing.Point(713, 31)
- Me.ComboBox6.Name = "ComboBox6"
- Me.ComboBox6.Size = New System.Drawing.Size(137, 24)
- Me.ComboBox6.TabIndex = 623
- '
- 'ComboBox5
- '
- Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ComboBox5.FormattingEnabled = True
- Me.ComboBox5.Location = New System.Drawing.Point(67, 180)
- Me.ComboBox5.Name = "ComboBox5"
- Me.ComboBox5.Size = New System.Drawing.Size(130, 24)
- Me.ComboBox5.TabIndex = 622
- '
- 'ComboBox4
- '
- Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ComboBox4.FormattingEnabled = True
- Me.ComboBox4.Location = New System.Drawing.Point(67, 142)
- Me.ComboBox4.Name = "ComboBox4"
- Me.ComboBox4.Size = New System.Drawing.Size(130, 24)
- Me.ComboBox4.TabIndex = 621
- '
- 'Button12
- '
- Me.Button12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button12.ForeColor = System.Drawing.Color.Olive
- Me.Button12.Location = New System.Drawing.Point(1689, 211)
- Me.Button12.Name = "Button12"
- Me.Button12.Size = New System.Drawing.Size(108, 63)
- Me.Button12.TabIndex = 619
- Me.Button12.Text = "列印"
- Me.Button12.UseVisualStyleBackColor = True
- '
- 'Button10
- '
- Me.Button10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button10.ForeColor = System.Drawing.Color.Red
- Me.Button10.Location = New System.Drawing.Point(1689, 276)
- Me.Button10.Name = "Button10"
- Me.Button10.Size = New System.Drawing.Size(108, 30)
- Me.Button10.TabIndex = 617
- Me.Button10.Text = "資料刪除"
- Me.Button10.UseVisualStyleBackColor = True
- '
- 'Button8
- '
- Me.Button8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button8.ForeColor = System.Drawing.Color.Blue
- Me.Button8.Location = New System.Drawing.Point(1580, 211)
- Me.Button8.Name = "Button8"
- Me.Button8.Size = New System.Drawing.Size(108, 30)
- Me.Button8.TabIndex = 615
- Me.Button8.Text = "資料存檔"
- Me.Button8.UseVisualStyleBackColor = True
- '
- 'Label46
- '
- Me.Label46.AutoSize = True
- Me.Label46.Location = New System.Drawing.Point(585, 167)
- Me.Label46.Name = "Label46"
- Me.Label46.Size = New System.Drawing.Size(90, 16)
- Me.Label46.TabIndex = 614
- Me.Label46.Text = "Total Number "
- '
- 'TextBox51
- '
- Me.TextBox51.ForeColor = System.Drawing.Color.Black
- Me.TextBox51.Location = New System.Drawing.Point(713, 164)
- Me.TextBox51.Name = "TextBox51"
- Me.TextBox51.Size = New System.Drawing.Size(137, 23)
- Me.TextBox51.TabIndex = 613
- '
- 'Label24
- '
- Me.Label24.AutoSize = True
- Me.Label24.Location = New System.Drawing.Point(422, 588)
- Me.Label24.Name = "Label24"
- Me.Label24.Size = New System.Drawing.Size(32, 16)
- Me.Label24.TabIndex = 567
- Me.Label24.Text = "合計"
- '
- 'TextBox31
- '
- Me.TextBox31.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox31.ForeColor = System.Drawing.Color.Black
- Me.TextBox31.Location = New System.Drawing.Point(1499, 586)
- Me.TextBox31.Name = "TextBox31"
- Me.TextBox31.Size = New System.Drawing.Size(60, 22)
- Me.TextBox31.TabIndex = 566
- '
- 'TextBox30
- '
- Me.TextBox30.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox30.ForeColor = System.Drawing.Color.Black
- Me.TextBox30.Location = New System.Drawing.Point(1457, 586)
- Me.TextBox30.Name = "TextBox30"
- Me.TextBox30.Size = New System.Drawing.Size(38, 22)
- Me.TextBox30.TabIndex = 565
- '
- 'TextBox29
- '
- Me.TextBox29.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox29.ForeColor = System.Drawing.Color.Black
- Me.TextBox29.Location = New System.Drawing.Point(1410, 586)
- Me.TextBox29.Name = "TextBox29"
- Me.TextBox29.Size = New System.Drawing.Size(38, 22)
- Me.TextBox29.TabIndex = 564
- '
- 'TextBox28
- '
- Me.TextBox28.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox28.ForeColor = System.Drawing.Color.Black
- Me.TextBox28.Location = New System.Drawing.Point(1315, 586)
- Me.TextBox28.Name = "TextBox28"
- Me.TextBox28.Size = New System.Drawing.Size(38, 22)
- Me.TextBox28.TabIndex = 563
- '
- 'TextBox27
- '
- Me.TextBox27.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox27.ForeColor = System.Drawing.Color.Black
- Me.TextBox27.Location = New System.Drawing.Point(1220, 586)
- Me.TextBox27.Name = "TextBox27"
- Me.TextBox27.Size = New System.Drawing.Size(38, 22)
- Me.TextBox27.TabIndex = 562
- '
- 'TextBox26
- '
- Me.TextBox26.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox26.ForeColor = System.Drawing.Color.Black
- Me.TextBox26.Location = New System.Drawing.Point(1172, 586)
- Me.TextBox26.Name = "TextBox26"
- Me.TextBox26.Size = New System.Drawing.Size(38, 22)
- Me.TextBox26.TabIndex = 561
- '
- 'TextBox25
- '
- Me.TextBox25.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox25.ForeColor = System.Drawing.Color.Black
- Me.TextBox25.Location = New System.Drawing.Point(1124, 586)
- Me.TextBox25.Name = "TextBox25"
- Me.TextBox25.Size = New System.Drawing.Size(38, 22)
- Me.TextBox25.TabIndex = 560
- '
- 'TextBox24
- '
- Me.TextBox24.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox24.ForeColor = System.Drawing.Color.Black
- Me.TextBox24.Location = New System.Drawing.Point(1076, 586)
- Me.TextBox24.Name = "TextBox24"
- Me.TextBox24.Size = New System.Drawing.Size(38, 22)
- Me.TextBox24.TabIndex = 559
- '
- 'TextBox23
- '
- Me.TextBox23.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox23.ForeColor = System.Drawing.Color.Black
- Me.TextBox23.Location = New System.Drawing.Point(1028, 586)
- Me.TextBox23.Name = "TextBox23"
- Me.TextBox23.Size = New System.Drawing.Size(38, 22)
- Me.TextBox23.TabIndex = 558
- '
- 'TextBox22
- '
- Me.TextBox22.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox22.ForeColor = System.Drawing.Color.Black
- Me.TextBox22.Location = New System.Drawing.Point(980, 586)
- Me.TextBox22.Name = "TextBox22"
- Me.TextBox22.Size = New System.Drawing.Size(38, 22)
- Me.TextBox22.TabIndex = 557
- '
- 'TextBox21
- '
- Me.TextBox21.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox21.ForeColor = System.Drawing.Color.Black
- Me.TextBox21.Location = New System.Drawing.Point(932, 586)
- Me.TextBox21.Name = "TextBox21"
- Me.TextBox21.Size = New System.Drawing.Size(38, 22)
- Me.TextBox21.TabIndex = 556
- '
- 'TextBox20
- '
- Me.TextBox20.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox20.ForeColor = System.Drawing.Color.Black
- Me.TextBox20.Location = New System.Drawing.Point(884, 586)
- Me.TextBox20.Name = "TextBox20"
- Me.TextBox20.Size = New System.Drawing.Size(38, 22)
- Me.TextBox20.TabIndex = 555
- '
- 'TextBox19
- '
- Me.TextBox19.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox19.ForeColor = System.Drawing.Color.Black
- Me.TextBox19.Location = New System.Drawing.Point(836, 586)
- Me.TextBox19.Name = "TextBox19"
- Me.TextBox19.Size = New System.Drawing.Size(38, 22)
- Me.TextBox19.TabIndex = 554
- '
- 'TextBox18
- '
- Me.TextBox18.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox18.ForeColor = System.Drawing.Color.Black
- Me.TextBox18.Location = New System.Drawing.Point(788, 586)
- Me.TextBox18.Name = "TextBox18"
- Me.TextBox18.Size = New System.Drawing.Size(38, 22)
- Me.TextBox18.TabIndex = 553
- '
- 'TextBox17
- '
- Me.TextBox17.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox17.ForeColor = System.Drawing.Color.Black
- Me.TextBox17.Location = New System.Drawing.Point(740, 586)
- Me.TextBox17.Name = "TextBox17"
- Me.TextBox17.Size = New System.Drawing.Size(38, 22)
- Me.TextBox17.TabIndex = 552
- '
- 'TextBox16
- '
- Me.TextBox16.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox16.ForeColor = System.Drawing.Color.Black
- Me.TextBox16.Location = New System.Drawing.Point(692, 586)
- Me.TextBox16.Name = "TextBox16"
- Me.TextBox16.Size = New System.Drawing.Size(38, 22)
- Me.TextBox16.TabIndex = 551
- '
- 'TextBox15
- '
- Me.TextBox15.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox15.ForeColor = System.Drawing.Color.Black
- Me.TextBox15.Location = New System.Drawing.Point(644, 586)
- Me.TextBox15.Name = "TextBox15"
- Me.TextBox15.Size = New System.Drawing.Size(38, 22)
- Me.TextBox15.TabIndex = 550
- '
- 'Button5
- '
- Me.Button5.ForeColor = System.Drawing.Color.Black
- Me.Button5.Location = New System.Drawing.Point(1142, 61)
- Me.Button5.Name = "Button5"
- Me.Button5.Size = New System.Drawing.Size(76, 24)
- Me.Button5.TabIndex = 549
- Me.Button5.Text = "清空"
- Me.Button5.UseVisualStyleBackColor = True
- '
- 'Label23
- '
- Me.Label23.AutoSize = True
- Me.Label23.Location = New System.Drawing.Point(937, 65)
- Me.Label23.Name = "Label23"
- Me.Label23.Size = New System.Drawing.Size(60, 16)
- Me.Label23.TabIndex = 548
- Me.Label23.Text = "ETA Date"
- '
- 'DateTimePicker7
- '
- Me.DateTimePicker7.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.DateTimePicker7.Location = New System.Drawing.Point(1002, 62)
- Me.DateTimePicker7.Name = "DateTimePicker7"
- Me.DateTimePicker7.Size = New System.Drawing.Size(137, 23)
- Me.DateTimePicker7.TabIndex = 547
- '
- 'TextBox14
- '
- Me.TextBox14.ForeColor = System.Drawing.Color.Black
- Me.TextBox14.Location = New System.Drawing.Point(1397, 120)
- Me.TextBox14.Name = "TextBox14"
- Me.TextBox14.Size = New System.Drawing.Size(134, 23)
- Me.TextBox14.TabIndex = 546
- '
- 'Button4
- '
- Me.Button4.ForeColor = System.Drawing.Color.Black
- Me.Button4.Location = New System.Drawing.Point(1490, 180)
- Me.Button4.Name = "Button4"
- Me.Button4.Size = New System.Drawing.Size(41, 24)
- Me.Button4.TabIndex = 545
- Me.Button4.Text = "清空"
- Me.Button4.UseVisualStyleBackColor = True
- '
- 'Button3
- '
- Me.Button3.ForeColor = System.Drawing.Color.Black
- Me.Button3.Location = New System.Drawing.Point(1490, 149)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(41, 24)
- Me.Button3.TabIndex = 544
- Me.Button3.Text = "清空"
- Me.Button3.UseVisualStyleBackColor = True
- '
- 'Button2
- '
- Me.Button2.ForeColor = System.Drawing.Color.Black
- Me.Button2.Location = New System.Drawing.Point(1142, 33)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(76, 24)
- Me.Button2.TabIndex = 543
- Me.Button2.Text = "清空"
- Me.Button2.UseVisualStyleBackColor = True
- '
- 'Button1
- '
- Me.Button1.ForeColor = System.Drawing.Color.Black
- Me.Button1.Location = New System.Drawing.Point(1142, 6)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(76, 24)
- Me.Button1.TabIndex = 542
- Me.Button1.Text = "清空"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'Button13
- '
- Me.Button13.ForeColor = System.Drawing.Color.Black
- Me.Button13.Location = New System.Drawing.Point(854, 4)
- Me.Button13.Name = "Button13"
- Me.Button13.Size = New System.Drawing.Size(76, 24)
- Me.Button13.TabIndex = 541
- Me.Button13.Text = "清空"
- Me.Button13.UseVisualStyleBackColor = True
- '
- 'Label22
- '
- Me.Label22.AutoSize = True
- Me.Label22.Location = New System.Drawing.Point(1362, 184)
- Me.Label22.Name = "Label22"
- Me.Label22.Size = New System.Drawing.Size(32, 16)
- Me.Label22.TabIndex = 540
- Me.Label22.Text = "交期"
- '
- 'DateTimePicker6
- '
- Me.DateTimePicker6.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.DateTimePicker6.Location = New System.Drawing.Point(1397, 180)
- Me.DateTimePicker6.Name = "DateTimePicker6"
- Me.DateTimePicker6.Size = New System.Drawing.Size(90, 23)
- Me.DateTimePicker6.TabIndex = 539
- '
- 'Label21
- '
- Me.Label21.AutoSize = True
- Me.Label21.Location = New System.Drawing.Point(1352, 153)
- Me.Label21.Name = "Label21"
- Me.Label21.Size = New System.Drawing.Size(44, 16)
- Me.Label21.TabIndex = 538
- Me.Label21.Text = "下單日"
- '
- 'DateTimePicker5
- '
- Me.DateTimePicker5.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.DateTimePicker5.Location = New System.Drawing.Point(1397, 150)
- Me.DateTimePicker5.Name = "DateTimePicker5"
- Me.DateTimePicker5.Size = New System.Drawing.Size(90, 23)
- Me.DateTimePicker5.TabIndex = 537
- '
- 'Label20
- '
- Me.Label20.AutoSize = True
- Me.Label20.Location = New System.Drawing.Point(1362, 123)
- Me.Label20.Name = "Label20"
- Me.Label20.Size = New System.Drawing.Size(32, 16)
- Me.Label20.TabIndex = 536
- Me.Label20.Text = "工廠"
- '
- 'Label19
- '
- Me.Label19.AutoSize = True
- Me.Label19.Location = New System.Drawing.Point(1352, 93)
- Me.Label19.Name = "Label19"
- Me.Label19.Size = New System.Drawing.Size(44, 16)
- Me.Label19.TabIndex = 535
- Me.Label19.Text = "訂單號"
- '
- 'TextBox13
- '
- Me.TextBox13.ForeColor = System.Drawing.Color.Black
- Me.TextBox13.Location = New System.Drawing.Point(1397, 90)
- Me.TextBox13.Name = "TextBox13"
- Me.TextBox13.Size = New System.Drawing.Size(134, 23)
- Me.TextBox13.TabIndex = 534
- '
- 'Label18
- '
- Me.Label18.AutoSize = True
- Me.Label18.Location = New System.Drawing.Point(900, 92)
- Me.Label18.Name = "Label18"
- Me.Label18.Size = New System.Drawing.Size(101, 16)
- Me.Label18.TabIndex = 533
- Me.Label18.Text = "Delivery Address"
- '
- 'TextBox12
- '
- Me.TextBox12.ForeColor = System.Drawing.Color.Black
- Me.TextBox12.Location = New System.Drawing.Point(1002, 90)
- Me.TextBox12.Multiline = True
- Me.TextBox12.Name = "TextBox12"
- Me.TextBox12.Size = New System.Drawing.Size(350, 117)
- Me.TextBox12.TabIndex = 532
- '
- 'TextBox11
- '
- Me.TextBox11.ForeColor = System.Drawing.Color.Black
- Me.TextBox11.Location = New System.Drawing.Point(1320, 36)
- Me.TextBox11.Name = "TextBox11"
- Me.TextBox11.Size = New System.Drawing.Size(211, 23)
- Me.TextBox11.TabIndex = 531
- '
- 'Label17
- '
- Me.Label17.AutoSize = True
- Me.Label17.Location = New System.Drawing.Point(1221, 38)
- Me.Label17.Name = "Label17"
- Me.Label17.Size = New System.Drawing.Size(73, 16)
- Me.Label17.TabIndex = 530
- Me.Label17.Text = "Sales Order"
- '
- 'Label16
- '
- Me.Label16.AutoSize = True
- Me.Label16.Location = New System.Drawing.Point(937, 36)
- Me.Label16.Name = "Label16"
- Me.Label16.Size = New System.Drawing.Size(63, 16)
- Me.Label16.TabIndex = 529
- Me.Label16.Text = "Ship Date"
- '
- 'DateTimePicker4
- '
- Me.DateTimePicker4.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.DateTimePicker4.Location = New System.Drawing.Point(1002, 34)
- Me.DateTimePicker4.Name = "DateTimePicker4"
- Me.DateTimePicker4.Size = New System.Drawing.Size(137, 23)
- Me.DateTimePicker4.TabIndex = 528
- '
- 'TextBox10
- '
- Me.TextBox10.ForeColor = System.Drawing.Color.Black
- Me.TextBox10.Location = New System.Drawing.Point(1320, 7)
- Me.TextBox10.Name = "TextBox10"
- Me.TextBox10.Size = New System.Drawing.Size(211, 23)
- Me.TextBox10.TabIndex = 527
- '
- 'Label15
- '
- Me.Label15.AutoSize = True
- Me.Label15.Location = New System.Drawing.Point(1221, 9)
- Me.Label15.Name = "Label15"
- Me.Label15.Size = New System.Drawing.Size(100, 16)
- Me.Label15.TabIndex = 526
- Me.Label15.Text = "Customer Name"
- '
- 'Label14
- '
- Me.Label14.AutoSize = True
- Me.Label14.Location = New System.Drawing.Point(937, 1)
- Me.Label14.Name = "Label14"
- Me.Label14.Size = New System.Drawing.Size(64, 32)
- Me.Label14.TabIndex = 525
- Me.Label14.Text = "Modified " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Date"
- '
- 'DateTimePicker3
- '
- Me.DateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.DateTimePicker3.Location = New System.Drawing.Point(1002, 6)
- Me.DateTimePicker3.Name = "DateTimePicker3"
- Me.DateTimePicker3.Size = New System.Drawing.Size(137, 23)
- Me.DateTimePicker3.TabIndex = 524
- '
- 'TextBox9
- '
- Me.TextBox9.ForeColor = System.Drawing.Color.Black
- Me.TextBox9.Location = New System.Drawing.Point(713, 138)
- Me.TextBox9.Name = "TextBox9"
- Me.TextBox9.Size = New System.Drawing.Size(137, 23)
- Me.TextBox9.TabIndex = 523
- '
- 'Label13
- '
- Me.Label13.AutoSize = True
- Me.Label13.Location = New System.Drawing.Point(585, 141)
- Me.Label13.Name = "Label13"
- Me.Label13.Size = New System.Drawing.Size(110, 16)
- Me.Label13.TabIndex = 522
- Me.Label13.Text = "Vendor Reference"
- '
- 'TextBox8
- '
- Me.TextBox8.ForeColor = System.Drawing.Color.Black
- Me.TextBox8.Location = New System.Drawing.Point(713, 85)
- Me.TextBox8.Name = "TextBox8"
- Me.TextBox8.Size = New System.Drawing.Size(137, 23)
- Me.TextBox8.TabIndex = 521
- '
- 'Label9
- '
- Me.Label9.AutoSize = True
- Me.Label9.Location = New System.Drawing.Point(585, 88)
- Me.Label9.Name = "Label9"
- Me.Label9.Size = New System.Drawing.Size(99, 16)
- Me.Label9.TabIndex = 520
- Me.Label9.Text = "Shipping Carrier"
- '
- 'Label12
- '
- Me.Label12.AutoSize = True
- Me.Label12.Location = New System.Drawing.Point(585, 61)
- Me.Label12.Name = "Label12"
- Me.Label12.Size = New System.Drawing.Size(49, 16)
- Me.Label12.TabIndex = 519
- Me.Label12.Text = "To Port"
- '
- 'Label10
- '
- Me.Label10.AutoSize = True
- Me.Label10.Location = New System.Drawing.Point(585, 34)
- Me.Label10.Name = "Label10"
- Me.Label10.Size = New System.Drawing.Size(63, 16)
- Me.Label10.TabIndex = 518
- Me.Label10.Text = "From Port"
- '
- 'Label8
- '
- Me.Label8.AutoSize = True
- Me.Label8.Location = New System.Drawing.Point(585, 8)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(91, 16)
- Me.Label8.TabIndex = 517
- Me.Label8.Text = "Org. Ship Date"
- '
- 'DateTimePicker2
- '
- Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.DateTimePicker2.Location = New System.Drawing.Point(713, 5)
- Me.DateTimePicker2.Name = "DateTimePicker2"
- Me.DateTimePicker2.Size = New System.Drawing.Size(137, 23)
- Me.DateTimePicker2.TabIndex = 516
- '
- 'Label7
- '
- Me.Label7.AutoSize = True
- Me.Label7.Location = New System.Drawing.Point(402, 41)
- Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(113, 16)
- Me.Label7.TabIndex = 515
- Me.Label7.Text = "Ship From Address"
- '
- 'Label6
- '
- Me.Label6.AutoSize = True
- Me.Label6.Location = New System.Drawing.Point(282, 41)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(106, 16)
- Me.Label6.TabIndex = 514
- Me.Label6.Text = "Ship From Name "
- '
- 'TextBox5
- '
- Me.TextBox5.ForeColor = System.Drawing.Color.Black
- Me.TextBox5.Location = New System.Drawing.Point(282, 59)
- Me.TextBox5.Multiline = True
- Me.TextBox5.Name = "TextBox5"
- Me.TextBox5.Size = New System.Drawing.Size(300, 145)
- Me.TextBox5.TabIndex = 513
- '
- 'Label5
- '
- Me.Label5.AutoSize = True
- Me.Label5.Location = New System.Drawing.Point(7, 174)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(56, 32)
- Me.Label5.TabIndex = 512
- Me.Label5.Text = "Delivery " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Terms"
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.Location = New System.Drawing.Point(7, 137)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(63, 32)
- Me.Label4.TabIndex = 511
- Me.Label4.Text = "Mode Of " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Delivery"
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Location = New System.Drawing.Point(7, 65)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(53, 32)
- Me.Label3.TabIndex = 510
- Me.Label3.Text = "Vendor " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Name"
- '
- 'TextBox2
- '
- Me.TextBox2.ForeColor = System.Drawing.Color.Black
- Me.TextBox2.Location = New System.Drawing.Point(67, 62)
- Me.TextBox2.Multiline = True
- Me.TextBox2.Name = "TextBox2"
- Me.TextBox2.Size = New System.Drawing.Size(212, 74)
- Me.TextBox2.TabIndex = 509
- '
- 'ComboBox1
- '
- Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ComboBox1.FormattingEnabled = True
- Me.ComboBox1.Location = New System.Drawing.Point(67, 33)
- Me.ComboBox1.Name = "ComboBox1"
- Me.ComboBox1.Size = New System.Drawing.Size(212, 24)
- Me.ComboBox1.TabIndex = 508
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Location = New System.Drawing.Point(8, 35)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(41, 16)
- Me.Label2.TabIndex = 507
- Me.Label2.Text = "Brand"
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Location = New System.Drawing.Point(281, 9)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(83, 16)
- Me.Label1.TabIndex = 506
- Me.Label1.Text = "Created Date"
- '
- 'DateTimePicker1
- '
- Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.DateTimePicker1.Location = New System.Drawing.Point(370, 5)
- Me.DateTimePicker1.Name = "DateTimePicker1"
- Me.DateTimePicker1.Size = New System.Drawing.Size(130, 23)
- Me.DateTimePicker1.TabIndex = 505
- '
- 'Label11
- '
- Me.Label11.AutoSize = True
- Me.Label11.Location = New System.Drawing.Point(7, 8)
- Me.Label11.Name = "Label11"
- Me.Label11.Size = New System.Drawing.Size(55, 16)
- Me.Label11.TabIndex = 504
- Me.Label11.Text = "Number"
- '
- 'TextBox1
- '
- Me.TextBox1.ForeColor = System.Drawing.Color.Black
- Me.TextBox1.Location = New System.Drawing.Point(67, 5)
- Me.TextBox1.Name = "TextBox1"
- Me.TextBox1.Size = New System.Drawing.Size(130, 23)
- Me.TextBox1.TabIndex = 503
- '
- 'DataGridView1
- '
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
- Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.DataGridView1.Location = New System.Drawing.Point(10, 609)
- Me.DataGridView1.Name = "DataGridView1"
- Me.DataGridView1.RowHeadersWidth = 5
- Me.DataGridView1.RowTemplate.Height = 24
- Me.DataGridView1.Size = New System.Drawing.Size(1564, 355)
- Me.DataGridView1.TabIndex = 502
- '
- 'Button30
- '
- Me.Button30.ForeColor = System.Drawing.Color.Black
- Me.Button30.Location = New System.Drawing.Point(1799, 211)
- Me.Button30.Name = "Button30"
- Me.Button30.Size = New System.Drawing.Size(108, 95)
- Me.Button30.TabIndex = 501
- Me.Button30.Text = "返回訂單控制表"
- Me.Button30.UseVisualStyleBackColor = True
- '
- 'TextBox56
- '
- Me.TextBox56.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox56.ForeColor = System.Drawing.Color.Black
- Me.TextBox56.Location = New System.Drawing.Point(547, 586)
- Me.TextBox56.Name = "TextBox56"
- Me.TextBox56.Size = New System.Drawing.Size(38, 22)
- Me.TextBox56.TabIndex = 651
- '
- 'TextBox57
- '
- Me.TextBox57.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox57.ForeColor = System.Drawing.Color.Black
- Me.TextBox57.Location = New System.Drawing.Point(596, 586)
- Me.TextBox57.Name = "TextBox57"
- Me.TextBox57.Size = New System.Drawing.Size(38, 22)
- Me.TextBox57.TabIndex = 652
- '
- 'DataGridView3
- '
- DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.DataGridView3.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
- Me.DataGridView3.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.DataGridView3.Location = New System.Drawing.Point(10, 211)
- Me.DataGridView3.Name = "DataGridView3"
- Me.DataGridView3.RowHeadersWidth = 5
- Me.DataGridView3.RowTemplate.Height = 24
- Me.DataGridView3.Size = New System.Drawing.Size(1564, 370)
- Me.DataGridView3.TabIndex = 653
- '
- 'PictureBox2
- '
- 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
- '
- 'Label25
- '
- Me.Label25.AutoSize = True
- Me.Label25.ForeColor = System.Drawing.Color.Red
- Me.Label25.Location = New System.Drawing.Point(588, 190)
- Me.Label25.Name = "Label25"
- Me.Label25.Size = New System.Drawing.Size(356, 16)
- Me.Label25.TabIndex = 906
- Me.Label25.Text = "存檔之前交期開始、交期結束、備註三個欄位手動修改後存檔有效"
- '
- 'DataGridView2
- '
- DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
- Me.DataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.DataGridView2.Location = New System.Drawing.Point(1534, 7)
- Me.DataGridView2.Name = "DataGridView2"
- Me.DataGridView2.RowHeadersWidth = 5
- Me.DataGridView2.RowTemplate.Height = 24
- Me.DataGridView2.Size = New System.Drawing.Size(190, 199)
- Me.DataGridView2.TabIndex = 907
- '
- 'Button6
- '
- Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button6.ForeColor = System.Drawing.Color.Blue
- Me.Button6.Location = New System.Drawing.Point(1580, 244)
- Me.Button6.Name = "Button6"
- Me.Button6.Size = New System.Drawing.Size(108, 30)
- Me.Button6.TabIndex = 908
- Me.Button6.Text = "訂單附件導入"
- Me.Button6.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.Label28)
- Me.GroupBox1.Controls.Add(Me.Label29)
- Me.GroupBox1.Controls.Add(Me.Button14)
- Me.GroupBox1.Controls.Add(Me.WebBrowser2)
- Me.GroupBox1.Controls.Add(Me.WebBrowser1)
- 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(1271, 680)
- Me.GroupBox1.TabIndex = 909
- Me.GroupBox1.TabStop = False
- Me.GroupBox1.Text = "量產訂單附件圖片入資料庫"
- '
- 'Button9
- '
- Me.Button9.Font = New System.Drawing.Font("微軟正黑體", 12.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(1158, 518)
- Me.Button9.Name = "Button9"
- Me.Button9.Size = New System.Drawing.Size(108, 155)
- Me.Button9.TabIndex = 921
- Me.Button9.Text = "圖片導入"
- Me.Button9.UseVisualStyleBackColor = True
- '
- 'Label30
- '
- Me.Label30.AutoSize = True
- Me.Label30.Location = New System.Drawing.Point(859, 20)
- Me.Label30.Name = "Label30"
- Me.Label30.Size = New System.Drawing.Size(44, 16)
- Me.Label30.TabIndex = 920
- Me.Label30.Text = "附件數"
- '
- 'TextBox3
- '
- Me.TextBox3.ForeColor = System.Drawing.Color.Black
- Me.TextBox3.Location = New System.Drawing.Point(904, 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(56, 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(424, 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
- '
- 'Label28
- '
- Me.Label28.AutoSize = True
- Me.Label28.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label28.Location = New System.Drawing.Point(8, 491)
- Me.Label28.Name = "Label28"
- Me.Label28.Size = New System.Drawing.Size(156, 24)
- Me.Label28.TabIndex = 914
- Me.Label28.Text = "伺服器FTP文件夾"
- '
- '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)
- '
- 'WebBrowser1
- '
- Me.WebBrowser1.Location = New System.Drawing.Point(8, 518)
- Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
- Me.WebBrowser1.Name = "WebBrowser1"
- Me.WebBrowser1.Size = New System.Drawing.Size(1144, 155)
- Me.WebBrowser1.TabIndex = 910
- Me.WebBrowser1.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.Blue
- 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
- '
- 'Label31
- '
- Me.Label31.AutoSize = True
- Me.Label31.ForeColor = System.Drawing.Color.Red
- Me.Label31.Location = New System.Drawing.Point(1577, 879)
- Me.Label31.Name = "Label31"
- Me.Label31.Size = New System.Drawing.Size(148, 16)
- Me.Label31.TabIndex = 910
- Me.Label31.Text = "圖片可以用滑鼠拖動圖片!!"
- '
- 'Button11
- '
- Me.Button11.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
- Me.Button11.Location = New System.Drawing.Point(1758, 944)
- Me.Button11.Name = "Button11"
- Me.Button11.Size = New System.Drawing.Size(148, 23)
- Me.Button11.TabIndex = 912
- Me.Button11.Text = "復原"
- Me.Button11.UseVisualStyleBackColor = True
- '
- 'Button20
- '
- Me.Button20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
- Me.Button20.Location = New System.Drawing.Point(1577, 944)
- Me.Button20.Name = "Button20"
- Me.Button20.Size = New System.Drawing.Size(148, 23)
- Me.Button20.TabIndex = 911
- Me.Button20.Text = "放大"
- Me.Button20.UseVisualStyleBackColor = True
- '
- 'Button21
- '
- Me.Button21.ForeColor = System.Drawing.Color.Blue
- Me.Button21.Location = New System.Drawing.Point(1758, 920)
- Me.Button21.Name = "Button21"
- Me.Button21.Size = New System.Drawing.Size(148, 23)
- Me.Button21.TabIndex = 916
- Me.Button21.Text = "垂直翻轉"
- Me.Button21.UseVisualStyleBackColor = True
- '
- 'Button23
- '
- Me.Button23.ForeColor = System.Drawing.Color.Blue
- Me.Button23.Location = New System.Drawing.Point(1577, 920)
- Me.Button23.Name = "Button23"
- Me.Button23.Size = New System.Drawing.Size(148, 23)
- Me.Button23.TabIndex = 915
- Me.Button23.Text = "水平翻轉"
- Me.Button23.UseVisualStyleBackColor = True
- '
- 'Button24
- '
- Me.Button24.ForeColor = System.Drawing.Color.Blue
- Me.Button24.Location = New System.Drawing.Point(1758, 896)
- Me.Button24.Name = "Button24"
- Me.Button24.Size = New System.Drawing.Size(148, 23)
- Me.Button24.TabIndex = 914
- Me.Button24.Text = "逆時鐘90度旋轉"
- Me.Button24.UseVisualStyleBackColor = True
- '
- 'Button25
- '
- Me.Button25.ForeColor = System.Drawing.Color.Blue
- Me.Button25.Location = New System.Drawing.Point(1577, 896)
- Me.Button25.Name = "Button25"
- Me.Button25.Size = New System.Drawing.Size(148, 23)
- Me.Button25.TabIndex = 913
- Me.Button25.Text = "順時鐘90度旋轉"
- Me.Button25.UseVisualStyleBackColor = True
- '
- 'DateTimePicker8
- '
- Me.DateTimePicker8.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.DateTimePicker8.Location = New System.Drawing.Point(910, 164)
- Me.DateTimePicker8.Name = "DateTimePicker8"
- Me.DateTimePicker8.Size = New System.Drawing.Size(87, 23)
- Me.DateTimePicker8.TabIndex = 917
- '
- 'Button26
- '
- Me.Button26.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button26.Location = New System.Drawing.Point(1580, 276)
- Me.Button26.Name = "Button26"
- Me.Button26.Size = New System.Drawing.Size(108, 30)
- Me.Button26.TabIndex = 918
- Me.Button26.Text = "更新BUYER"
- Me.Button26.UseVisualStyleBackColor = True
- '
- 'TextBox32
- '
- Me.TextBox32.ForeColor = System.Drawing.Color.Black
- Me.TextBox32.Location = New System.Drawing.Point(1320, 64)
- Me.TextBox32.Name = "TextBox32"
- Me.TextBox32.Size = New System.Drawing.Size(211, 23)
- Me.TextBox32.TabIndex = 920
- '
- 'Label32
- '
- Me.Label32.AutoSize = True
- Me.Label32.Location = New System.Drawing.Point(1221, 66)
- Me.Label32.Name = "Label32"
- Me.Label32.Size = New System.Drawing.Size(56, 16)
- Me.Label32.TabIndex = 919
- Me.Label32.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.TextBox32)
- Me.Controls.Add(Me.Label32)
- Me.Controls.Add(Me.Button26)
- Me.Controls.Add(Me.DateTimePicker8)
- Me.Controls.Add(Me.Button21)
- Me.Controls.Add(Me.Button23)
- Me.Controls.Add(Me.Button24)
- Me.Controls.Add(Me.Button25)
- Me.Controls.Add(Me.Button11)
- Me.Controls.Add(Me.Button20)
- Me.Controls.Add(Me.Label31)
- Me.Controls.Add(Me.Button6)
- Me.Controls.Add(Me.DataGridView2)
- Me.Controls.Add(Me.Label25)
- Me.Controls.Add(Me.PictureBox2)
- Me.Controls.Add(Me.DataGridView3)
- Me.Controls.Add(Me.TextBox57)
- Me.Controls.Add(Me.TextBox56)
- Me.Controls.Add(Me.PictureBox1)
- Me.Controls.Add(Me.TextBox54)
- Me.Controls.Add(Me.TextBox53)
- Me.Controls.Add(Me.Button22)
- Me.Controls.Add(Me.TextBox6)
- Me.Controls.Add(Me.Label49)
- Me.Controls.Add(Me.Button19)
- Me.Controls.Add(Me.Button18)
- Me.Controls.Add(Me.Button17)
- Me.Controls.Add(Me.Button16)
- Me.Controls.Add(Me.Button15)
- Me.Controls.Add(Me.Label48)
- Me.Controls.Add(Me.ComboBox8)
- Me.Controls.Add(Me.ComboBox7)
- Me.Controls.Add(Me.ComboBox6)
- Me.Controls.Add(Me.ComboBox5)
- Me.Controls.Add(Me.ComboBox4)
- Me.Controls.Add(Me.Button12)
- Me.Controls.Add(Me.Button10)
- Me.Controls.Add(Me.Button8)
- Me.Controls.Add(Me.Label46)
- Me.Controls.Add(Me.TextBox51)
- Me.Controls.Add(Me.TextBox31)
- Me.Controls.Add(Me.TextBox30)
- Me.Controls.Add(Me.TextBox29)
- Me.Controls.Add(Me.TextBox28)
- Me.Controls.Add(Me.TextBox27)
- Me.Controls.Add(Me.TextBox26)
- Me.Controls.Add(Me.TextBox25)
- Me.Controls.Add(Me.TextBox24)
- Me.Controls.Add(Me.TextBox23)
- Me.Controls.Add(Me.TextBox22)
- Me.Controls.Add(Me.TextBox21)
- Me.Controls.Add(Me.TextBox20)
- Me.Controls.Add(Me.TextBox19)
- Me.Controls.Add(Me.TextBox18)
- Me.Controls.Add(Me.TextBox17)
- Me.Controls.Add(Me.TextBox16)
- Me.Controls.Add(Me.TextBox15)
- Me.Controls.Add(Me.Button5)
- Me.Controls.Add(Me.Label23)
- Me.Controls.Add(Me.DateTimePicker7)
- Me.Controls.Add(Me.TextBox14)
- Me.Controls.Add(Me.Button4)
- Me.Controls.Add(Me.Button3)
- Me.Controls.Add(Me.Button2)
- Me.Controls.Add(Me.Button1)
- Me.Controls.Add(Me.Button13)
- Me.Controls.Add(Me.Label22)
- Me.Controls.Add(Me.DateTimePicker6)
- Me.Controls.Add(Me.Label21)
- Me.Controls.Add(Me.DateTimePicker5)
- Me.Controls.Add(Me.Label20)
- Me.Controls.Add(Me.Label19)
- Me.Controls.Add(Me.TextBox13)
- Me.Controls.Add(Me.TextBox12)
- Me.Controls.Add(Me.TextBox11)
- Me.Controls.Add(Me.Label17)
- Me.Controls.Add(Me.Label16)
- Me.Controls.Add(Me.DateTimePicker4)
- Me.Controls.Add(Me.TextBox10)
- Me.Controls.Add(Me.Label15)
- Me.Controls.Add(Me.Label14)
- Me.Controls.Add(Me.DateTimePicker3)
- Me.Controls.Add(Me.TextBox9)
- Me.Controls.Add(Me.Label13)
- Me.Controls.Add(Me.TextBox8)
- Me.Controls.Add(Me.Label9)
- Me.Controls.Add(Me.Label12)
- Me.Controls.Add(Me.Label10)
- Me.Controls.Add(Me.Label8)
- Me.Controls.Add(Me.DateTimePicker2)
- Me.Controls.Add(Me.Label7)
- Me.Controls.Add(Me.Label6)
- Me.Controls.Add(Me.TextBox5)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.TextBox2)
- Me.Controls.Add(Me.ComboBox1)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.DateTimePicker1)
- Me.Controls.Add(Me.Label11)
- Me.Controls.Add(Me.TextBox1)
- Me.Controls.Add(Me.DataGridView1)
- Me.Controls.Add(Me.Button30)
- Me.Controls.Add(Me.Label24)
- Me.Controls.Add(Me.Label18)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.GroupBox1)
- 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.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.DataGridView2, 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 TextBox54 As TextBox
- Friend WithEvents TextBox53 As TextBox
- Friend WithEvents Button22 As Button
- Friend WithEvents TextBox6 As TextBox
- Friend WithEvents Label49 As Label
- Friend WithEvents Button19 As Button
- Friend WithEvents Button18 As Button
- Friend WithEvents Button17 As Button
- Friend WithEvents Button16 As Button
- Friend WithEvents Button15 As Button
- Friend WithEvents Label48 As Label
- Friend WithEvents ComboBox8 As ComboBox
- Friend WithEvents ComboBox7 As ComboBox
- Friend WithEvents ComboBox6 As ComboBox
- Friend WithEvents ComboBox5 As ComboBox
- Friend WithEvents ComboBox4 As ComboBox
- Friend WithEvents Button12 As Button
- Friend WithEvents Button10 As Button
- Friend WithEvents Button8 As Button
- Friend WithEvents Label46 As Label
- Friend WithEvents TextBox51 As TextBox
- Friend WithEvents Label24 As Label
- Friend WithEvents TextBox31 As TextBox
- Friend WithEvents TextBox30 As TextBox
- Friend WithEvents TextBox29 As TextBox
- Friend WithEvents TextBox28 As TextBox
- Friend WithEvents TextBox27 As TextBox
- Friend WithEvents TextBox26 As TextBox
- Friend WithEvents TextBox25 As TextBox
- Friend WithEvents TextBox24 As TextBox
- Friend WithEvents TextBox23 As TextBox
- Friend WithEvents TextBox22 As TextBox
- Friend WithEvents TextBox21 As TextBox
- Friend WithEvents TextBox20 As TextBox
- Friend WithEvents TextBox19 As TextBox
- Friend WithEvents TextBox18 As TextBox
- Friend WithEvents TextBox17 As TextBox
- Friend WithEvents TextBox16 As TextBox
- Friend WithEvents TextBox15 As TextBox
- Friend WithEvents Button5 As Button
- Friend WithEvents Label23 As Label
- Friend WithEvents DateTimePicker7 As DateTimePicker
- Friend WithEvents TextBox14 As TextBox
- Friend WithEvents Button4 As Button
- Friend WithEvents Button3 As Button
- Friend WithEvents Button2 As Button
- Friend WithEvents Button1 As Button
- Friend WithEvents Button13 As Button
- Friend WithEvents Label22 As Label
- Friend WithEvents DateTimePicker6 As DateTimePicker
- Friend WithEvents Label21 As Label
- Friend WithEvents DateTimePicker5 As DateTimePicker
- Friend WithEvents Label20 As Label
- Friend WithEvents Label19 As Label
- Friend WithEvents TextBox13 As TextBox
- Friend WithEvents Label18 As Label
- Friend WithEvents TextBox12 As TextBox
- Friend WithEvents TextBox11 As TextBox
- Friend WithEvents Label17 As Label
- Friend WithEvents Label16 As Label
- Friend WithEvents DateTimePicker4 As DateTimePicker
- Friend WithEvents TextBox10 As TextBox
- Friend WithEvents Label15 As Label
- Friend WithEvents Label14 As Label
- Friend WithEvents DateTimePicker3 As DateTimePicker
- Friend WithEvents TextBox9 As TextBox
- Friend WithEvents Label13 As Label
- Friend WithEvents TextBox8 As TextBox
- Friend WithEvents Label9 As Label
- Friend WithEvents Label12 As Label
- Friend WithEvents Label10 As Label
- Friend WithEvents Label8 As Label
- Friend WithEvents DateTimePicker2 As DateTimePicker
- Friend WithEvents Label7 As Label
- Friend WithEvents Label6 As Label
- Friend WithEvents TextBox5 As TextBox
- Friend WithEvents Label5 As Label
- Friend WithEvents Label4 As Label
- Friend WithEvents Label3 As Label
- Friend WithEvents TextBox2 As TextBox
- Friend WithEvents ComboBox1 As ComboBox
- Friend WithEvents Label2 As Label
- Friend WithEvents Label1 As Label
- Friend WithEvents DateTimePicker1 As DateTimePicker
- Friend WithEvents Label11 As Label
- Friend WithEvents TextBox1 As TextBox
- Friend WithEvents DataGridView1 As DataGridView
- Friend WithEvents Button30 As Button
- Friend WithEvents TextBox56 As TextBox
- Friend WithEvents TextBox57 As TextBox
- Friend WithEvents DataGridView3 As DataGridView
- Friend WithEvents PictureBox2 As PictureBox
- Friend WithEvents Label25 As Label
- Friend WithEvents DataGridView2 As DataGridView
- Friend WithEvents Button6 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 Label28 As Label
- Friend WithEvents Label29 As Label
- Friend WithEvents Button14 As Button
- Friend WithEvents WebBrowser2 As WebBrowser
- Friend WithEvents WebBrowser1 As WebBrowser
- Friend WithEvents Label30 As Label
- Friend WithEvents TextBox3 As TextBox
- Friend WithEvents Button9 As Button
- Friend WithEvents Label31 As Label
- Friend WithEvents Button11 As Button
- Friend WithEvents Button20 As Button
- Friend WithEvents Button21 As Button
- Friend WithEvents Button23 As Button
- Friend WithEvents Button24 As Button
- Friend WithEvents Button25 As Button
- Friend WithEvents DateTimePicker8 As DateTimePicker
- Friend WithEvents Button26 As Button
- Friend WithEvents TextBox32 As TextBox
- Friend WithEvents Label32 As Label
- End Class
|