123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215 |
- <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()
- Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.表單1_dgv = New System.Windows.Forms.DataGridView()
- Me.搜尋_bt = New System.Windows.Forms.Button()
- Me.量產訂單清單_lb = New System.Windows.Forms.Label()
- Me.客戶_cb = New System.Windows.Forms.ComboBox()
- Me.訂單屬性_lb = New System.Windows.Forms.Label()
- Me.日期3_dtp = New System.Windows.Forms.DateTimePicker()
- Me.提示_lb = New System.Windows.Forms.Label()
- Me.刪除該流水號指定資料_bt = New System.Windows.Forms.Button()
- Me.提示1_lb = New System.Windows.Forms.Label()
- Me.提示2_lb = New System.Windows.Forms.Label()
- Me.Label10 = New System.Windows.Forms.Label()
- Me.DM_cb = New System.Windows.Forms.ComboBox()
- Me.全部取消_bt = New System.Windows.Forms.Button()
- Me.資料全選_bt = New System.Windows.Forms.Button()
- Me.表單4_dgv = New System.Windows.Forms.DataGridView()
- Me.生成訂單SIZERUN_bt = New System.Windows.Forms.Button()
- Me.套用已有量產訂單號_bt = New System.Windows.Forms.Button()
- Me.AddRemark_bt = New System.Windows.Forms.Button()
- Me.新增清單4_bt = New System.Windows.Forms.Button()
- Me.新增清單3_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.VendorName_lb = New System.Windows.Forms.Label()
- Me.備註1_tb = New System.Windows.Forms.TextBox()
- Me.工廠_cb = New System.Windows.Forms.ComboBox()
- Me.Remark_lb = New System.Windows.Forms.Label()
- Me.Remark_cb = New System.Windows.Forms.ComboBox()
- Me.備註3_tb = New System.Windows.Forms.TextBox()
- Me.ToPort_cb = New System.Windows.Forms.ComboBox()
- Me.FromPort_cb = New System.Windows.Forms.ComboBox()
- Me.ToPort_lb = New System.Windows.Forms.Label()
- Me.FromPort_lb = New System.Windows.Forms.Label()
- Me.DeliveryTerms_cb = New System.Windows.Forms.ComboBox()
- Me.ModeOfDelivery_cb = New System.Windows.Forms.ComboBox()
- Me.備註2_tb = New System.Windows.Forms.TextBox()
- Me.DeliveryTerms_lb = New System.Windows.Forms.Label()
- Me.資料流水號_tb = New System.Windows.Forms.TextBox()
- Me.資料流水號_lb = New System.Windows.Forms.Label()
- Me.生成量產訂單抬頭_bt = New System.Windows.Forms.Button()
- Me.存檔_bt = New System.Windows.Forms.Button()
- Me.訂單數量_tb = New System.Windows.Forms.TextBox()
- Me.訂單數量_lb = New System.Windows.Forms.Label()
- Me.客戶訂單號_tb = New System.Windows.Forms.TextBox()
- Me.客戶訂單號_lb = New System.Windows.Forms.Label()
- Me.生成量產訂單號碼_bt = New System.Windows.Forms.Button()
- Me.訂單流水號_tb = New System.Windows.Forms.TextBox()
- Me.C_N_lb = New System.Windows.Forms.Label()
- Me.交期_lb = New System.Windows.Forms.Label()
- Me.型體名稱_lb = New System.Windows.Forms.Label()
- Me.型體號碼_lb = New System.Windows.Forms.Label()
- Me.工廠_lb = New System.Windows.Forms.Label()
- Me.季節_lb = New System.Windows.Forms.Label()
- Me.客戶_lb = New System.Windows.Forms.Label()
- Me.表單2_dgv = New System.Windows.Forms.DataGridView()
- Me.訂單流水號_lb = New System.Windows.Forms.Label()
- Me.ModeOfDelivery_lb = New System.Windows.Forms.Label()
- Me.ShipFromAddress_lb = New System.Windows.Forms.Label()
- Me.表單3_dgv = New System.Windows.Forms.DataGridView()
- Me.下單日_lb = New System.Windows.Forms.Label()
- Me.季節_cb = New System.Windows.Forms.ComboBox()
- Me.訂單屬性_cb = New System.Windows.Forms.ComboBox()
- Me.型體號碼_cb = New System.Windows.Forms.ComboBox()
- Me.型體名稱_cb = New System.Windows.Forms.ComboBox()
- Me.搜尋顏色_tb = New System.Windows.Forms.TextBox()
- Me.C_N_cb = New System.Windows.Forms.ComboBox()
- Me.客戶名稱_cb = New System.Windows.Forms.ComboBox()
- Me.客戶名稱_lb = New System.Windows.Forms.Label()
- Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
- Me.工廠交期_lb = New System.Windows.Forms.Label()
- Me.客戶交期開始_lb = New System.Windows.Forms.Label()
- Me.DateTimePicker3 = New System.Windows.Forms.DateTimePicker()
- Me.客戶交期結束_lb = New System.Windows.Forms.Label()
- Me.DateTimePicker4 = New System.Windows.Forms.DateTimePicker()
- Me.新增顏色_bt = New System.Windows.Forms.Button()
- Me.交期_dtp = New System.Windows.Forms.DateTimePicker()
- Me.下單日_dtp = New System.Windows.Forms.DateTimePicker()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.舊顏色資料_tb = New System.Windows.Forms.TextBox()
- Me.新顏色資料_tb = New System.Windows.Forms.TextBox()
- Me.顏色資料修改_bt = New System.Windows.Forms.Button()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
- Me.Panel2 = New System.Windows.Forms.Panel()
- Me.選擇項_bt = New System.Windows.Forms.TextBox()
- CType(Me.表單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.表單4_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.表單2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.表單3_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel1.SuspendLayout()
- CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SplitContainer1.Panel1.SuspendLayout()
- Me.SplitContainer1.Panel2.SuspendLayout()
- Me.SplitContainer1.SuspendLayout()
- Me.Panel2.SuspendLayout()
- Me.SuspendLayout()
- '
- '表單1_dgv
- '
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.表單1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
- Me.表單1_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.表單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.表單1_dgv.BackgroundColor = System.Drawing.Color.White
- Me.表單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.表單1_dgv.Location = New System.Drawing.Point(6, 31)
- Me.表單1_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.表單1_dgv.Name = "表單1_dgv"
- Me.表單1_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
- DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.表單1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
- Me.表單1_dgv.RowTemplate.Height = 24
- Me.表單1_dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect
- Me.表單1_dgv.Size = New System.Drawing.Size(475, 935)
- Me.表單1_dgv.TabIndex = 870
- '
- '搜尋_bt
- '
- Me.搜尋_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.搜尋_bt.ForeColor = System.Drawing.Color.Black
- Me.搜尋_bt.Location = New System.Drawing.Point(381, 4)
- Me.搜尋_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.搜尋_bt.Name = "搜尋_bt"
- Me.搜尋_bt.Size = New System.Drawing.Size(100, 24)
- Me.搜尋_bt.TabIndex = 872
- Me.搜尋_bt.Text = "搜尋"
- Me.搜尋_bt.UseVisualStyleBackColor = True
- '
- '量產訂單清單_lb
- '
- Me.量產訂單清單_lb.AutoSize = True
- Me.量產訂單清單_lb.Location = New System.Drawing.Point(8, 8)
- Me.量產訂單清單_lb.Name = "量產訂單清單_lb"
- Me.量產訂單清單_lb.Size = New System.Drawing.Size(79, 16)
- Me.量產訂單清單_lb.TabIndex = 871
- Me.量產訂單清單_lb.Text = "量產訂單清單"
- '
- '客戶_cb
- '
- Me.客戶_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.客戶_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.客戶_cb.FormattingEnabled = True
- Me.客戶_cb.Location = New System.Drawing.Point(801, 29)
- Me.客戶_cb.Name = "客戶_cb"
- Me.客戶_cb.Size = New System.Drawing.Size(197, 24)
- Me.客戶_cb.TabIndex = 984
- '
- '訂單屬性_lb
- '
- Me.訂單屬性_lb.AutoSize = True
- Me.訂單屬性_lb.ForeColor = System.Drawing.Color.Green
- Me.訂單屬性_lb.Location = New System.Drawing.Point(1245, 56)
- Me.訂單屬性_lb.Name = "訂單屬性_lb"
- Me.訂單屬性_lb.Size = New System.Drawing.Size(55, 16)
- Me.訂單屬性_lb.TabIndex = 982
- Me.訂單屬性_lb.Text = "訂單屬性"
- '
- '日期3_dtp
- '
- Me.日期3_dtp.CustomFormat = "yyyy/MM/dd"
- Me.日期3_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.日期3_dtp.Location = New System.Drawing.Point(81, 63)
- Me.日期3_dtp.Name = "日期3_dtp"
- Me.日期3_dtp.Size = New System.Drawing.Size(87, 23)
- Me.日期3_dtp.TabIndex = 981
- '
- '提示_lb
- '
- Me.提示_lb.AutoSize = True
- Me.提示_lb.ForeColor = System.Drawing.Color.Red
- Me.提示_lb.Location = New System.Drawing.Point(849, 230)
- Me.提示_lb.Name = "提示_lb"
- Me.提示_lb.Size = New System.Drawing.Size(175, 16)
- Me.提示_lb.TabIndex = 980
- Me.提示_lb.Text = "請不要刪除到一筆資料都不剩下"
- '
- '刪除該流水號指定資料_bt
- '
- Me.刪除該流水號指定資料_bt.ForeColor = System.Drawing.Color.Red
- Me.刪除該流水號指定資料_bt.Location = New System.Drawing.Point(706, 224)
- Me.刪除該流水號指定資料_bt.Name = "刪除該流水號指定資料_bt"
- Me.刪除該流水號指定資料_bt.Size = New System.Drawing.Size(137, 24)
- Me.刪除該流水號指定資料_bt.TabIndex = 979
- Me.刪除該流水號指定資料_bt.Text = "刪除該流水號指定資料"
- Me.刪除該流水號指定資料_bt.UseVisualStyleBackColor = True
- '
- '提示1_lb
- '
- Me.提示1_lb.AutoSize = True
- Me.提示1_lb.ForeColor = System.Drawing.Color.Red
- Me.提示1_lb.Location = New System.Drawing.Point(1337, 230)
- Me.提示1_lb.Name = "提示1_lb"
- Me.提示1_lb.Size = New System.Drawing.Size(207, 16)
- Me.提示1_lb.TabIndex = 978
- Me.提示1_lb.Text = "交期欄位請遵循YYYY/MM/DD的格式"
- '
- '提示2_lb
- '
- Me.提示2_lb.AutoSize = True
- Me.提示2_lb.ForeColor = System.Drawing.Color.Red
- Me.提示2_lb.Location = New System.Drawing.Point(1551, 230)
- Me.提示2_lb.Name = "提示2_lb"
- Me.提示2_lb.Size = New System.Drawing.Size(355, 16)
- Me.提示2_lb.TabIndex = 976
- Me.提示2_lb.Text = "存檔之前交期開始、交期結束、備註三個欄位手動修改後存檔有效"
- '
- 'Label10
- '
- Me.Label10.AutoSize = True
- Me.Label10.ForeColor = System.Drawing.Color.Red
- Me.Label10.Location = New System.Drawing.Point(1142, 201)
- Me.Label10.Name = "Label10"
- Me.Label10.Size = New System.Drawing.Size(28, 16)
- Me.Label10.TabIndex = 975
- Me.Label10.Text = "DM"
- '
- 'DM_cb
- '
- Me.DM_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.DM_cb.FormattingEnabled = True
- Me.DM_cb.Location = New System.Drawing.Point(1170, 197)
- Me.DM_cb.Name = "DM_cb"
- Me.DM_cb.Size = New System.Drawing.Size(71, 24)
- Me.DM_cb.TabIndex = 974
- '
- '全部取消_bt
- '
- Me.全部取消_bt.ForeColor = System.Drawing.Color.Green
- Me.全部取消_bt.Location = New System.Drawing.Point(1002, 197)
- Me.全部取消_bt.Name = "全部取消_bt"
- Me.全部取消_bt.Size = New System.Drawing.Size(66, 24)
- Me.全部取消_bt.TabIndex = 973
- Me.全部取消_bt.Text = "全部取消"
- Me.全部取消_bt.UseVisualStyleBackColor = True
- '
- '資料全選_bt
- '
- Me.資料全選_bt.ForeColor = System.Drawing.Color.Green
- Me.資料全選_bt.Location = New System.Drawing.Point(1070, 197)
- Me.資料全選_bt.Name = "資料全選_bt"
- Me.資料全選_bt.Size = New System.Drawing.Size(66, 24)
- Me.資料全選_bt.TabIndex = 972
- Me.資料全選_bt.Text = "資料全選"
- Me.資料全選_bt.UseVisualStyleBackColor = True
- '
- '表單4_dgv
- '
- DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.表單4_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
- Me.表單4_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.表單4_dgv.BackgroundColor = System.Drawing.Color.White
- Me.表單4_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.表單4_dgv.Dock = System.Windows.Forms.DockStyle.Fill
- Me.表單4_dgv.Location = New System.Drawing.Point(0, 0)
- Me.表單4_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.表單4_dgv.Name = "表單4_dgv"
- Me.表單4_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle4.ForeColor = System.Drawing.Color.Black
- DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.表單4_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
- Me.表單4_dgv.RowTemplate.Height = 24
- Me.表單4_dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect
- Me.表單4_dgv.Size = New System.Drawing.Size(1423, 352)
- Me.表單4_dgv.TabIndex = 971
- '
- '生成訂單SIZERUN_bt
- '
- Me.生成訂單SIZERUN_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.生成訂單SIZERUN_bt.ForeColor = System.Drawing.Color.Green
- Me.生成訂單SIZERUN_bt.Location = New System.Drawing.Point(1780, 112)
- Me.生成訂單SIZERUN_bt.Name = "生成訂單SIZERUN_bt"
- Me.生成訂單SIZERUN_bt.Size = New System.Drawing.Size(127, 35)
- Me.生成訂單SIZERUN_bt.TabIndex = 970
- Me.生成訂單SIZERUN_bt.Text = "生成訂單SIZE RUN"
- Me.生成訂單SIZERUN_bt.UseVisualStyleBackColor = True
- '
- '套用已有量產訂單號_bt
- '
- Me.套用已有量產訂單號_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.套用已有量產訂單號_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.套用已有量產訂單號_bt.Location = New System.Drawing.Point(1780, 40)
- Me.套用已有量產訂單號_bt.Name = "套用已有量產訂單號_bt"
- Me.套用已有量產訂單號_bt.Size = New System.Drawing.Size(127, 35)
- Me.套用已有量產訂單號_bt.TabIndex = 969
- Me.套用已有量產訂單號_bt.Text = "套用已有量產訂單號"
- Me.套用已有量產訂單號_bt.UseVisualStyleBackColor = True
- '
- 'AddRemark_bt
- '
- Me.AddRemark_bt.ForeColor = System.Drawing.Color.Olive
- Me.AddRemark_bt.Location = New System.Drawing.Point(1602, 105)
- Me.AddRemark_bt.Name = "AddRemark_bt"
- Me.AddRemark_bt.Size = New System.Drawing.Size(87, 24)
- Me.AddRemark_bt.TabIndex = 968
- Me.AddRemark_bt.Text = "Add Remark"
- Me.AddRemark_bt.UseVisualStyleBackColor = True
- '
- '新增清單4_bt
- '
- Me.新增清單4_bt.ForeColor = System.Drawing.Color.Olive
- Me.新增清單4_bt.Location = New System.Drawing.Point(1703, 81)
- Me.新增清單4_bt.Name = "新增清單4_bt"
- Me.新增清單4_bt.Size = New System.Drawing.Size(76, 24)
- Me.新增清單4_bt.TabIndex = 967
- Me.新增清單4_bt.Text = "新增清單"
- Me.新增清單4_bt.UseVisualStyleBackColor = True
- '
- '新增清單3_bt
- '
- Me.新增清單3_bt.ForeColor = System.Drawing.Color.Olive
- Me.新增清單3_bt.Location = New System.Drawing.Point(1703, 55)
- Me.新增清單3_bt.Name = "新增清單3_bt"
- Me.新增清單3_bt.Size = New System.Drawing.Size(76, 24)
- Me.新增清單3_bt.TabIndex = 966
- Me.新增清單3_bt.Text = "新增清單"
- Me.新增清單3_bt.UseVisualStyleBackColor = True
- '
- '新增清單2_bt
- '
- Me.新增清單2_bt.ForeColor = System.Drawing.Color.Olive
- Me.新增清單2_bt.Location = New System.Drawing.Point(1703, 28)
- Me.新增清單2_bt.Name = "新增清單2_bt"
- Me.新增清單2_bt.Size = New System.Drawing.Size(76, 24)
- Me.新增清單2_bt.TabIndex = 965
- Me.新增清單2_bt.Text = "新增清單"
- Me.新增清單2_bt.UseVisualStyleBackColor = True
- '
- '新增清單1_bt
- '
- Me.新增清單1_bt.ForeColor = System.Drawing.Color.Olive
- Me.新增清單1_bt.Location = New System.Drawing.Point(1703, 2)
- Me.新增清單1_bt.Name = "新增清單1_bt"
- Me.新增清單1_bt.Size = New System.Drawing.Size(76, 24)
- Me.新增清單1_bt.TabIndex = 964
- Me.新增清單1_bt.Text = "新增清單"
- Me.新增清單1_bt.UseVisualStyleBackColor = True
- '
- '新增清單_bt
- '
- Me.新增清單_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.新增清單_bt.Location = New System.Drawing.Point(579, 108)
- Me.新增清單_bt.Name = "新增清單_bt"
- Me.新增清單_bt.Size = New System.Drawing.Size(76, 24)
- Me.新增清單_bt.TabIndex = 963
- Me.新增清單_bt.Text = "新增清單"
- Me.新增清單_bt.UseVisualStyleBackColor = True
- '
- 'VendorName_lb
- '
- Me.VendorName_lb.AutoSize = True
- Me.VendorName_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.VendorName_lb.Location = New System.Drawing.Point(485, 112)
- Me.VendorName_lb.Name = "VendorName_lb"
- Me.VendorName_lb.Size = New System.Drawing.Size(87, 16)
- Me.VendorName_lb.TabIndex = 962
- Me.VendorName_lb.Text = "Vendor Name"
- '
- '備註1_tb
- '
- Me.備註1_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.備註1_tb.Location = New System.Drawing.Point(488, 132)
- Me.備註1_tb.Multiline = True
- Me.備註1_tb.Name = "備註1_tb"
- Me.備註1_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
- Me.備註1_tb.Size = New System.Drawing.Size(167, 90)
- Me.備註1_tb.TabIndex = 961
- '
- '工廠_cb
- '
- Me.工廠_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.工廠_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.工廠_cb.FormattingEnabled = True
- Me.工廠_cb.Location = New System.Drawing.Point(549, 55)
- Me.工廠_cb.Name = "工廠_cb"
- Me.工廠_cb.Size = New System.Drawing.Size(197, 24)
- Me.工廠_cb.TabIndex = 960
- '
- 'Remark_lb
- '
- Me.Remark_lb.AutoSize = True
- Me.Remark_lb.ForeColor = System.Drawing.Color.Green
- Me.Remark_lb.Location = New System.Drawing.Point(1248, 109)
- Me.Remark_lb.Name = "Remark_lb"
- Me.Remark_lb.Size = New System.Drawing.Size(50, 16)
- Me.Remark_lb.TabIndex = 959
- Me.Remark_lb.Text = "Remark"
- '
- 'Remark_cb
- '
- Me.Remark_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.Remark_cb.ForeColor = System.Drawing.Color.Green
- Me.Remark_cb.FormattingEnabled = True
- Me.Remark_cb.Location = New System.Drawing.Point(1300, 105)
- Me.Remark_cb.Name = "Remark_cb"
- Me.Remark_cb.Size = New System.Drawing.Size(301, 24)
- Me.Remark_cb.TabIndex = 958
- '
- '備註3_tb
- '
- Me.備註3_tb.ForeColor = System.Drawing.Color.Green
- Me.備註3_tb.Location = New System.Drawing.Point(1244, 131)
- Me.備註3_tb.Multiline = True
- Me.備註3_tb.Name = "備註3_tb"
- Me.備註3_tb.Size = New System.Drawing.Size(357, 91)
- Me.備註3_tb.TabIndex = 957
- '
- 'ToPort_cb
- '
- Me.ToPort_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ToPort_cb.ForeColor = System.Drawing.Color.Green
- Me.ToPort_cb.FormattingEnabled = True
- Me.ToPort_cb.Location = New System.Drawing.Point(1556, 54)
- Me.ToPort_cb.Name = "ToPort_cb"
- Me.ToPort_cb.Size = New System.Drawing.Size(144, 24)
- Me.ToPort_cb.TabIndex = 956
- '
- 'FromPort_cb
- '
- Me.FromPort_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.FromPort_cb.ForeColor = System.Drawing.Color.Green
- Me.FromPort_cb.FormattingEnabled = True
- Me.FromPort_cb.Location = New System.Drawing.Point(1556, 28)
- Me.FromPort_cb.Name = "FromPort_cb"
- Me.FromPort_cb.Size = New System.Drawing.Size(144, 24)
- Me.FromPort_cb.TabIndex = 955
- '
- 'ToPort_lb
- '
- Me.ToPort_lb.AutoSize = True
- Me.ToPort_lb.ForeColor = System.Drawing.Color.Green
- Me.ToPort_lb.Location = New System.Drawing.Point(1448, 57)
- Me.ToPort_lb.Name = "ToPort_lb"
- Me.ToPort_lb.Size = New System.Drawing.Size(48, 16)
- Me.ToPort_lb.TabIndex = 954
- Me.ToPort_lb.Text = "To Port"
- '
- 'FromPort_lb
- '
- Me.FromPort_lb.AutoSize = True
- Me.FromPort_lb.ForeColor = System.Drawing.Color.Green
- Me.FromPort_lb.Location = New System.Drawing.Point(1448, 31)
- Me.FromPort_lb.Name = "FromPort_lb"
- Me.FromPort_lb.Size = New System.Drawing.Size(62, 16)
- Me.FromPort_lb.TabIndex = 953
- Me.FromPort_lb.Text = "From Port"
- '
- 'DeliveryTerms_cb
- '
- Me.DeliveryTerms_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.DeliveryTerms_cb.ForeColor = System.Drawing.Color.Green
- Me.DeliveryTerms_cb.FormattingEnabled = True
- Me.DeliveryTerms_cb.Location = New System.Drawing.Point(1556, 2)
- Me.DeliveryTerms_cb.Name = "DeliveryTerms_cb"
- Me.DeliveryTerms_cb.Size = New System.Drawing.Size(144, 24)
- Me.DeliveryTerms_cb.TabIndex = 952
- '
- 'ModeOfDelivery_cb
- '
- Me.ModeOfDelivery_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ModeOfDelivery_cb.ForeColor = System.Drawing.Color.Green
- Me.ModeOfDelivery_cb.FormattingEnabled = True
- Me.ModeOfDelivery_cb.Location = New System.Drawing.Point(1556, 80)
- Me.ModeOfDelivery_cb.Name = "ModeOfDelivery_cb"
- Me.ModeOfDelivery_cb.Size = New System.Drawing.Size(144, 24)
- Me.ModeOfDelivery_cb.TabIndex = 951
- '
- '備註2_tb
- '
- Me.備註2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.備註2_tb.Location = New System.Drawing.Point(657, 132)
- Me.備註2_tb.Multiline = True
- Me.備註2_tb.Name = "備註2_tb"
- Me.備註2_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
- Me.備註2_tb.Size = New System.Drawing.Size(341, 90)
- Me.備註2_tb.TabIndex = 949
- '
- 'DeliveryTerms_lb
- '
- Me.DeliveryTerms_lb.AutoSize = True
- Me.DeliveryTerms_lb.ForeColor = System.Drawing.Color.Green
- Me.DeliveryTerms_lb.Location = New System.Drawing.Point(1448, 5)
- Me.DeliveryTerms_lb.Name = "DeliveryTerms_lb"
- Me.DeliveryTerms_lb.Size = New System.Drawing.Size(89, 16)
- Me.DeliveryTerms_lb.TabIndex = 948
- Me.DeliveryTerms_lb.Text = "Delivery Terms"
- '
- '資料流水號_tb
- '
- Me.資料流水號_tb.ForeColor = System.Drawing.Color.Red
- Me.資料流水號_tb.Location = New System.Drawing.Point(559, 225)
- Me.資料流水號_tb.Name = "資料流水號_tb"
- Me.資料流水號_tb.Size = New System.Drawing.Size(141, 23)
- Me.資料流水號_tb.TabIndex = 945
- Me.資料流水號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '資料流水號_lb
- '
- Me.資料流水號_lb.AutoSize = True
- Me.資料流水號_lb.ForeColor = System.Drawing.Color.Red
- Me.資料流水號_lb.Location = New System.Drawing.Point(488, 228)
- Me.資料流水號_lb.Name = "資料流水號_lb"
- Me.資料流水號_lb.Size = New System.Drawing.Size(67, 16)
- Me.資料流水號_lb.TabIndex = 946
- Me.資料流水號_lb.Text = "資料流水號"
- '
- '生成量產訂單抬頭_bt
- '
- Me.生成量產訂單抬頭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.生成量產訂單抬頭_bt.ForeColor = System.Drawing.Color.Blue
- Me.生成量產訂單抬頭_bt.Location = New System.Drawing.Point(1780, 76)
- Me.生成量產訂單抬頭_bt.Name = "生成量產訂單抬頭_bt"
- Me.生成量產訂單抬頭_bt.Size = New System.Drawing.Size(127, 35)
- Me.生成量產訂單抬頭_bt.TabIndex = 944
- Me.生成量產訂單抬頭_bt.Text = "生成量產訂單抬頭" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
- Me.生成量產訂單抬頭_bt.UseVisualStyleBackColor = True
- '
- '存檔_bt
- '
- Me.存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.存檔_bt.Location = New System.Drawing.Point(1780, 148)
- Me.存檔_bt.Name = "存檔_bt"
- Me.存檔_bt.Size = New System.Drawing.Size(127, 35)
- Me.存檔_bt.TabIndex = 943
- Me.存檔_bt.Text = "存檔"
- Me.存檔_bt.UseVisualStyleBackColor = True
- '
- '訂單數量_tb
- '
- Me.訂單數量_tb.ForeColor = System.Drawing.Color.Green
- Me.訂單數量_tb.Location = New System.Drawing.Point(1154, 225)
- Me.訂單數量_tb.Name = "訂單數量_tb"
- Me.訂單數量_tb.Size = New System.Drawing.Size(87, 23)
- Me.訂單數量_tb.TabIndex = 940
- Me.訂單數量_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '訂單數量_lb
- '
- Me.訂單數量_lb.AutoSize = True
- Me.訂單數量_lb.ForeColor = System.Drawing.Color.Green
- Me.訂單數量_lb.Location = New System.Drawing.Point(1093, 230)
- Me.訂單數量_lb.Name = "訂單數量_lb"
- Me.訂單數量_lb.Size = New System.Drawing.Size(55, 16)
- Me.訂單數量_lb.TabIndex = 941
- Me.訂單數量_lb.Text = "訂單數量"
- '
- '客戶訂單號_tb
- '
- Me.客戶訂單號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.客戶訂單號_tb.Location = New System.Drawing.Point(549, 29)
- Me.客戶訂單號_tb.Name = "客戶訂單號_tb"
- Me.客戶訂單號_tb.Size = New System.Drawing.Size(197, 23)
- Me.客戶訂單號_tb.TabIndex = 938
- Me.客戶訂單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '客戶訂單號_lb
- '
- Me.客戶訂單號_lb.AutoSize = True
- Me.客戶訂單號_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.客戶訂單號_lb.Location = New System.Drawing.Point(481, 32)
- Me.客戶訂單號_lb.Name = "客戶訂單號_lb"
- Me.客戶訂單號_lb.Size = New System.Drawing.Size(67, 16)
- Me.客戶訂單號_lb.TabIndex = 939
- Me.客戶訂單號_lb.Text = "客戶訂單號"
- '
- '生成量產訂單號碼_bt
- '
- Me.生成量產訂單號碼_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.生成量產訂單號碼_bt.ForeColor = System.Drawing.Color.Red
- Me.生成量產訂單號碼_bt.Location = New System.Drawing.Point(1780, 4)
- Me.生成量產訂單號碼_bt.Name = "生成量產訂單號碼_bt"
- Me.生成量產訂單號碼_bt.Size = New System.Drawing.Size(127, 35)
- Me.生成量產訂單號碼_bt.TabIndex = 937
- Me.生成量產訂單號碼_bt.Text = "生成量產訂單號碼"
- Me.生成量產訂單號碼_bt.UseVisualStyleBackColor = True
- '
- '訂單流水號_tb
- '
- Me.訂單流水號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.訂單流水號_tb.Location = New System.Drawing.Point(549, 4)
- Me.訂單流水號_tb.Name = "訂單流水號_tb"
- Me.訂單流水號_tb.Size = New System.Drawing.Size(197, 23)
- Me.訂單流水號_tb.TabIndex = 935
- Me.訂單流水號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'C_N_lb
- '
- Me.C_N_lb.AutoSize = True
- Me.C_N_lb.ForeColor = System.Drawing.Color.Green
- Me.C_N_lb.Location = New System.Drawing.Point(1248, 83)
- Me.C_N_lb.Name = "C_N_lb"
- Me.C_N_lb.Size = New System.Drawing.Size(30, 16)
- Me.C_N_lb.TabIndex = 934
- Me.C_N_lb.Text = "C_N"
- '
- '交期_lb
- '
- Me.交期_lb.AutoSize = True
- Me.交期_lb.ForeColor = System.Drawing.Color.Green
- Me.交期_lb.Location = New System.Drawing.Point(1247, 6)
- Me.交期_lb.Name = "交期_lb"
- Me.交期_lb.Size = New System.Drawing.Size(31, 16)
- Me.交期_lb.TabIndex = 930
- Me.交期_lb.Text = "交期"
- '
- '型體名稱_lb
- '
- Me.型體名稱_lb.AutoSize = True
- Me.型體名稱_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.型體名稱_lb.Location = New System.Drawing.Point(748, 84)
- Me.型體名稱_lb.Name = "型體名稱_lb"
- Me.型體名稱_lb.Size = New System.Drawing.Size(55, 16)
- Me.型體名稱_lb.TabIndex = 928
- Me.型體名稱_lb.Text = "型體名稱"
- '
- '型體號碼_lb
- '
- Me.型體號碼_lb.AutoSize = True
- Me.型體號碼_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.型體號碼_lb.Location = New System.Drawing.Point(747, 59)
- Me.型體號碼_lb.Name = "型體號碼_lb"
- Me.型體號碼_lb.Size = New System.Drawing.Size(55, 16)
- Me.型體號碼_lb.TabIndex = 926
- Me.型體號碼_lb.Text = "型體號碼"
- '
- '工廠_lb
- '
- Me.工廠_lb.AutoSize = True
- Me.工廠_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.工廠_lb.Location = New System.Drawing.Point(481, 57)
- Me.工廠_lb.Name = "工廠_lb"
- Me.工廠_lb.Size = New System.Drawing.Size(31, 16)
- Me.工廠_lb.TabIndex = 924
- Me.工廠_lb.Text = "工廠"
- '
- '季節_lb
- '
- Me.季節_lb.AutoSize = True
- Me.季節_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.季節_lb.Location = New System.Drawing.Point(747, 10)
- Me.季節_lb.Name = "季節_lb"
- Me.季節_lb.Size = New System.Drawing.Size(31, 16)
- Me.季節_lb.TabIndex = 923
- Me.季節_lb.Text = "季節"
- '
- '客戶_lb
- '
- Me.客戶_lb.AutoSize = True
- Me.客戶_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.客戶_lb.Location = New System.Drawing.Point(747, 35)
- Me.客戶_lb.Name = "客戶_lb"
- Me.客戶_lb.Size = New System.Drawing.Size(31, 16)
- Me.客戶_lb.TabIndex = 921
- Me.客戶_lb.Text = "客戶"
- '
- '表單2_dgv
- '
- DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.表單2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
- Me.表單2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.表單2_dgv.BackgroundColor = System.Drawing.Color.White
- Me.表單2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.表單2_dgv.Location = New System.Drawing.Point(1002, 28)
- Me.表單2_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.表單2_dgv.Name = "表單2_dgv"
- Me.表單2_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle6.ForeColor = System.Drawing.Color.Black
- DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.表單2_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
- Me.表單2_dgv.RowTemplate.Height = 24
- Me.表單2_dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect
- Me.表單2_dgv.Size = New System.Drawing.Size(239, 167)
- Me.表單2_dgv.TabIndex = 916
- '
- '訂單流水號_lb
- '
- Me.訂單流水號_lb.AutoSize = True
- Me.訂單流水號_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.訂單流水號_lb.Location = New System.Drawing.Point(481, 7)
- Me.訂單流水號_lb.Name = "訂單流水號_lb"
- Me.訂單流水號_lb.Size = New System.Drawing.Size(67, 16)
- Me.訂單流水號_lb.TabIndex = 936
- Me.訂單流水號_lb.Text = "訂單流水號"
- '
- 'ModeOfDelivery_lb
- '
- Me.ModeOfDelivery_lb.AutoSize = True
- Me.ModeOfDelivery_lb.ForeColor = System.Drawing.Color.Green
- Me.ModeOfDelivery_lb.Location = New System.Drawing.Point(1448, 83)
- Me.ModeOfDelivery_lb.Name = "ModeOfDelivery_lb"
- Me.ModeOfDelivery_lb.Size = New System.Drawing.Size(107, 16)
- Me.ModeOfDelivery_lb.TabIndex = 947
- Me.ModeOfDelivery_lb.Text = "Mode Of Delivery"
- '
- 'ShipFromAddress_lb
- '
- Me.ShipFromAddress_lb.AutoSize = True
- Me.ShipFromAddress_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.ShipFromAddress_lb.Location = New System.Drawing.Point(657, 112)
- Me.ShipFromAddress_lb.Name = "ShipFromAddress_lb"
- Me.ShipFromAddress_lb.Size = New System.Drawing.Size(112, 16)
- Me.ShipFromAddress_lb.TabIndex = 950
- Me.ShipFromAddress_lb.Text = "Ship From Address"
- '
- '表單3_dgv
- '
- DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.表單3_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
- Me.表單3_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.表單3_dgv.BackgroundColor = System.Drawing.Color.White
- Me.表單3_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.表單3_dgv.Dock = System.Windows.Forms.DockStyle.Fill
- Me.表單3_dgv.Location = New System.Drawing.Point(0, 0)
- Me.表單3_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.表單3_dgv.Name = "表單3_dgv"
- Me.表單3_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle8.ForeColor = System.Drawing.Color.Black
- DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.表單3_dgv.RowsDefaultCellStyle = DataGridViewCellStyle8
- Me.表單3_dgv.RowTemplate.Height = 24
- Me.表單3_dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect
- Me.表單3_dgv.Size = New System.Drawing.Size(1423, 355)
- Me.表單3_dgv.TabIndex = 942
- '
- '下單日_lb
- '
- Me.下單日_lb.AutoSize = True
- Me.下單日_lb.ForeColor = System.Drawing.Color.Green
- Me.下單日_lb.Location = New System.Drawing.Point(1247, 31)
- Me.下單日_lb.Name = "下單日_lb"
- Me.下單日_lb.Size = New System.Drawing.Size(43, 16)
- Me.下單日_lb.TabIndex = 932
- Me.下單日_lb.Text = "下單日"
- '
- '季節_cb
- '
- Me.季節_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.季節_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.季節_cb.FormattingEnabled = True
- Me.季節_cb.Location = New System.Drawing.Point(801, 3)
- Me.季節_cb.Name = "季節_cb"
- Me.季節_cb.Size = New System.Drawing.Size(197, 24)
- Me.季節_cb.TabIndex = 986
- '
- '訂單屬性_cb
- '
- Me.訂單屬性_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.訂單屬性_cb.ForeColor = System.Drawing.Color.Green
- Me.訂單屬性_cb.FormattingEnabled = True
- Me.訂單屬性_cb.Items.AddRange(New Object() {"LANDED BRANDED", "FIRST COST"})
- Me.訂單屬性_cb.Location = New System.Drawing.Point(1300, 53)
- Me.訂單屬性_cb.Name = "訂單屬性_cb"
- Me.訂單屬性_cb.Size = New System.Drawing.Size(142, 24)
- Me.訂單屬性_cb.TabIndex = 987
- '
- '型體號碼_cb
- '
- Me.型體號碼_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.型體號碼_cb.FormattingEnabled = True
- Me.型體號碼_cb.Location = New System.Drawing.Point(801, 55)
- Me.型體號碼_cb.Name = "型體號碼_cb"
- Me.型體號碼_cb.Size = New System.Drawing.Size(197, 24)
- Me.型體號碼_cb.TabIndex = 989
- '
- '型體名稱_cb
- '
- Me.型體名稱_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.型體名稱_cb.FormattingEnabled = True
- Me.型體名稱_cb.Location = New System.Drawing.Point(801, 81)
- Me.型體名稱_cb.Name = "型體名稱_cb"
- Me.型體名稱_cb.Size = New System.Drawing.Size(197, 24)
- Me.型體名稱_cb.TabIndex = 988
- '
- '搜尋顏色_tb
- '
- Me.搜尋顏色_tb.Location = New System.Drawing.Point(1002, 2)
- Me.搜尋顏色_tb.Name = "搜尋顏色_tb"
- Me.搜尋顏色_tb.Size = New System.Drawing.Size(239, 23)
- Me.搜尋顏色_tb.TabIndex = 990
- '
- 'C_N_cb
- '
- Me.C_N_cb.ForeColor = System.Drawing.Color.Green
- Me.C_N_cb.FormattingEnabled = True
- Me.C_N_cb.Location = New System.Drawing.Point(1300, 79)
- Me.C_N_cb.Name = "C_N_cb"
- Me.C_N_cb.Size = New System.Drawing.Size(142, 24)
- Me.C_N_cb.TabIndex = 991
- '
- '客戶名稱_cb
- '
- Me.客戶名稱_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.客戶名稱_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.客戶名稱_cb.FormattingEnabled = True
- Me.客戶名稱_cb.Location = New System.Drawing.Point(549, 81)
- Me.客戶名稱_cb.Name = "客戶名稱_cb"
- Me.客戶名稱_cb.Size = New System.Drawing.Size(197, 24)
- Me.客戶名稱_cb.TabIndex = 993
- '
- '客戶名稱_lb
- '
- Me.客戶名稱_lb.AutoSize = True
- Me.客戶名稱_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.客戶名稱_lb.Location = New System.Drawing.Point(481, 84)
- Me.客戶名稱_lb.Name = "客戶名稱_lb"
- Me.客戶名稱_lb.Size = New System.Drawing.Size(55, 16)
- Me.客戶名稱_lb.TabIndex = 992
- Me.客戶名稱_lb.Text = "客戶名稱"
- '
- 'DateTimePicker2
- '
- Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.DateTimePicker2.Location = New System.Drawing.Point(84, 6)
- Me.DateTimePicker2.Name = "DateTimePicker2"
- Me.DateTimePicker2.Size = New System.Drawing.Size(87, 23)
- Me.DateTimePicker2.TabIndex = 994
- '
- '工廠交期_lb
- '
- Me.工廠交期_lb.AutoSize = True
- Me.工廠交期_lb.ForeColor = System.Drawing.Color.Green
- Me.工廠交期_lb.Location = New System.Drawing.Point(27, 10)
- Me.工廠交期_lb.Name = "工廠交期_lb"
- Me.工廠交期_lb.Size = New System.Drawing.Size(55, 16)
- Me.工廠交期_lb.TabIndex = 995
- Me.工廠交期_lb.Text = "工廠交期"
- '
- '客戶交期開始_lb
- '
- Me.客戶交期開始_lb.AutoSize = True
- Me.客戶交期開始_lb.ForeColor = System.Drawing.Color.Green
- Me.客戶交期開始_lb.Location = New System.Drawing.Point(3, 37)
- Me.客戶交期開始_lb.Name = "客戶交期開始_lb"
- Me.客戶交期開始_lb.Size = New System.Drawing.Size(79, 16)
- Me.客戶交期開始_lb.TabIndex = 997
- Me.客戶交期開始_lb.Text = "客戶交期開始"
- '
- 'DateTimePicker3
- '
- Me.DateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.DateTimePicker3.Location = New System.Drawing.Point(84, 33)
- Me.DateTimePicker3.Name = "DateTimePicker3"
- Me.DateTimePicker3.Size = New System.Drawing.Size(87, 23)
- Me.DateTimePicker3.TabIndex = 996
- '
- '客戶交期結束_lb
- '
- Me.客戶交期結束_lb.AutoSize = True
- Me.客戶交期結束_lb.ForeColor = System.Drawing.Color.Green
- Me.客戶交期結束_lb.Location = New System.Drawing.Point(3, 64)
- Me.客戶交期結束_lb.Name = "客戶交期結束_lb"
- Me.客戶交期結束_lb.Size = New System.Drawing.Size(79, 16)
- Me.客戶交期結束_lb.TabIndex = 999
- Me.客戶交期結束_lb.Text = "客戶交期結束"
- '
- 'DateTimePicker4
- '
- Me.DateTimePicker4.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.DateTimePicker4.Location = New System.Drawing.Point(84, 60)
- Me.DateTimePicker4.Name = "DateTimePicker4"
- Me.DateTimePicker4.Size = New System.Drawing.Size(87, 23)
- Me.DateTimePicker4.TabIndex = 998
- '
- '新增顏色_bt
- '
- Me.新增顏色_bt.ForeColor = System.Drawing.Color.Olive
- Me.新增顏色_bt.Location = New System.Drawing.Point(922, 106)
- Me.新增顏色_bt.Name = "新增顏色_bt"
- Me.新增顏色_bt.Size = New System.Drawing.Size(76, 24)
- Me.新增顏色_bt.TabIndex = 1000
- Me.新增顏色_bt.Text = "新增顏色"
- Me.新增顏色_bt.UseVisualStyleBackColor = True
- '
- '交期_dtp
- '
- Me.交期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.交期_dtp.Location = New System.Drawing.Point(1300, 3)
- Me.交期_dtp.Name = "交期_dtp"
- Me.交期_dtp.Size = New System.Drawing.Size(142, 23)
- Me.交期_dtp.TabIndex = 1001
- '
- '下單日_dtp
- '
- Me.下單日_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.下單日_dtp.Location = New System.Drawing.Point(1300, 28)
- Me.下單日_dtp.Name = "下單日_dtp"
- Me.下單日_dtp.Size = New System.Drawing.Size(142, 23)
- Me.下單日_dtp.TabIndex = 1002
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.ForeColor = System.Drawing.Color.Red
- Me.Label1.Location = New System.Drawing.Point(12, 12)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(67, 16)
- Me.Label1.TabIndex = 1005
- Me.Label1.Text = "舊顏色資料"
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.ForeColor = System.Drawing.Color.Red
- Me.Label2.Location = New System.Drawing.Point(12, 39)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(67, 16)
- Me.Label2.TabIndex = 1006
- Me.Label2.Text = "新顏色資料"
- '
- '舊顏色資料_tb
- '
- Me.舊顏色資料_tb.ForeColor = System.Drawing.Color.Red
- Me.舊顏色資料_tb.Location = New System.Drawing.Point(81, 7)
- Me.舊顏色資料_tb.Name = "舊顏色資料_tb"
- Me.舊顏色資料_tb.Size = New System.Drawing.Size(141, 23)
- Me.舊顏色資料_tb.TabIndex = 1007
- Me.舊顏色資料_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '新顏色資料_tb
- '
- Me.新顏色資料_tb.ForeColor = System.Drawing.Color.Red
- Me.新顏色資料_tb.Location = New System.Drawing.Point(81, 34)
- Me.新顏色資料_tb.Name = "新顏色資料_tb"
- Me.新顏色資料_tb.Size = New System.Drawing.Size(141, 23)
- Me.新顏色資料_tb.TabIndex = 1008
- Me.新顏色資料_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '顏色資料修改_bt
- '
- Me.顏色資料修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.顏色資料修改_bt.ForeColor = System.Drawing.Color.Red
- Me.顏色資料修改_bt.Location = New System.Drawing.Point(1780, 184)
- Me.顏色資料修改_bt.Name = "顏色資料修改_bt"
- Me.顏色資料修改_bt.Size = New System.Drawing.Size(127, 35)
- Me.顏色資料修改_bt.TabIndex = 1009
- Me.顏色資料修改_bt.Text = "資料修改存檔"
- Me.顏色資料修改_bt.UseVisualStyleBackColor = True
- '
- 'Panel1
- '
- Me.Panel1.Controls.Add(Me.選擇項_bt)
- Me.Panel1.Controls.Add(Me.新顏色資料_tb)
- Me.Panel1.Controls.Add(Me.Label1)
- Me.Panel1.Controls.Add(Me.Label2)
- Me.Panel1.Controls.Add(Me.舊顏色資料_tb)
- Me.Panel1.Controls.Add(Me.日期3_dtp)
- Me.Panel1.Location = New System.Drawing.Point(1031, 355)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(232, 105)
- Me.Panel1.TabIndex = 1010
- '
- 'SplitContainer1
- '
- Me.SplitContainer1.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.SplitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.SplitContainer1.Location = New System.Drawing.Point(484, 251)
- Me.SplitContainer1.Name = "SplitContainer1"
- Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal
- '
- 'SplitContainer1.Panel1
- '
- Me.SplitContainer1.Panel1.Controls.Add(Me.表單3_dgv)
- '
- 'SplitContainer1.Panel2
- '
- Me.SplitContainer1.Panel2.Controls.Add(Me.表單4_dgv)
- Me.SplitContainer1.Size = New System.Drawing.Size(1425, 715)
- Me.SplitContainer1.SplitterDistance = 357
- Me.SplitContainer1.TabIndex = 1011
- '
- 'Panel2
- '
- Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel2.Controls.Add(Me.DateTimePicker2)
- Me.Panel2.Controls.Add(Me.工廠交期_lb)
- Me.Panel2.Controls.Add(Me.DateTimePicker3)
- Me.Panel2.Controls.Add(Me.客戶交期開始_lb)
- Me.Panel2.Controls.Add(Me.DateTimePicker4)
- Me.Panel2.Controls.Add(Me.客戶交期結束_lb)
- Me.Panel2.Location = New System.Drawing.Point(1602, 131)
- Me.Panel2.Name = "Panel2"
- Me.Panel2.Size = New System.Drawing.Size(177, 91)
- Me.Panel2.TabIndex = 1012
- '
- '選擇項_bt
- '
- Me.選擇項_bt.ForeColor = System.Drawing.Color.Green
- Me.選擇項_bt.Location = New System.Drawing.Point(15, 63)
- Me.選擇項_bt.Name = "選擇項_bt"
- Me.選擇項_bt.Size = New System.Drawing.Size(60, 23)
- Me.選擇項_bt.TabIndex = 1013
- Me.選擇項_bt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '量產訂單輸入
- '
- 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.Panel1)
- Me.Controls.Add(Me.顏色資料修改_bt)
- Me.Controls.Add(Me.下單日_dtp)
- Me.Controls.Add(Me.交期_dtp)
- Me.Controls.Add(Me.新增顏色_bt)
- Me.Controls.Add(Me.客戶名稱_cb)
- Me.Controls.Add(Me.客戶名稱_lb)
- Me.Controls.Add(Me.C_N_cb)
- Me.Controls.Add(Me.搜尋顏色_tb)
- Me.Controls.Add(Me.型體號碼_cb)
- Me.Controls.Add(Me.型體名稱_cb)
- Me.Controls.Add(Me.訂單屬性_cb)
- Me.Controls.Add(Me.季節_cb)
- Me.Controls.Add(Me.客戶_cb)
- Me.Controls.Add(Me.提示_lb)
- Me.Controls.Add(Me.刪除該流水號指定資料_bt)
- Me.Controls.Add(Me.提示1_lb)
- Me.Controls.Add(Me.提示2_lb)
- Me.Controls.Add(Me.DM_cb)
- Me.Controls.Add(Me.全部取消_bt)
- Me.Controls.Add(Me.資料全選_bt)
- Me.Controls.Add(Me.生成訂單SIZERUN_bt)
- Me.Controls.Add(Me.套用已有量產訂單號_bt)
- Me.Controls.Add(Me.AddRemark_bt)
- Me.Controls.Add(Me.新增清單4_bt)
- Me.Controls.Add(Me.新增清單3_bt)
- Me.Controls.Add(Me.新增清單2_bt)
- Me.Controls.Add(Me.新增清單1_bt)
- Me.Controls.Add(Me.新增清單_bt)
- Me.Controls.Add(Me.VendorName_lb)
- Me.Controls.Add(Me.備註1_tb)
- Me.Controls.Add(Me.工廠_cb)
- Me.Controls.Add(Me.Remark_cb)
- Me.Controls.Add(Me.備註3_tb)
- Me.Controls.Add(Me.ToPort_cb)
- Me.Controls.Add(Me.FromPort_cb)
- Me.Controls.Add(Me.ToPort_lb)
- Me.Controls.Add(Me.FromPort_lb)
- Me.Controls.Add(Me.DeliveryTerms_cb)
- Me.Controls.Add(Me.ModeOfDelivery_cb)
- Me.Controls.Add(Me.備註2_tb)
- Me.Controls.Add(Me.DeliveryTerms_lb)
- Me.Controls.Add(Me.資料流水號_tb)
- Me.Controls.Add(Me.資料流水號_lb)
- Me.Controls.Add(Me.生成量產訂單抬頭_bt)
- Me.Controls.Add(Me.存檔_bt)
- Me.Controls.Add(Me.訂單數量_tb)
- Me.Controls.Add(Me.訂單數量_lb)
- Me.Controls.Add(Me.客戶訂單號_tb)
- Me.Controls.Add(Me.客戶訂單號_lb)
- Me.Controls.Add(Me.生成量產訂單號碼_bt)
- Me.Controls.Add(Me.訂單流水號_tb)
- Me.Controls.Add(Me.工廠_lb)
- Me.Controls.Add(Me.表單2_dgv)
- Me.Controls.Add(Me.訂單流水號_lb)
- Me.Controls.Add(Me.ModeOfDelivery_lb)
- Me.Controls.Add(Me.ShipFromAddress_lb)
- Me.Controls.Add(Me.表單1_dgv)
- Me.Controls.Add(Me.搜尋_bt)
- Me.Controls.Add(Me.量產訂單清單_lb)
- Me.Controls.Add(Me.訂單屬性_lb)
- Me.Controls.Add(Me.型體號碼_lb)
- Me.Controls.Add(Me.季節_lb)
- Me.Controls.Add(Me.客戶_lb)
- Me.Controls.Add(Me.C_N_lb)
- Me.Controls.Add(Me.交期_lb)
- Me.Controls.Add(Me.型體名稱_lb)
- Me.Controls.Add(Me.下單日_lb)
- Me.Controls.Add(Me.Label10)
- Me.Controls.Add(Me.Remark_lb)
- Me.Controls.Add(Me.SplitContainer1)
- Me.Controls.Add(Me.Panel2)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ForeColor = System.Drawing.Color.Black
- Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.Name = "量產訂單輸入"
- Me.Text = "量產訂單輸入"
- CType(Me.表單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.表單4_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.表單2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.表單3_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Panel1.ResumeLayout(False)
- Me.Panel1.PerformLayout()
- Me.SplitContainer1.Panel1.ResumeLayout(False)
- Me.SplitContainer1.Panel2.ResumeLayout(False)
- CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.SplitContainer1.ResumeLayout(False)
- Me.Panel2.ResumeLayout(False)
- Me.Panel2.PerformLayout()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 表單1_dgv As DataGridView
- Friend WithEvents 搜尋_bt As Button
- Friend WithEvents 量產訂單清單_lb As Label
- Friend WithEvents 客戶_cb As ComboBox
- Friend WithEvents 訂單屬性_lb As Label
- Friend WithEvents 日期3_dtp As DateTimePicker
- Friend WithEvents 提示_lb As Label
- Friend WithEvents 刪除該流水號指定資料_bt As Button
- Friend WithEvents 提示1_lb As Label
- Friend WithEvents 提示2_lb As Label
- Friend WithEvents Label10 As Label
- Friend WithEvents DM_cb As ComboBox
- Friend WithEvents 全部取消_bt As Button
- Friend WithEvents 資料全選_bt As Button
- Friend WithEvents 表單4_dgv As DataGridView
- Friend WithEvents 生成訂單SIZERUN_bt As Button
- Friend WithEvents 套用已有量產訂單號_bt As Button
- Friend WithEvents AddRemark_bt As Button
- Friend WithEvents 新增清單4_bt As Button
- Friend WithEvents 新增清單3_bt As Button
- Friend WithEvents 新增清單2_bt As Button
- Friend WithEvents 新增清單1_bt As Button
- Friend WithEvents 新增清單_bt As Button
- Friend WithEvents VendorName_lb As Label
- Friend WithEvents 備註1_tb As TextBox
- Friend WithEvents 工廠_cb As ComboBox
- Friend WithEvents Remark_lb As Label
- Friend WithEvents Remark_cb As ComboBox
- Friend WithEvents 備註3_tb As TextBox
- Friend WithEvents ToPort_cb As ComboBox
- Friend WithEvents FromPort_cb As ComboBox
- Friend WithEvents ToPort_lb As Label
- Friend WithEvents FromPort_lb As Label
- Friend WithEvents DeliveryTerms_cb As ComboBox
- Friend WithEvents ModeOfDelivery_cb As ComboBox
- Friend WithEvents 備註2_tb As TextBox
- Friend WithEvents DeliveryTerms_lb As Label
- Friend WithEvents 資料流水號_tb As TextBox
- Friend WithEvents 資料流水號_lb As Label
- Friend WithEvents 生成量產訂單抬頭_bt As Button
- Friend WithEvents 存檔_bt As Button
- Friend WithEvents 訂單數量_tb As TextBox
- Friend WithEvents 訂單數量_lb As Label
- Friend WithEvents 客戶訂單號_tb As TextBox
- Friend WithEvents 客戶訂單號_lb As Label
- Friend WithEvents 生成量產訂單號碼_bt As Button
- Friend WithEvents 訂單流水號_tb As TextBox
- Friend WithEvents C_N_lb As Label
- Friend WithEvents 交期_lb As Label
- Friend WithEvents 型體名稱_lb As Label
- Friend WithEvents 型體號碼_lb As Label
- Friend WithEvents 工廠_lb As Label
- Friend WithEvents 季節_lb As Label
- Friend WithEvents 客戶_lb As Label
- Friend WithEvents 表單2_dgv As DataGridView
- Friend WithEvents 訂單流水號_lb As Label
- Friend WithEvents ModeOfDelivery_lb As Label
- Friend WithEvents ShipFromAddress_lb As Label
- Friend WithEvents 表單3_dgv As DataGridView
- Friend WithEvents 下單日_lb As Label
- Friend WithEvents 季節_cb As ComboBox
- Friend WithEvents 訂單屬性_cb As ComboBox
- Friend WithEvents 型體號碼_cb As ComboBox
- Friend WithEvents 型體名稱_cb As ComboBox
- Friend WithEvents 搜尋顏色_tb As TextBox
- Friend WithEvents C_N_cb As ComboBox
- Friend WithEvents 客戶名稱_cb As ComboBox
- Friend WithEvents 客戶名稱_lb As Label
- Friend WithEvents DateTimePicker2 As DateTimePicker
- Friend WithEvents 工廠交期_lb As Label
- Friend WithEvents 客戶交期開始_lb As Label
- Friend WithEvents DateTimePicker3 As DateTimePicker
- Friend WithEvents 客戶交期結束_lb As Label
- Friend WithEvents DateTimePicker4 As DateTimePicker
- Friend WithEvents 新增顏色_bt As Button
- Friend WithEvents 交期_dtp As DateTimePicker
- Friend WithEvents 下單日_dtp As DateTimePicker
- Friend WithEvents Label1 As Label
- Friend WithEvents Label2 As Label
- Friend WithEvents 舊顏色資料_tb As TextBox
- Friend WithEvents 新顏色資料_tb As TextBox
- Friend WithEvents 顏色資料修改_bt As Button
- Friend WithEvents Panel1 As Panel
- Friend WithEvents SplitContainer1 As SplitContainer
- Friend WithEvents Panel2 As Panel
- Friend WithEvents 選擇項_bt As TextBox
- End Class
|