123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 樣品單控制表
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()> _
- Protected Overrides Sub Dispose(ByVal disposing As Boolean)
- Try
- If disposing AndAlso components IsNot Nothing Then
- components.Dispose()
- End If
- Finally
- MyBase.Dispose(disposing)
- End Try
- End Sub
-
- '為 Windows Form 設計工具的必要項
- Private components As System.ComponentModel.IContainer
-
- '注意: 以下為 Windows Form 設計工具所需的程序
- '可以使用 Windows Form 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Me.components = New System.ComponentModel.Container()
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.樣品訂單清單_lb = New System.Windows.Forms.Label()
- Me.樣品單_dgv = New System.Windows.Forms.DataGridView()
- Me.搜尋_bt = New System.Windows.Forms.Button()
- Me.返回_bt = New System.Windows.Forms.Button()
- Me.SO_lb = New System.Windows.Forms.Label()
- Me.SO_tb = New System.Windows.Forms.TextBox()
- Me.SEASON_cb = New System.Windows.Forms.ComboBox()
- Me.SEASON_lb = New System.Windows.Forms.Label()
- Me.CUST_cb = New System.Windows.Forms.ComboBox()
- Me.CUST_lb = New System.Windows.Forms.Label()
- Me.STYLEname_cb = New System.Windows.Forms.ComboBox()
- Me.STYLEname_lb = New System.Windows.Forms.Label()
- Me.STYLE_cb = New System.Windows.Forms.ComboBox()
- Me.STYLE_lb = New System.Windows.Forms.Label()
- Me.COUNTRY1_cb = New System.Windows.Forms.ComboBox()
- Me.COUNTRY1_lb = New System.Windows.Forms.Label()
- Me.PURPOSE_cb = New System.Windows.Forms.ComboBox()
- Me.PURPOSE_lb = New System.Windows.Forms.Label()
- Me.ISSUE_lb = New System.Windows.Forms.Label()
- Me.ISSUE_dtp = New System.Windows.Forms.DateTimePicker()
- Me.ETD_lb = New System.Windows.Forms.Label()
- Me.ETD_dtp = New System.Windows.Forms.DateTimePicker()
- Me.Label25 = New System.Windows.Forms.Label()
- Me.QTY_tb = New System.Windows.Forms.TextBox()
- Me.新增SEASON清單_bt = New System.Windows.Forms.Button()
- Me.新增COUNTRY清單_bt = New System.Windows.Forms.Button()
- Me.新增PURPOSE清單_bt = New System.Windows.Forms.Button()
- Me.複製新增_bt = New System.Windows.Forms.Button()
- Me.修改模式_bt = New System.Windows.Forms.Button()
- Me.存檔_bt = New System.Windows.Forms.Button()
- Me.刪除3_bt = New System.Windows.Forms.Button()
- Me.一般新增_bt = New System.Windows.Forms.Button()
- Me.明細2_dgv = New System.Windows.Forms.DataGridView()
- Me.清空_bt = New System.Windows.Forms.Button()
- Me.清空1_bt = New System.Windows.Forms.Button()
- Me.制表日期_lb = New System.Windows.Forms.Label()
- Me.制表日期_dtp = New System.Windows.Forms.DateTimePicker()
- Me.制表人_lb = New System.Windows.Forms.Label()
- Me.制表人_tb = New System.Windows.Forms.TextBox()
- Me.版次_lb = New System.Windows.Forms.Label()
- Me.版次_tb = New System.Windows.Forms.TextBox()
- Me.明細3_dgv = New System.Windows.Forms.DataGridView()
- Me.部件_lb = New System.Windows.Forms.Label()
- Me.選擇_lb = New System.Windows.Forms.Label()
- Me.選擇_tb = New System.Windows.Forms.TextBox()
- Me.刪除1_bt = New System.Windows.Forms.Button()
- Me.新增_bt = New System.Windows.Forms.Button()
- Me.新增1_cb = New System.Windows.Forms.ComboBox()
- Me.新增1_bt = New System.Windows.Forms.Button()
- Me.刪除_bt = New System.Windows.Forms.Button()
- Me.項_lb = New System.Windows.Forms.Label()
- Me.選擇第_lb = New System.Windows.Forms.Label()
- Me.選擇第_tb = New System.Windows.Forms.TextBox()
- Me.明細5_dgv = New System.Windows.Forms.DataGridView()
- Me.項_tb = New System.Windows.Forms.TextBox()
- Me.新增部件清單_bt = New System.Windows.Forms.Button()
- Me.資料尚未存檔_lb = New System.Windows.Forms.Label()
- Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
- Me.REVISED_bt = New System.Windows.Forms.Button()
- Me.新增供應商清單_bt = New System.Windows.Forms.Button()
- Me.新增顏色清單_bt = New System.Windows.Forms.Button()
- Me.明細4_dgv = New System.Windows.Forms.DataGridView()
- Me.列印單_bt = New System.Windows.Forms.Button()
- Me.列印_bt = New System.Windows.Forms.Button()
- Me.重新排序_bt = New System.Windows.Forms.Button()
- Me.排序時間_lb = New System.Windows.Forms.Label()
- Me.REQBY_lb = New System.Windows.Forms.Label()
- Me.REQBY_tb = New System.Windows.Forms.TextBox()
- Me.FACTORY_tb = New System.Windows.Forms.ComboBox()
- Me.FACTORY_lb = New System.Windows.Forms.Label()
- Me.新增工廠清單_bt = New System.Windows.Forms.Button()
- Me.PictureBox1 = New System.Windows.Forms.PictureBox()
- Me.樣品訂單轉制預告訂單_bt = New System.Windows.Forms.Button()
- Me.GroupBox1 = New System.Windows.Forms.GroupBox()
- Me.取消_bt = New System.Windows.Forms.Button()
- Me.COUNTRY_cb = New System.Windows.Forms.ComboBox()
- Me.COUNTRY_lb = New System.Windows.Forms.Label()
- Me.確定轉制訂單_bt = New System.Windows.Forms.Button()
- Me.清空3_bt = New System.Windows.Forms.Button()
- Me.清空2_bt = New System.Windows.Forms.Button()
- Me.ETD1_lb = New System.Windows.Forms.Label()
- Me.ETD1_dtp = New System.Windows.Forms.DateTimePicker()
- Me.ISSUE1_lb = New System.Windows.Forms.Label()
- Me.ISSUE1_dtp = New System.Windows.Forms.DateTimePicker()
- Me.清單伸展_ch = New System.Windows.Forms.CheckBox()
- Me.明細6_dgv = New System.Windows.Forms.DataGridView()
- Me.新增客戶清單_bt = New System.Windows.Forms.Button()
- Me.ComboBox10 = New System.Windows.Forms.ComboBox()
- Me.新增_cb = New System.Windows.Forms.ComboBox()
- Me.指定資料寫入_bt = New System.Windows.Forms.Button()
- Me.選擇清單中_lb = New System.Windows.Forms.Label()
- Me.筆資料中的_tb = New System.Windows.Forms.TextBox()
- Me.筆資料中的_lb = New System.Windows.Forms.Label()
- Me.選擇清單中_tb = New System.Windows.Forms.TextBox()
- Me.筆_lb = New System.Windows.Forms.Label()
- Me.供應商_cb = New System.Windows.Forms.ComboBox()
- Me.供應商_lb = New System.Windows.Forms.Label()
- Me.供應商2_cb = New System.Windows.Forms.ComboBox()
- Me.供應商3_cb = New System.Windows.Forms.ComboBox()
- Me.中皮_cb = New System.Windows.Forms.ComboBox()
- Me.中皮_lb = New System.Windows.Forms.Label()
- Me.中皮1_tb = New System.Windows.Forms.TextBox()
- Me.中皮2_tb = New System.Windows.Forms.TextBox()
- Me.中底_cb = New System.Windows.Forms.ComboBox()
- Me.中底_lb = New System.Windows.Forms.Label()
- Me.中底_tb = New System.Windows.Forms.TextBox()
- Me.Label31 = New System.Windows.Forms.Label()
- Me.TextBox12 = New System.Windows.Forms.TextBox()
- Me.楦頭編號_cb = New System.Windows.Forms.ComboBox()
- Me.楦頭編號_lb = New System.Windows.Forms.Label()
- Me.廠商類別_cb = New System.Windows.Forms.ComboBox()
- Me.廠商類別_lb = New System.Windows.Forms.Label()
- Me.模具編號_cb = New System.Windows.Forms.ComboBox()
- Me.模具編號_lb = New System.Windows.Forms.Label()
- CType(Me.樣品單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.明細2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.明細3_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.明細5_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.明細4_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.GroupBox1.SuspendLayout()
- CType(Me.明細6_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '樣品訂單清單_lb
- '
- Me.樣品訂單清單_lb.AutoSize = True
- Me.樣品訂單清單_lb.Location = New System.Drawing.Point(14, 5)
- Me.樣品訂單清單_lb.Name = "樣品訂單清單_lb"
- Me.樣品訂單清單_lb.Size = New System.Drawing.Size(79, 16)
- Me.樣品訂單清單_lb.TabIndex = 677
- Me.樣品訂單清單_lb.Text = "樣品訂單清單"
- '
- '樣品單_dgv
- '
- Me.樣品單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.樣品單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.樣品單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.樣品單_dgv.Location = New System.Drawing.Point(12, 26)
- Me.樣品單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.樣品單_dgv.Name = "樣品單_dgv"
- Me.樣品單_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.樣品單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
- Me.樣品單_dgv.RowTemplate.Height = 24
- Me.樣品單_dgv.Size = New System.Drawing.Size(475, 937)
- Me.樣品單_dgv.TabIndex = 676
- '
- '搜尋_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, 0)
- Me.搜尋_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.搜尋_bt.Name = "搜尋_bt"
- Me.搜尋_bt.Size = New System.Drawing.Size(50, 24)
- Me.搜尋_bt.TabIndex = 678
- Me.搜尋_bt.Text = "搜尋"
- Me.搜尋_bt.UseVisualStyleBackColor = True
- '
- '返回_bt
- '
- Me.返回_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.返回_bt.ForeColor = System.Drawing.Color.Black
- Me.返回_bt.Location = New System.Drawing.Point(437, 0)
- Me.返回_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.返回_bt.Name = "返回_bt"
- Me.返回_bt.Size = New System.Drawing.Size(50, 24)
- Me.返回_bt.TabIndex = 679
- Me.返回_bt.Text = "返回"
- Me.返回_bt.UseVisualStyleBackColor = True
- '
- 'SO_lb
- '
- Me.SO_lb.AutoSize = True
- Me.SO_lb.Location = New System.Drawing.Point(509, 9)
- Me.SO_lb.Name = "SO_lb"
- Me.SO_lb.Size = New System.Drawing.Size(37, 16)
- Me.SO_lb.TabIndex = 681
- Me.SO_lb.Text = "S/O#"
- '
- 'SO_tb
- '
- Me.SO_tb.Location = New System.Drawing.Point(549, 6)
- Me.SO_tb.Name = "SO_tb"
- Me.SO_tb.Size = New System.Drawing.Size(169, 23)
- Me.SO_tb.TabIndex = 680
- '
- 'SEASON_cb
- '
- Me.SEASON_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.SEASON_cb.FormattingEnabled = True
- Me.SEASON_cb.Location = New System.Drawing.Point(549, 31)
- Me.SEASON_cb.Name = "SEASON_cb"
- Me.SEASON_cb.Size = New System.Drawing.Size(169, 24)
- Me.SEASON_cb.TabIndex = 682
- '
- 'SEASON_lb
- '
- Me.SEASON_lb.AutoSize = True
- Me.SEASON_lb.ForeColor = System.Drawing.Color.Red
- Me.SEASON_lb.Location = New System.Drawing.Point(493, 37)
- Me.SEASON_lb.Name = "SEASON_lb"
- Me.SEASON_lb.Size = New System.Drawing.Size(56, 16)
- Me.SEASON_lb.TabIndex = 683
- Me.SEASON_lb.Text = "SEASON"
- '
- 'CUST_cb
- '
- Me.CUST_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.CUST_cb.FormattingEnabled = True
- Me.CUST_cb.Location = New System.Drawing.Point(549, 238)
- Me.CUST_cb.Name = "CUST_cb"
- Me.CUST_cb.Size = New System.Drawing.Size(280, 24)
- Me.CUST_cb.TabIndex = 684
- '
- 'CUST_lb
- '
- Me.CUST_lb.AutoSize = True
- Me.CUST_lb.ForeColor = System.Drawing.Color.Red
- Me.CUST_lb.Location = New System.Drawing.Point(508, 241)
- Me.CUST_lb.Name = "CUST_lb"
- Me.CUST_lb.Size = New System.Drawing.Size(38, 16)
- Me.CUST_lb.TabIndex = 685
- Me.CUST_lb.Text = "CUST"
- '
- 'STYLEname_cb
- '
- Me.STYLEname_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.STYLEname_cb.FormattingEnabled = True
- Me.STYLEname_cb.Location = New System.Drawing.Point(549, 135)
- Me.STYLEname_cb.Name = "STYLEname_cb"
- Me.STYLEname_cb.Size = New System.Drawing.Size(169, 24)
- Me.STYLEname_cb.TabIndex = 688
- '
- 'STYLEname_lb
- '
- Me.STYLEname_lb.AutoSize = True
- Me.STYLEname_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.STYLEname_lb.ForeColor = System.Drawing.Color.Black
- Me.STYLEname_lb.Location = New System.Drawing.Point(505, 132)
- Me.STYLEname_lb.Name = "STYLEname_lb"
- Me.STYLEname_lb.Size = New System.Drawing.Size(41, 30)
- Me.STYLEname_lb.TabIndex = 689
- Me.STYLEname_lb.Text = "STYLE " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "NAME"
- '
- 'STYLE_cb
- '
- Me.STYLE_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.STYLE_cb.FormattingEnabled = True
- Me.STYLE_cb.Location = New System.Drawing.Point(549, 109)
- Me.STYLE_cb.Name = "STYLE_cb"
- Me.STYLE_cb.Size = New System.Drawing.Size(169, 24)
- Me.STYLE_cb.TabIndex = 686
- '
- 'STYLE_lb
- '
- Me.STYLE_lb.AutoSize = True
- Me.STYLE_lb.ForeColor = System.Drawing.Color.Red
- Me.STYLE_lb.Location = New System.Drawing.Point(497, 112)
- Me.STYLE_lb.Name = "STYLE_lb"
- Me.STYLE_lb.Size = New System.Drawing.Size(49, 16)
- Me.STYLE_lb.TabIndex = 687
- Me.STYLE_lb.Text = "STYLE#"
- '
- 'COUNTRY1_cb
- '
- Me.COUNTRY1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.COUNTRY1_cb.FormattingEnabled = True
- Me.COUNTRY1_cb.Location = New System.Drawing.Point(788, 83)
- Me.COUNTRY1_cb.Name = "COUNTRY1_cb"
- Me.COUNTRY1_cb.Size = New System.Drawing.Size(140, 24)
- Me.COUNTRY1_cb.TabIndex = 690
- '
- 'COUNTRY1_lb
- '
- Me.COUNTRY1_lb.AutoSize = True
- Me.COUNTRY1_lb.ForeColor = System.Drawing.Color.Red
- Me.COUNTRY1_lb.Location = New System.Drawing.Point(720, 86)
- Me.COUNTRY1_lb.Name = "COUNTRY1_lb"
- Me.COUNTRY1_lb.Size = New System.Drawing.Size(66, 16)
- Me.COUNTRY1_lb.TabIndex = 691
- Me.COUNTRY1_lb.Text = "COUNTRY"
- '
- 'PURPOSE_cb
- '
- Me.PURPOSE_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.PURPOSE_cb.FormattingEnabled = True
- Me.PURPOSE_cb.Location = New System.Drawing.Point(549, 83)
- Me.PURPOSE_cb.Name = "PURPOSE_cb"
- Me.PURPOSE_cb.Size = New System.Drawing.Size(169, 24)
- Me.PURPOSE_cb.TabIndex = 692
- '
- 'PURPOSE_lb
- '
- Me.PURPOSE_lb.AutoSize = True
- Me.PURPOSE_lb.ForeColor = System.Drawing.Color.Red
- Me.PURPOSE_lb.Location = New System.Drawing.Point(487, 86)
- Me.PURPOSE_lb.Name = "PURPOSE_lb"
- Me.PURPOSE_lb.Size = New System.Drawing.Size(62, 16)
- Me.PURPOSE_lb.TabIndex = 693
- Me.PURPOSE_lb.Text = "PURPOSE"
- '
- 'ISSUE_lb
- '
- Me.ISSUE_lb.AutoSize = True
- Me.ISSUE_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ISSUE_lb.Location = New System.Drawing.Point(748, 28)
- Me.ISSUE_lb.Name = "ISSUE_lb"
- Me.ISSUE_lb.Size = New System.Drawing.Size(39, 30)
- Me.ISSUE_lb.TabIndex = 695
- Me.ISSUE_lb.Text = "ISSUE " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "DATE"
- '
- 'ISSUE_dtp
- '
- Me.ISSUE_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.ISSUE_dtp.Location = New System.Drawing.Point(788, 31)
- Me.ISSUE_dtp.Name = "ISSUE_dtp"
- Me.ISSUE_dtp.Size = New System.Drawing.Size(94, 23)
- Me.ISSUE_dtp.TabIndex = 694
- '
- 'ETD_lb
- '
- Me.ETD_lb.AutoSize = True
- Me.ETD_lb.Location = New System.Drawing.Point(756, 61)
- Me.ETD_lb.Name = "ETD_lb"
- Me.ETD_lb.Size = New System.Drawing.Size(30, 16)
- Me.ETD_lb.TabIndex = 697
- Me.ETD_lb.Text = "ETD"
- '
- 'ETD_dtp
- '
- Me.ETD_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.ETD_dtp.Location = New System.Drawing.Point(788, 58)
- Me.ETD_dtp.Name = "ETD_dtp"
- Me.ETD_dtp.Size = New System.Drawing.Size(94, 23)
- Me.ETD_dtp.TabIndex = 696
- '
- 'Label25
- '
- Me.Label25.AutoSize = True
- Me.Label25.ForeColor = System.Drawing.Color.Red
- Me.Label25.Location = New System.Drawing.Point(515, 164)
- Me.Label25.Name = "Label25"
- Me.Label25.Size = New System.Drawing.Size(31, 16)
- Me.Label25.TabIndex = 699
- Me.Label25.Text = "QTY"
- '
- 'QTY_tb
- '
- Me.QTY_tb.Location = New System.Drawing.Point(549, 161)
- Me.QTY_tb.Name = "QTY_tb"
- Me.QTY_tb.Size = New System.Drawing.Size(169, 23)
- Me.QTY_tb.TabIndex = 698
- '
- '新增SEASON清單_bt
- '
- Me.新增SEASON清單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.新增SEASON清單_bt.ForeColor = System.Drawing.Color.Olive
- Me.新增SEASON清單_bt.Location = New System.Drawing.Point(1699, 29)
- Me.新增SEASON清單_bt.Name = "新增SEASON清單_bt"
- Me.新增SEASON清單_bt.Size = New System.Drawing.Size(130, 25)
- Me.新增SEASON清單_bt.TabIndex = 701
- Me.新增SEASON清單_bt.Text = "新增SEASON清單"
- Me.新增SEASON清單_bt.UseVisualStyleBackColor = True
- '
- '新增COUNTRY清單_bt
- '
- Me.新增COUNTRY清單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.新增COUNTRY清單_bt.ForeColor = System.Drawing.Color.Olive
- Me.新增COUNTRY清單_bt.Location = New System.Drawing.Point(1699, 55)
- Me.新增COUNTRY清單_bt.Name = "新增COUNTRY清單_bt"
- Me.新增COUNTRY清單_bt.Size = New System.Drawing.Size(130, 25)
- Me.新增COUNTRY清單_bt.TabIndex = 700
- Me.新增COUNTRY清單_bt.Text = "新增COUNTRY清單"
- Me.新增COUNTRY清單_bt.UseVisualStyleBackColor = True
- '
- '新增PURPOSE清單_bt
- '
- Me.新增PURPOSE清單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.新增PURPOSE清單_bt.ForeColor = System.Drawing.Color.Olive
- Me.新增PURPOSE清單_bt.Location = New System.Drawing.Point(1699, 81)
- Me.新增PURPOSE清單_bt.Name = "新增PURPOSE清單_bt"
- Me.新增PURPOSE清單_bt.Size = New System.Drawing.Size(130, 25)
- Me.新增PURPOSE清單_bt.TabIndex = 702
- Me.新增PURPOSE清單_bt.Text = "新增PURPOSE清單"
- Me.新增PURPOSE清單_bt.UseVisualStyleBackColor = True
- '
- '複製新增_bt
- '
- Me.複製新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.複製新增_bt.ForeColor = System.Drawing.Color.Blue
- Me.複製新增_bt.Location = New System.Drawing.Point(1831, 62)
- Me.複製新增_bt.Name = "複製新增_bt"
- Me.複製新增_bt.Size = New System.Drawing.Size(70, 28)
- Me.複製新增_bt.TabIndex = 707
- Me.複製新增_bt.Text = "複製新增"
- Me.複製新增_bt.UseVisualStyleBackColor = True
- '
- '修改模式_bt
- '
- Me.修改模式_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.修改模式_bt.ForeColor = System.Drawing.Color.Green
- Me.修改模式_bt.Location = New System.Drawing.Point(1831, 92)
- Me.修改模式_bt.Name = "修改模式_bt"
- Me.修改模式_bt.Size = New System.Drawing.Size(70, 28)
- Me.修改模式_bt.TabIndex = 704
- Me.修改模式_bt.Text = "修改模式"
- Me.修改模式_bt.UseVisualStyleBackColor = True
- '
- '存檔_bt
- '
- Me.存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.存檔_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.存檔_bt.Location = New System.Drawing.Point(1831, 152)
- Me.存檔_bt.Name = "存檔_bt"
- Me.存檔_bt.Size = New System.Drawing.Size(70, 28)
- Me.存檔_bt.TabIndex = 703
- Me.存檔_bt.Text = "存檔"
- Me.存檔_bt.UseVisualStyleBackColor = True
- '
- '刪除3_bt
- '
- Me.刪除3_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.刪除3_bt.ForeColor = System.Drawing.Color.Red
- Me.刪除3_bt.Location = New System.Drawing.Point(1831, 182)
- Me.刪除3_bt.Name = "刪除3_bt"
- Me.刪除3_bt.Size = New System.Drawing.Size(70, 28)
- Me.刪除3_bt.TabIndex = 705
- Me.刪除3_bt.Text = "刪除"
- Me.刪除3_bt.UseVisualStyleBackColor = True
- '
- '一般新增_bt
- '
- Me.一般新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.一般新增_bt.ForeColor = System.Drawing.Color.Blue
- Me.一般新增_bt.Location = New System.Drawing.Point(1831, 32)
- Me.一般新增_bt.Name = "一般新增_bt"
- Me.一般新增_bt.Size = New System.Drawing.Size(70, 28)
- Me.一般新增_bt.TabIndex = 706
- Me.一般新增_bt.Text = "一般新增"
- Me.一般新增_bt.UseVisualStyleBackColor = True
- '
- '明細2_dgv
- '
- DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.明細2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
- Me.明細2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.明細2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.明細2_dgv.Location = New System.Drawing.Point(1182, 32)
- Me.明細2_dgv.Name = "明細2_dgv"
- Me.明細2_dgv.RowHeadersWidth = 5
- Me.明細2_dgv.RowTemplate.Height = 24
- Me.明細2_dgv.Size = New System.Drawing.Size(511, 126)
- Me.明細2_dgv.TabIndex = 708
- '
- '清空_bt
- '
- Me.清空_bt.ForeColor = System.Drawing.Color.Black
- Me.清空_bt.Location = New System.Drawing.Point(888, 32)
- Me.清空_bt.Name = "清空_bt"
- Me.清空_bt.Size = New System.Drawing.Size(41, 24)
- Me.清空_bt.TabIndex = 710
- Me.清空_bt.Text = "清空"
- Me.清空_bt.UseVisualStyleBackColor = True
- '
- '清空1_bt
- '
- Me.清空1_bt.ForeColor = System.Drawing.Color.Black
- Me.清空1_bt.Location = New System.Drawing.Point(888, 58)
- Me.清空1_bt.Name = "清空1_bt"
- Me.清空1_bt.Size = New System.Drawing.Size(41, 24)
- Me.清空1_bt.TabIndex = 711
- Me.清空1_bt.Text = "清空"
- Me.清空1_bt.UseVisualStyleBackColor = True
- '
- '制表日期_lb
- '
- Me.制表日期_lb.AutoSize = True
- Me.制表日期_lb.Location = New System.Drawing.Point(731, 163)
- Me.制表日期_lb.Name = "制表日期_lb"
- Me.制表日期_lb.Size = New System.Drawing.Size(55, 16)
- Me.制表日期_lb.TabIndex = 713
- Me.制表日期_lb.Text = "制表日期"
- '
- '制表日期_dtp
- '
- Me.制表日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.制表日期_dtp.Location = New System.Drawing.Point(788, 160)
- Me.制表日期_dtp.Name = "制表日期_dtp"
- Me.制表日期_dtp.Size = New System.Drawing.Size(141, 23)
- Me.制表日期_dtp.TabIndex = 712
- '
- '制表人_lb
- '
- Me.制表人_lb.AutoSize = True
- Me.制表人_lb.Location = New System.Drawing.Point(743, 138)
- Me.制表人_lb.Name = "制表人_lb"
- Me.制表人_lb.Size = New System.Drawing.Size(43, 16)
- Me.制表人_lb.TabIndex = 715
- Me.制表人_lb.Text = "制表人"
- '
- '制表人_tb
- '
- Me.制表人_tb.Location = New System.Drawing.Point(788, 135)
- Me.制表人_tb.Name = "制表人_tb"
- Me.制表人_tb.Size = New System.Drawing.Size(141, 23)
- Me.制表人_tb.TabIndex = 714
- '
- '版次_lb
- '
- Me.版次_lb.AutoSize = True
- Me.版次_lb.Location = New System.Drawing.Point(756, 9)
- Me.版次_lb.Name = "版次_lb"
- Me.版次_lb.Size = New System.Drawing.Size(31, 16)
- Me.版次_lb.TabIndex = 717
- Me.版次_lb.Text = "版次"
- '
- '版次_tb
- '
- Me.版次_tb.Location = New System.Drawing.Point(788, 6)
- Me.版次_tb.Name = "版次_tb"
- Me.版次_tb.Size = New System.Drawing.Size(140, 23)
- Me.版次_tb.TabIndex = 716
- '
- '明細3_dgv
- '
- Me.明細3_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.明細3_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.明細3_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.明細3_dgv.Location = New System.Drawing.Point(493, 292)
- Me.明細3_dgv.Name = "明細3_dgv"
- Me.明細3_dgv.RowHeadersWidth = 5
- Me.明細3_dgv.RowTemplate.Height = 24
- Me.明細3_dgv.Size = New System.Drawing.Size(1408, 526)
- Me.明細3_dgv.TabIndex = 718
- '
- '部件_lb
- '
- Me.部件_lb.AutoSize = True
- Me.部件_lb.Location = New System.Drawing.Point(1469, 269)
- Me.部件_lb.Name = "部件_lb"
- Me.部件_lb.Size = New System.Drawing.Size(43, 16)
- Me.部件_lb.TabIndex = 723
- Me.部件_lb.Text = "部件。"
- '
- '選擇_lb
- '
- Me.選擇_lb.AutoSize = True
- Me.選擇_lb.Location = New System.Drawing.Point(1243, 269)
- Me.選擇_lb.Name = "選擇_lb"
- Me.選擇_lb.Size = New System.Drawing.Size(31, 16)
- Me.選擇_lb.TabIndex = 722
- Me.選擇_lb.Text = "選擇"
- '
- '選擇_tb
- '
- Me.選擇_tb.Location = New System.Drawing.Point(1274, 266)
- Me.選擇_tb.Name = "選擇_tb"
- Me.選擇_tb.Size = New System.Drawing.Size(196, 23)
- Me.選擇_tb.TabIndex = 721
- '
- '刪除1_bt
- '
- Me.刪除1_bt.ForeColor = System.Drawing.Color.Red
- Me.刪除1_bt.Location = New System.Drawing.Point(1179, 266)
- Me.刪除1_bt.Name = "刪除1_bt"
- Me.刪除1_bt.Size = New System.Drawing.Size(63, 23)
- Me.刪除1_bt.TabIndex = 720
- Me.刪除1_bt.Text = "刪除"
- Me.刪除1_bt.UseVisualStyleBackColor = True
- '
- '新增_bt
- '
- Me.新增_bt.Location = New System.Drawing.Point(840, 265)
- Me.新增_bt.Name = "新增_bt"
- Me.新增_bt.Size = New System.Drawing.Size(55, 23)
- Me.新增_bt.TabIndex = 719
- Me.新增_bt.Text = "新增"
- Me.新增_bt.UseVisualStyleBackColor = True
- '
- '新增1_cb
- '
- Me.新增1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.新增1_cb.FormattingEnabled = True
- Me.新增1_cb.Location = New System.Drawing.Point(967, 265)
- Me.新增1_cb.Name = "新增1_cb"
- Me.新增1_cb.Size = New System.Drawing.Size(211, 24)
- Me.新增1_cb.TabIndex = 724
- '
- '新增1_bt
- '
- Me.新增1_bt.Location = New System.Drawing.Point(1182, 7)
- Me.新增1_bt.Name = "新增1_bt"
- Me.新增1_bt.Size = New System.Drawing.Size(75, 23)
- Me.新增1_bt.TabIndex = 725
- Me.新增1_bt.Text = "新增"
- Me.新增1_bt.UseVisualStyleBackColor = True
- '
- '刪除_bt
- '
- Me.刪除_bt.ForeColor = System.Drawing.Color.Red
- Me.刪除_bt.Location = New System.Drawing.Point(1263, 7)
- Me.刪除_bt.Name = "刪除_bt"
- Me.刪除_bt.Size = New System.Drawing.Size(75, 23)
- Me.刪除_bt.TabIndex = 726
- Me.刪除_bt.Text = "刪除"
- Me.刪除_bt.UseVisualStyleBackColor = True
- '
- '項_lb
- '
- Me.項_lb.AutoSize = True
- Me.項_lb.Location = New System.Drawing.Point(1442, 10)
- Me.項_lb.Name = "項_lb"
- Me.項_lb.Size = New System.Drawing.Size(19, 16)
- Me.項_lb.TabIndex = 729
- Me.項_lb.Text = "項"
- '
- '選擇第_lb
- '
- Me.選擇第_lb.AutoSize = True
- Me.選擇第_lb.Location = New System.Drawing.Point(1344, 10)
- Me.選擇第_lb.Name = "選擇第_lb"
- Me.選擇第_lb.Size = New System.Drawing.Size(43, 16)
- Me.選擇第_lb.TabIndex = 728
- Me.選擇第_lb.Text = "選擇第"
- '
- '選擇第_tb
- '
- Me.選擇第_tb.Location = New System.Drawing.Point(1390, 7)
- Me.選擇第_tb.Name = "選擇第_tb"
- Me.選擇第_tb.Size = New System.Drawing.Size(46, 23)
- Me.選擇第_tb.TabIndex = 727
- '
- '明細5_dgv
- '
- Me.明細5_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.明細5_dgv.Location = New System.Drawing.Point(538, 365)
- Me.明細5_dgv.Name = "明細5_dgv"
- Me.明細5_dgv.RowHeadersWidth = 5
- Me.明細5_dgv.RowTemplate.Height = 24
- Me.明細5_dgv.Size = New System.Drawing.Size(215, 203)
- Me.明細5_dgv.TabIndex = 730
- '
- '項_tb
- '
- Me.項_tb.Location = New System.Drawing.Point(1468, 7)
- Me.項_tb.Name = "項_tb"
- Me.項_tb.Size = New System.Drawing.Size(103, 23)
- Me.項_tb.TabIndex = 731
- '
- '新增部件清單_bt
- '
- Me.新增部件清單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.新增部件清單_bt.ForeColor = System.Drawing.Color.Olive
- Me.新增部件清單_bt.Location = New System.Drawing.Point(1699, 107)
- Me.新增部件清單_bt.Name = "新增部件清單_bt"
- Me.新增部件清單_bt.Size = New System.Drawing.Size(130, 25)
- Me.新增部件清單_bt.TabIndex = 732
- Me.新增部件清單_bt.Text = "新增部件清單"
- Me.新增部件清單_bt.UseVisualStyleBackColor = True
- '
- '資料尚未存檔_lb
- '
- Me.資料尚未存檔_lb.AutoSize = True
- Me.資料尚未存檔_lb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.資料尚未存檔_lb.ForeColor = System.Drawing.Color.Red
- Me.資料尚未存檔_lb.Location = New System.Drawing.Point(1582, 8)
- Me.資料尚未存檔_lb.Name = "資料尚未存檔_lb"
- Me.資料尚未存檔_lb.Size = New System.Drawing.Size(106, 21)
- Me.資料尚未存檔_lb.TabIndex = 733
- Me.資料尚未存檔_lb.Text = "資料尚未存檔"
- Me.資料尚未存檔_lb.Visible = False
- '
- 'Timer1
- '
- Me.Timer1.Interval = 500
- '
- 'REVISED_bt
- '
- Me.REVISED_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.REVISED_bt.ForeColor = System.Drawing.Color.Green
- Me.REVISED_bt.Location = New System.Drawing.Point(1831, 122)
- Me.REVISED_bt.Name = "REVISED_bt"
- Me.REVISED_bt.Size = New System.Drawing.Size(70, 28)
- Me.REVISED_bt.TabIndex = 734
- Me.REVISED_bt.Text = "REVISED"
- Me.REVISED_bt.UseVisualStyleBackColor = True
- '
- '新增供應商清單_bt
- '
- Me.新增供應商清單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.新增供應商清單_bt.ForeColor = System.Drawing.Color.Olive
- Me.新增供應商清單_bt.Location = New System.Drawing.Point(1699, 133)
- Me.新增供應商清單_bt.Name = "新增供應商清單_bt"
- Me.新增供應商清單_bt.Size = New System.Drawing.Size(130, 25)
- Me.新增供應商清單_bt.TabIndex = 735
- Me.新增供應商清單_bt.Text = "新增供應商清單"
- Me.新增供應商清單_bt.UseVisualStyleBackColor = True
- '
- '新增顏色清單_bt
- '
- Me.新增顏色清單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.新增顏色清單_bt.ForeColor = System.Drawing.Color.Olive
- Me.新增顏色清單_bt.Location = New System.Drawing.Point(1699, 159)
- Me.新增顏色清單_bt.Name = "新增顏色清單_bt"
- Me.新增顏色清單_bt.Size = New System.Drawing.Size(130, 25)
- Me.新增顏色清單_bt.TabIndex = 736
- 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.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.明細4_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.明細4_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.明細4_dgv.Location = New System.Drawing.Point(493, 823)
- Me.明細4_dgv.Name = "明細4_dgv"
- Me.明細4_dgv.RowHeadersWidth = 5
- Me.明細4_dgv.RowTemplate.Height = 24
- Me.明細4_dgv.Size = New System.Drawing.Size(1408, 140)
- Me.明細4_dgv.TabIndex = 737
- '
- '列印單_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(1699, 3)
- Me.列印單_bt.Name = "列印單_bt"
- Me.列印單_bt.Size = New System.Drawing.Size(130, 25)
- Me.列印單_bt.TabIndex = 738
- 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.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.列印_bt.ForeColor = System.Drawing.Color.Black
- Me.列印_bt.Location = New System.Drawing.Point(1831, 3)
- Me.列印_bt.Name = "列印_bt"
- Me.列印_bt.Size = New System.Drawing.Size(70, 28)
- Me.列印_bt.TabIndex = 739
- Me.列印_bt.Text = "列印標籤"
- Me.列印_bt.UseVisualStyleBackColor = True
- '
- '重新排序_bt
- '
- Me.重新排序_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.重新排序_bt.ForeColor = System.Drawing.Color.Black
- Me.重新排序_bt.Location = New System.Drawing.Point(1831, 211)
- Me.重新排序_bt.Name = "重新排序_bt"
- Me.重新排序_bt.Size = New System.Drawing.Size(70, 51)
- Me.重新排序_bt.TabIndex = 740
- Me.重新排序_bt.Text = "重新" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "排序"
- Me.重新排序_bt.UseVisualStyleBackColor = True
- '
- '排序時間_lb
- '
- Me.排序時間_lb.AutoSize = True
- Me.排序時間_lb.Location = New System.Drawing.Point(1711, 268)
- Me.排序時間_lb.Name = "排序時間_lb"
- Me.排序時間_lb.Size = New System.Drawing.Size(180, 16)
- Me.排序時間_lb.TabIndex = 741
- Me.排序時間_lb.Text = "排序格式為 : 01、02、03、到99"
- '
- 'REQBY_lb
- '
- Me.REQBY_lb.AutoSize = True
- Me.REQBY_lb.Location = New System.Drawing.Point(734, 112)
- Me.REQBY_lb.Name = "REQBY_lb"
- Me.REQBY_lb.Size = New System.Drawing.Size(52, 16)
- Me.REQBY_lb.TabIndex = 743
- Me.REQBY_lb.Text = "REQ. BY"
- '
- 'REQBY_tb
- '
- Me.REQBY_tb.Location = New System.Drawing.Point(788, 109)
- Me.REQBY_tb.Name = "REQBY_tb"
- Me.REQBY_tb.Size = New System.Drawing.Size(141, 23)
- Me.REQBY_tb.TabIndex = 742
- '
- 'FACTORY_tb
- '
- Me.FACTORY_tb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.FACTORY_tb.FormattingEnabled = True
- Me.FACTORY_tb.Location = New System.Drawing.Point(549, 57)
- Me.FACTORY_tb.Name = "FACTORY_tb"
- Me.FACTORY_tb.Size = New System.Drawing.Size(169, 24)
- Me.FACTORY_tb.TabIndex = 744
- '
- 'FACTORY_lb
- '
- Me.FACTORY_lb.AutoSize = True
- Me.FACTORY_lb.ForeColor = System.Drawing.Color.Red
- Me.FACTORY_lb.Location = New System.Drawing.Point(487, 60)
- Me.FACTORY_lb.Name = "FACTORY_lb"
- Me.FACTORY_lb.Size = New System.Drawing.Size(61, 16)
- Me.FACTORY_lb.TabIndex = 745
- Me.FACTORY_lb.Text = "FACTORY"
- '
- '新增工廠清單_bt
- '
- Me.新增工廠清單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.新增工廠清單_bt.ForeColor = System.Drawing.Color.Olive
- Me.新增工廠清單_bt.Location = New System.Drawing.Point(1699, 185)
- Me.新增工廠清單_bt.Name = "新增工廠清單_bt"
- Me.新增工廠清單_bt.Size = New System.Drawing.Size(130, 25)
- Me.新增工廠清單_bt.TabIndex = 746
- Me.新增工廠清單_bt.Text = "新增工廠清單"
- Me.新增工廠清單_bt.UseVisualStyleBackColor = True
- '
- 'PictureBox1
- '
- Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.PictureBox1.Location = New System.Drawing.Point(931, 7)
- Me.PictureBox1.Name = "PictureBox1"
- Me.PictureBox1.Size = New System.Drawing.Size(245, 176)
- Me.PictureBox1.TabIndex = 709
- Me.PictureBox1.TabStop = False
- '
- '樣品訂單轉制預告訂單_bt
- '
- Me.樣品訂單轉制預告訂單_bt.ForeColor = System.Drawing.Color.Red
- Me.樣品訂單轉制預告訂單_bt.Location = New System.Drawing.Point(100, 0)
- Me.樣品訂單轉制預告訂單_bt.Name = "樣品訂單轉制預告訂單_bt"
- Me.樣品訂單轉制預告訂單_bt.Size = New System.Drawing.Size(158, 24)
- Me.樣品訂單轉制預告訂單_bt.TabIndex = 747
- Me.樣品訂單轉制預告訂單_bt.Text = "樣品訂單轉制預告訂單"
- Me.樣品訂單轉制預告訂單_bt.UseVisualStyleBackColor = True
- '
- 'GroupBox1
- '
- Me.GroupBox1.Controls.Add(Me.取消_bt)
- Me.GroupBox1.Controls.Add(Me.COUNTRY_cb)
- Me.GroupBox1.Controls.Add(Me.COUNTRY_lb)
- Me.GroupBox1.Controls.Add(Me.確定轉制訂單_bt)
- Me.GroupBox1.Controls.Add(Me.清空3_bt)
- Me.GroupBox1.Controls.Add(Me.清空2_bt)
- Me.GroupBox1.Controls.Add(Me.ETD1_lb)
- Me.GroupBox1.Controls.Add(Me.ETD1_dtp)
- Me.GroupBox1.Controls.Add(Me.ISSUE1_lb)
- Me.GroupBox1.Controls.Add(Me.ISSUE1_dtp)
- Me.GroupBox1.Location = New System.Drawing.Point(835, 365)
- Me.GroupBox1.Name = "GroupBox1"
- Me.GroupBox1.Size = New System.Drawing.Size(243, 221)
- Me.GroupBox1.TabIndex = 748
- Me.GroupBox1.TabStop = False
- Me.GroupBox1.Text = "樣品單轉預告訂單"
- '
- '取消_bt
- '
- Me.取消_bt.ForeColor = System.Drawing.Color.Red
- Me.取消_bt.Location = New System.Drawing.Point(9, 164)
- Me.取消_bt.Name = "取消_bt"
- Me.取消_bt.Size = New System.Drawing.Size(225, 43)
- Me.取消_bt.TabIndex = 751
- Me.取消_bt.Text = "取消"
- Me.取消_bt.UseVisualStyleBackColor = True
- '
- 'COUNTRY_cb
- '
- Me.COUNTRY_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.COUNTRY_cb.FormattingEnabled = True
- Me.COUNTRY_cb.Location = New System.Drawing.Point(87, 85)
- Me.COUNTRY_cb.Name = "COUNTRY_cb"
- Me.COUNTRY_cb.Size = New System.Drawing.Size(140, 24)
- Me.COUNTRY_cb.TabIndex = 749
- '
- 'COUNTRY_lb
- '
- Me.COUNTRY_lb.AutoSize = True
- Me.COUNTRY_lb.ForeColor = System.Drawing.Color.Black
- Me.COUNTRY_lb.Location = New System.Drawing.Point(14, 88)
- Me.COUNTRY_lb.Name = "COUNTRY_lb"
- Me.COUNTRY_lb.Size = New System.Drawing.Size(66, 16)
- Me.COUNTRY_lb.TabIndex = 750
- Me.COUNTRY_lb.Text = "COUNTRY"
- '
- '確定轉制訂單_bt
- '
- Me.確定轉制訂單_bt.ForeColor = System.Drawing.Color.Red
- Me.確定轉制訂單_bt.Location = New System.Drawing.Point(9, 115)
- Me.確定轉制訂單_bt.Name = "確定轉制訂單_bt"
- Me.確定轉制訂單_bt.Size = New System.Drawing.Size(225, 43)
- Me.確定轉制訂單_bt.TabIndex = 748
- Me.確定轉制訂單_bt.Text = "確定轉制訂單"
- Me.確定轉制訂單_bt.UseVisualStyleBackColor = True
- '
- '清空3_bt
- '
- Me.清空3_bt.ForeColor = System.Drawing.Color.Black
- Me.清空3_bt.Location = New System.Drawing.Point(187, 55)
- Me.清空3_bt.Name = "清空3_bt"
- Me.清空3_bt.Size = New System.Drawing.Size(41, 24)
- Me.清空3_bt.TabIndex = 717
- Me.清空3_bt.Text = "清空"
- Me.清空3_bt.UseVisualStyleBackColor = True
- '
- '清空2_bt
- '
- Me.清空2_bt.ForeColor = System.Drawing.Color.Black
- Me.清空2_bt.Location = New System.Drawing.Point(187, 25)
- Me.清空2_bt.Name = "清空2_bt"
- Me.清空2_bt.Size = New System.Drawing.Size(41, 24)
- Me.清空2_bt.TabIndex = 716
- Me.清空2_bt.Text = "清空"
- Me.清空2_bt.UseVisualStyleBackColor = True
- '
- 'ETD1_lb
- '
- Me.ETD1_lb.AutoSize = True
- Me.ETD1_lb.Location = New System.Drawing.Point(50, 58)
- Me.ETD1_lb.Name = "ETD1_lb"
- Me.ETD1_lb.Size = New System.Drawing.Size(30, 16)
- Me.ETD1_lb.TabIndex = 715
- Me.ETD1_lb.Text = "ETD"
- '
- 'ETD1_dtp
- '
- Me.ETD1_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.ETD1_dtp.Location = New System.Drawing.Point(87, 55)
- Me.ETD1_dtp.Name = "ETD1_dtp"
- Me.ETD1_dtp.Size = New System.Drawing.Size(94, 23)
- Me.ETD1_dtp.TabIndex = 714
- '
- 'ISSUE1_lb
- '
- Me.ISSUE1_lb.AutoSize = True
- Me.ISSUE1_lb.Location = New System.Drawing.Point(6, 27)
- Me.ISSUE1_lb.Name = "ISSUE1_lb"
- Me.ISSUE1_lb.Size = New System.Drawing.Size(74, 16)
- Me.ISSUE1_lb.TabIndex = 713
- Me.ISSUE1_lb.Text = "ISSUE DATE"
- '
- 'ISSUE1_dtp
- '
- Me.ISSUE1_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.ISSUE1_dtp.Location = New System.Drawing.Point(87, 24)
- Me.ISSUE1_dtp.Name = "ISSUE1_dtp"
- Me.ISSUE1_dtp.Size = New System.Drawing.Size(94, 23)
- Me.ISSUE1_dtp.TabIndex = 712
- '
- '清單伸展_ch
- '
- Me.清單伸展_ch.AutoSize = True
- Me.清單伸展_ch.Location = New System.Drawing.Point(264, 3)
- Me.清單伸展_ch.Name = "清單伸展_ch"
- Me.清單伸展_ch.Size = New System.Drawing.Size(74, 20)
- Me.清單伸展_ch.TabIndex = 749
- Me.清單伸展_ch.Text = "清單伸展"
- Me.清單伸展_ch.UseVisualStyleBackColor = True
- '
- '明細6_dgv
- '
- Me.明細6_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.明細6_dgv.Location = New System.Drawing.Point(538, 574)
- Me.明細6_dgv.Name = "明細6_dgv"
- Me.明細6_dgv.RowHeadersWidth = 5
- Me.明細6_dgv.RowTemplate.Height = 24
- Me.明細6_dgv.Size = New System.Drawing.Size(215, 203)
- Me.明細6_dgv.TabIndex = 750
- '
- '新增客戶清單_bt
- '
- Me.新增客戶清單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.新增客戶清單_bt.ForeColor = System.Drawing.Color.Olive
- Me.新增客戶清單_bt.Location = New System.Drawing.Point(1699, 211)
- Me.新增客戶清單_bt.Name = "新增客戶清單_bt"
- Me.新增客戶清單_bt.Size = New System.Drawing.Size(130, 25)
- Me.新增客戶清單_bt.TabIndex = 751
- Me.新增客戶清單_bt.Text = "新增客戶清單"
- Me.新增客戶清單_bt.UseVisualStyleBackColor = True
- '
- 'ComboBox10
- '
- Me.ComboBox10.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ComboBox10.FormattingEnabled = True
- Me.ComboBox10.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
- Me.ComboBox10.Location = New System.Drawing.Point(1006, 108)
- Me.ComboBox10.Name = "ComboBox10"
- Me.ComboBox10.Size = New System.Drawing.Size(82, 24)
- Me.ComboBox10.TabIndex = 752
- '
- '新增_cb
- '
- Me.新增_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.新增_cb.FormattingEnabled = True
- Me.新增_cb.Items.AddRange(New Object() {"A.", "B.", "C.", "D.", "E.", "F."})
- Me.新增_cb.Location = New System.Drawing.Point(898, 265)
- Me.新增_cb.Name = "新增_cb"
- Me.新增_cb.Size = New System.Drawing.Size(66, 24)
- Me.新增_cb.TabIndex = 753
- '
- '指定資料寫入_bt
- '
- Me.指定資料寫入_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.指定資料寫入_bt.ForeColor = System.Drawing.Color.Blue
- Me.指定資料寫入_bt.Location = New System.Drawing.Point(1739, 237)
- Me.指定資料寫入_bt.Name = "指定資料寫入_bt"
- Me.指定資料寫入_bt.Size = New System.Drawing.Size(90, 26)
- Me.指定資料寫入_bt.TabIndex = 754
- Me.指定資料寫入_bt.Text = "指定資料寫入"
- Me.指定資料寫入_bt.UseVisualStyleBackColor = True
- '
- '選擇清單中_lb
- '
- Me.選擇清單中_lb.AutoSize = True
- Me.選擇清單中_lb.Location = New System.Drawing.Point(494, 269)
- Me.選擇清單中_lb.Name = "選擇清單中_lb"
- Me.選擇清單中_lb.Size = New System.Drawing.Size(67, 16)
- Me.選擇清單中_lb.TabIndex = 756
- Me.選擇清單中_lb.Text = "選擇清單中"
- '
- '筆資料中的_tb
- '
- Me.筆資料中的_tb.Location = New System.Drawing.Point(711, 265)
- Me.筆資料中的_tb.Name = "筆資料中的_tb"
- Me.筆資料中的_tb.Size = New System.Drawing.Size(68, 23)
- Me.筆資料中的_tb.TabIndex = 757
- Me.筆資料中的_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '筆資料中的_lb
- '
- Me.筆資料中的_lb.AutoSize = True
- Me.筆資料中的_lb.Location = New System.Drawing.Point(642, 269)
- Me.筆資料中的_lb.Name = "筆資料中的_lb"
- Me.筆資料中的_lb.Size = New System.Drawing.Size(67, 16)
- Me.筆資料中的_lb.TabIndex = 758
- Me.筆資料中的_lb.Text = "筆資料中的"
- '
- '選擇清單中_tb
- '
- Me.選擇清單中_tb.Location = New System.Drawing.Point(568, 265)
- Me.選擇清單中_tb.Name = "選擇清單中_tb"
- Me.選擇清單中_tb.Size = New System.Drawing.Size(68, 23)
- Me.選擇清單中_tb.TabIndex = 759
- Me.選擇清單中_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '筆_lb
- '
- Me.筆_lb.AutoSize = True
- Me.筆_lb.Location = New System.Drawing.Point(785, 269)
- Me.筆_lb.Name = "筆_lb"
- Me.筆_lb.Size = New System.Drawing.Size(19, 16)
- Me.筆_lb.TabIndex = 760
- Me.筆_lb.Text = "筆"
- '
- '供應商_cb
- '
- Me.供應商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.供應商_cb.FormattingEnabled = True
- Me.供應商_cb.Location = New System.Drawing.Point(1031, 238)
- Me.供應商_cb.Name = "供應商_cb"
- Me.供應商_cb.Size = New System.Drawing.Size(147, 24)
- Me.供應商_cb.TabIndex = 761
- '
- '供應商_lb
- '
- Me.供應商_lb.AutoSize = True
- Me.供應商_lb.Location = New System.Drawing.Point(985, 242)
- Me.供應商_lb.Name = "供應商_lb"
- Me.供應商_lb.Size = New System.Drawing.Size(43, 16)
- Me.供應商_lb.TabIndex = 762
- Me.供應商_lb.Text = "供應商"
- '
- '供應商2_cb
- '
- Me.供應商2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.供應商2_cb.FormattingEnabled = True
- Me.供應商2_cb.Location = New System.Drawing.Point(1180, 238)
- Me.供應商2_cb.Name = "供應商2_cb"
- Me.供應商2_cb.Size = New System.Drawing.Size(377, 24)
- Me.供應商2_cb.TabIndex = 763
- '
- '供應商3_cb
- '
- Me.供應商3_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.供應商3_cb.FormattingEnabled = True
- Me.供應商3_cb.Location = New System.Drawing.Point(1559, 238)
- Me.供應商3_cb.Name = "供應商3_cb"
- Me.供應商3_cb.Size = New System.Drawing.Size(178, 24)
- Me.供應商3_cb.TabIndex = 764
- '
- '中皮_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.ItemHeight = 16
- Me.中皮_cb.Location = New System.Drawing.Point(549, 212)
- Me.中皮_cb.Name = "中皮_cb"
- Me.中皮_cb.Size = New System.Drawing.Size(280, 24)
- Me.中皮_cb.TabIndex = 765
- '
- '中皮_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(515, 215)
- Me.中皮_lb.Name = "中皮_lb"
- Me.中皮_lb.Size = New System.Drawing.Size(31, 16)
- Me.中皮_lb.TabIndex = 766
- Me.中皮_lb.Text = "中皮"
- '
- '中皮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(832, 212)
- 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(346, 24)
- Me.中皮1_tb.TabIndex = 767
- '
- '中皮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(1180, 212)
- 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(517, 24)
- Me.中皮2_tb.TabIndex = 768
- '
- '中底_cb
- '
- Me.中底_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.中底_cb.ForeColor = System.Drawing.Color.Green
- Me.中底_cb.FormattingEnabled = True
- Me.中底_cb.ItemHeight = 16
- Me.中底_cb.Location = New System.Drawing.Point(549, 186)
- Me.中底_cb.Name = "中底_cb"
- Me.中底_cb.Size = New System.Drawing.Size(169, 24)
- Me.中底_cb.TabIndex = 769
- '
- '中底_lb
- '
- Me.中底_lb.AutoSize = True
- Me.中底_lb.ForeColor = System.Drawing.Color.Green
- Me.中底_lb.Location = New System.Drawing.Point(514, 190)
- Me.中底_lb.Name = "中底_lb"
- Me.中底_lb.Size = New System.Drawing.Size(31, 16)
- Me.中底_lb.TabIndex = 770
- Me.中底_lb.Text = "中底"
- '
- '中底_tb
- '
- Me.中底_tb.ForeColor = System.Drawing.Color.Green
- Me.中底_tb.Location = New System.Drawing.Point(726, 185)
- Me.中底_tb.Multiline = True
- Me.中底_tb.Name = "中底_tb"
- Me.中底_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
- Me.中底_tb.Size = New System.Drawing.Size(452, 24)
- Me.中底_tb.TabIndex = 771
- '
- 'Label31
- '
- Me.Label31.AutoSize = True
- Me.Label31.Location = New System.Drawing.Point(1414, 190)
- Me.Label31.Name = "Label31"
- Me.Label31.Size = New System.Drawing.Size(116, 16)
- Me.Label31.TabIndex = 775
- Me.Label31.Text = "Construction Name"
- '
- 'TextBox12
- '
- Me.TextBox12.Location = New System.Drawing.Point(1533, 187)
- Me.TextBox12.Name = "TextBox12"
- Me.TextBox12.Size = New System.Drawing.Size(164, 23)
- Me.TextBox12.TabIndex = 774
- '
- '楦頭編號_cb
- '
- Me.楦頭編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.楦頭編號_cb.FormattingEnabled = True
- Me.楦頭編號_cb.Location = New System.Drawing.Point(1239, 160)
- Me.楦頭編號_cb.Name = "楦頭編號_cb"
- Me.楦頭編號_cb.Size = New System.Drawing.Size(169, 24)
- Me.楦頭編號_cb.TabIndex = 772
- '
- '楦頭編號_lb
- '
- Me.楦頭編號_lb.AutoSize = True
- Me.楦頭編號_lb.ForeColor = System.Drawing.Color.Red
- Me.楦頭編號_lb.Location = New System.Drawing.Point(1182, 163)
- Me.楦頭編號_lb.Name = "楦頭編號_lb"
- Me.楦頭編號_lb.Size = New System.Drawing.Size(55, 16)
- Me.楦頭編號_lb.TabIndex = 773
- Me.楦頭編號_lb.Text = "楦頭編號"
- '
- '廠商類別_cb
- '
- Me.廠商類別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.廠商類別_cb.FormattingEnabled = True
- Me.廠商類別_cb.Location = New System.Drawing.Point(888, 238)
- Me.廠商類別_cb.Name = "廠商類別_cb"
- Me.廠商類別_cb.Size = New System.Drawing.Size(97, 24)
- Me.廠商類別_cb.TabIndex = 776
- '
- '廠商類別_lb
- '
- Me.廠商類別_lb.AutoSize = True
- Me.廠商類別_lb.Location = New System.Drawing.Point(831, 242)
- Me.廠商類別_lb.Name = "廠商類別_lb"
- Me.廠商類別_lb.Size = New System.Drawing.Size(55, 16)
- Me.廠商類別_lb.TabIndex = 777
- Me.廠商類別_lb.Text = "廠商類別"
- '
- '模具編號_cb
- '
- Me.模具編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.模具編號_cb.FormattingEnabled = True
- Me.模具編號_cb.Location = New System.Drawing.Point(1239, 186)
- Me.模具編號_cb.Name = "模具編號_cb"
- Me.模具編號_cb.Size = New System.Drawing.Size(169, 24)
- Me.模具編號_cb.TabIndex = 778
- '
- '模具編號_lb
- '
- Me.模具編號_lb.AutoSize = True
- Me.模具編號_lb.ForeColor = System.Drawing.Color.Red
- Me.模具編號_lb.Location = New System.Drawing.Point(1182, 189)
- Me.模具編號_lb.Name = "模具編號_lb"
- Me.模具編號_lb.Size = New System.Drawing.Size(55, 16)
- Me.模具編號_lb.TabIndex = 779
- Me.模具編號_lb.Text = "模具編號"
- '
- '樣品單控制表
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1914, 971)
- Me.Controls.Add(Me.樣品單_dgv)
- Me.Controls.Add(Me.模具編號_cb)
- Me.Controls.Add(Me.模具編號_lb)
- Me.Controls.Add(Me.廠商類別_cb)
- Me.Controls.Add(Me.TextBox12)
- Me.Controls.Add(Me.楦頭編號_cb)
- Me.Controls.Add(Me.楦頭編號_lb)
- Me.Controls.Add(Me.中底_tb)
- Me.Controls.Add(Me.中底_cb)
- Me.Controls.Add(Me.中底_lb)
- Me.Controls.Add(Me.中皮2_tb)
- Me.Controls.Add(Me.中皮1_tb)
- Me.Controls.Add(Me.中皮_cb)
- Me.Controls.Add(Me.供應商3_cb)
- Me.Controls.Add(Me.供應商2_cb)
- Me.Controls.Add(Me.供應商_lb)
- Me.Controls.Add(Me.供應商_cb)
- Me.Controls.Add(Me.筆_lb)
- 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.新增_cb)
- Me.Controls.Add(Me.ComboBox10)
- Me.Controls.Add(Me.新增客戶清單_bt)
- Me.Controls.Add(Me.明細6_dgv)
- Me.Controls.Add(Me.清單伸展_ch)
- Me.Controls.Add(Me.GroupBox1)
- Me.Controls.Add(Me.樣品訂單轉制預告訂單_bt)
- Me.Controls.Add(Me.新增工廠清單_bt)
- Me.Controls.Add(Me.FACTORY_tb)
- Me.Controls.Add(Me.FACTORY_lb)
- Me.Controls.Add(Me.REQBY_lb)
- Me.Controls.Add(Me.REQBY_tb)
- Me.Controls.Add(Me.排序時間_lb)
- Me.Controls.Add(Me.重新排序_bt)
- Me.Controls.Add(Me.列印_bt)
- Me.Controls.Add(Me.列印單_bt)
- Me.Controls.Add(Me.明細4_dgv)
- Me.Controls.Add(Me.新增顏色清單_bt)
- Me.Controls.Add(Me.新增供應商清單_bt)
- Me.Controls.Add(Me.REVISED_bt)
- Me.Controls.Add(Me.資料尚未存檔_lb)
- Me.Controls.Add(Me.新增部件清單_bt)
- Me.Controls.Add(Me.項_tb)
- Me.Controls.Add(Me.明細5_dgv)
- Me.Controls.Add(Me.項_lb)
- Me.Controls.Add(Me.選擇第_lb)
- Me.Controls.Add(Me.選擇第_tb)
- Me.Controls.Add(Me.刪除_bt)
- Me.Controls.Add(Me.新增1_bt)
- Me.Controls.Add(Me.新增1_cb)
- Me.Controls.Add(Me.選擇_tb)
- Me.Controls.Add(Me.刪除1_bt)
- Me.Controls.Add(Me.新增_bt)
- Me.Controls.Add(Me.版次_lb)
- Me.Controls.Add(Me.版次_tb)
- Me.Controls.Add(Me.制表人_lb)
- Me.Controls.Add(Me.制表人_tb)
- Me.Controls.Add(Me.制表日期_lb)
- Me.Controls.Add(Me.制表日期_dtp)
- Me.Controls.Add(Me.清空1_bt)
- Me.Controls.Add(Me.清空_bt)
- Me.Controls.Add(Me.PictureBox1)
- Me.Controls.Add(Me.複製新增_bt)
- Me.Controls.Add(Me.修改模式_bt)
- Me.Controls.Add(Me.存檔_bt)
- Me.Controls.Add(Me.刪除3_bt)
- Me.Controls.Add(Me.一般新增_bt)
- Me.Controls.Add(Me.新增PURPOSE清單_bt)
- Me.Controls.Add(Me.新增SEASON清單_bt)
- Me.Controls.Add(Me.新增COUNTRY清單_bt)
- Me.Controls.Add(Me.Label25)
- Me.Controls.Add(Me.QTY_tb)
- Me.Controls.Add(Me.ETD_lb)
- Me.Controls.Add(Me.ETD_dtp)
- Me.Controls.Add(Me.ISSUE_lb)
- Me.Controls.Add(Me.ISSUE_dtp)
- Me.Controls.Add(Me.PURPOSE_cb)
- Me.Controls.Add(Me.PURPOSE_lb)
- Me.Controls.Add(Me.COUNTRY1_cb)
- Me.Controls.Add(Me.COUNTRY1_lb)
- Me.Controls.Add(Me.STYLEname_cb)
- Me.Controls.Add(Me.STYLE_cb)
- Me.Controls.Add(Me.STYLE_lb)
- Me.Controls.Add(Me.CUST_cb)
- Me.Controls.Add(Me.CUST_lb)
- Me.Controls.Add(Me.SEASON_cb)
- Me.Controls.Add(Me.SEASON_lb)
- Me.Controls.Add(Me.SO_lb)
- Me.Controls.Add(Me.SO_tb)
- Me.Controls.Add(Me.搜尋_bt)
- Me.Controls.Add(Me.返回_bt)
- Me.Controls.Add(Me.樣品訂單清單_lb)
- Me.Controls.Add(Me.STYLEname_lb)
- Me.Controls.Add(Me.中皮_lb)
- Me.Controls.Add(Me.明細3_dgv)
- Me.Controls.Add(Me.部件_lb)
- Me.Controls.Add(Me.選擇_lb)
- Me.Controls.Add(Me.明細2_dgv)
- Me.Controls.Add(Me.Label31)
- Me.Controls.Add(Me.廠商類別_lb)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.Name = "樣品單控制表"
- Me.Text = "樣品單控制"
- CType(Me.樣品單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.明細2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.明細3_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.明細5_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.明細4_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.GroupBox1.ResumeLayout(False)
- Me.GroupBox1.PerformLayout()
- CType(Me.明細6_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 樣品訂單清單_lb As Label
- Friend WithEvents 樣品單_dgv As DataGridView
- Friend WithEvents 搜尋_bt As Button
- Friend WithEvents 返回_bt As Button
- Friend WithEvents SO_lb As Label
- Friend WithEvents SO_tb As TextBox
- Friend WithEvents SEASON_cb As ComboBox
- Friend WithEvents SEASON_lb As Label
- Friend WithEvents CUST_cb As ComboBox
- Friend WithEvents CUST_lb As Label
- Friend WithEvents STYLEname_cb As ComboBox
- Friend WithEvents STYLEname_lb As Label
- Friend WithEvents STYLE_cb As ComboBox
- Friend WithEvents STYLE_lb As Label
- Friend WithEvents COUNTRY1_cb As ComboBox
- Friend WithEvents COUNTRY1_lb As Label
- Friend WithEvents PURPOSE_cb As ComboBox
- Friend WithEvents PURPOSE_lb As Label
- Friend WithEvents ISSUE_lb As Label
- Friend WithEvents ISSUE_dtp As DateTimePicker
- Friend WithEvents ETD_lb As Label
- Friend WithEvents ETD_dtp As DateTimePicker
- Friend WithEvents Label25 As Label
- Friend WithEvents QTY_tb As TextBox
- Friend WithEvents 新增SEASON清單_bt As Button
- Friend WithEvents 新增COUNTRY清單_bt As Button
- Friend WithEvents 新增PURPOSE清單_bt As Button
- Friend WithEvents 複製新增_bt As Button
- Friend WithEvents 修改模式_bt As Button
- Friend WithEvents 存檔_bt As Button
- Friend WithEvents 刪除3_bt As Button
- Friend WithEvents 一般新增_bt As Button
- Friend WithEvents 明細2_dgv As DataGridView
- Friend WithEvents PictureBox1 As PictureBox
- Friend WithEvents 清空_bt As Button
- Friend WithEvents 清空1_bt As Button
- Friend WithEvents 制表日期_lb As Label
- Friend WithEvents 制表日期_dtp As DateTimePicker
- Friend WithEvents 制表人_lb As Label
- Friend WithEvents 制表人_tb As TextBox
- Friend WithEvents 版次_lb As Label
- Friend WithEvents 版次_tb As TextBox
- Friend WithEvents 明細3_dgv As DataGridView
- Friend WithEvents 部件_lb As Label
- Friend WithEvents 選擇_lb As Label
- Friend WithEvents 選擇_tb As TextBox
- Friend WithEvents 刪除1_bt As Button
- Friend WithEvents 新增_bt As Button
- Friend WithEvents 新增1_cb As ComboBox
- Friend WithEvents 新增1_bt As Button
- Friend WithEvents 刪除_bt As Button
- Friend WithEvents 項_lb As Label
- Friend WithEvents 選擇第_lb As Label
- Friend WithEvents 選擇第_tb As TextBox
- Friend WithEvents 明細5_dgv As DataGridView
- Friend WithEvents 項_tb As TextBox
- Friend WithEvents 新增部件清單_bt As Button
- Friend WithEvents 資料尚未存檔_lb As Label
- Friend WithEvents Timer1 As Timer
- Friend WithEvents REVISED_bt As Button
- Friend WithEvents 新增供應商清單_bt As Button
- Friend WithEvents 新增顏色清單_bt As Button
- Friend WithEvents 明細4_dgv As DataGridView
- Friend WithEvents 列印單_bt As Button
- Friend WithEvents 列印_bt As Button
- Friend WithEvents 重新排序_bt As Button
- Friend WithEvents 排序時間_lb As Label
- Friend WithEvents REQBY_lb As Label
- Friend WithEvents REQBY_tb As TextBox
- Friend WithEvents FACTORY_tb As ComboBox
- Friend WithEvents FACTORY_lb As Label
- Friend WithEvents 新增工廠清單_bt As Button
- Friend WithEvents 樣品訂單轉制預告訂單_bt As Button
- Friend WithEvents GroupBox1 As GroupBox
- Friend WithEvents 確定轉制訂單_bt As Button
- Friend WithEvents 清空3_bt As Button
- Friend WithEvents 清空2_bt As Button
- Friend WithEvents ETD1_lb As Label
- Friend WithEvents ETD1_dtp As DateTimePicker
- Friend WithEvents ISSUE1_lb As Label
- Friend WithEvents ISSUE1_dtp As DateTimePicker
- Friend WithEvents COUNTRY_cb As ComboBox
- Friend WithEvents COUNTRY_lb As Label
- Friend WithEvents 取消_bt As Button
- Friend WithEvents 清單伸展_ch As CheckBox
- Friend WithEvents 明細6_dgv As DataGridView
- Friend WithEvents 新增客戶清單_bt As Button
- Friend WithEvents ComboBox10 As ComboBox
- Friend WithEvents 新增_cb As ComboBox
- Friend WithEvents 指定資料寫入_bt As Button
- Friend WithEvents 選擇清單中_lb As Label
- Friend WithEvents 筆資料中的_tb As TextBox
- Friend WithEvents 筆資料中的_lb As Label
- Friend WithEvents 選擇清單中_tb As TextBox
- Friend WithEvents 筆_lb As Label
- Friend WithEvents 供應商_cb As ComboBox
- Friend WithEvents 供應商_lb As Label
- Friend WithEvents 供應商2_cb As ComboBox
- Friend WithEvents 供應商3_cb As ComboBox
- Friend WithEvents 中皮_cb As ComboBox
- Friend WithEvents 中皮_lb As Label
- Friend WithEvents 中皮1_tb As TextBox
- Friend WithEvents 中皮2_tb As TextBox
- Friend WithEvents 中底_cb As ComboBox
- Friend WithEvents 中底_lb As Label
- Friend WithEvents 中底_tb As TextBox
- Friend WithEvents Label31 As Label
- Friend WithEvents TextBox12 As TextBox
- Friend WithEvents 楦頭編號_cb As ComboBox
- Friend WithEvents 楦頭編號_lb As Label
- Friend WithEvents 廠商類別_cb As ComboBox
- Friend WithEvents 廠商類別_lb As Label
- Friend WithEvents 模具編號_cb As ComboBox
- Friend WithEvents 模具編號_lb As Label
- End Class
|