123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519 |
- <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()
- Me.DataGridView1 = New System.Windows.Forms.DataGridView()
- Me.CheckBox2 = New System.Windows.Forms.CheckBox()
- Me.Button7 = New System.Windows.Forms.Button()
- Me.TextBox8 = New System.Windows.Forms.TextBox()
- Me.Button3 = New System.Windows.Forms.Button()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.Button2 = New System.Windows.Forms.Button()
- Me.Label10 = New System.Windows.Forms.Label()
- Me.Label9 = New System.Windows.Forms.Label()
- Me.TextBox4 = New System.Windows.Forms.TextBox()
- Me.TextBox3 = New System.Windows.Forms.TextBox()
- Me.Label7 = New System.Windows.Forms.Label()
- Me.TextBox2 = New System.Windows.Forms.TextBox()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.ComboBox4 = New System.Windows.Forms.ComboBox()
- Me.ComboBox3 = New System.Windows.Forms.ComboBox()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.ComboBox2 = New System.Windows.Forms.ComboBox()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.ComboBox1 = New System.Windows.Forms.ComboBox()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.TextBox1 = New System.Windows.Forms.TextBox()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.Button8 = New System.Windows.Forms.Button()
- Me.CheckBox3 = New System.Windows.Forms.CheckBox()
- Me.CheckBox4 = New System.Windows.Forms.CheckBox()
- Me.CheckBox5 = New System.Windows.Forms.CheckBox()
- Me.CheckBox6 = New System.Windows.Forms.CheckBox()
- Me.CheckBox7 = New System.Windows.Forms.CheckBox()
- Me.Label15 = New System.Windows.Forms.Label()
- Me.TextBox10 = New System.Windows.Forms.TextBox()
- Me.TextBox9 = New System.Windows.Forms.TextBox()
- Me.Label14 = New System.Windows.Forms.Label()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.Button4 = New System.Windows.Forms.Button()
- Me.Button5 = New System.Windows.Forms.Button()
- Me.Label8 = New System.Windows.Forms.Label()
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'DataGridView1
- '
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
- Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.DataGridView1.Location = New System.Drawing.Point(12, 103)
- Me.DataGridView1.Name = "DataGridView1"
- Me.DataGridView1.RowHeadersWidth = 5
- Me.DataGridView1.RowTemplate.Height = 24
- Me.DataGridView1.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
- Me.DataGridView1.Size = New System.Drawing.Size(1336, 571)
- Me.DataGridView1.TabIndex = 0
- '
- 'CheckBox2
- '
- Me.CheckBox2.AutoSize = True
- Me.CheckBox2.Location = New System.Drawing.Point(1141, 10)
- Me.CheckBox2.Name = "CheckBox2"
- Me.CheckBox2.Size = New System.Drawing.Size(72, 16)
- Me.CheckBox2.TabIndex = 91
- Me.CheckBox2.Text = "資料變動"
- Me.CheckBox2.UseVisualStyleBackColor = True
- '
- 'Button7
- '
- Me.Button7.Location = New System.Drawing.Point(876, 37)
- Me.Button7.Name = "Button7"
- Me.Button7.Size = New System.Drawing.Size(108, 56)
- Me.Button7.TabIndex = 90
- Me.Button7.Text = "查詢"
- Me.Button7.UseVisualStyleBackColor = True
- '
- 'TextBox8
- '
- Me.TextBox8.Enabled = False
- Me.TextBox8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox8.Location = New System.Drawing.Point(441, 70)
- Me.TextBox8.Name = "TextBox8"
- Me.TextBox8.Size = New System.Drawing.Size(43, 23)
- Me.TextBox8.TabIndex = 89
- Me.TextBox8.Visible = False
- '
- 'Button3
- '
- Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button3.ForeColor = System.Drawing.Color.Red
- Me.Button3.Location = New System.Drawing.Point(1219, 68)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(129, 25)
- Me.Button3.TabIndex = 87
- Me.Button3.Text = "刪除"
- Me.Button3.UseVisualStyleBackColor = True
- '
- 'Button1
- '
- Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button1.ForeColor = System.Drawing.Color.Blue
- Me.Button1.Location = New System.Drawing.Point(1219, 6)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(129, 25)
- Me.Button1.TabIndex = 85
- Me.Button1.Text = "新增"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'Button2
- '
- Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button2.ForeColor = System.Drawing.Color.DarkGreen
- Me.Button2.Location = New System.Drawing.Point(1219, 37)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(129, 25)
- Me.Button2.TabIndex = 86
- Me.Button2.Text = "修改"
- Me.Button2.UseVisualStyleBackColor = True
- '
- 'Label10
- '
- Me.Label10.AutoSize = True
- Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label10.Location = New System.Drawing.Point(438, 13)
- Me.Label10.Name = "Label10"
- Me.Label10.Size = New System.Drawing.Size(32, 16)
- Me.Label10.TabIndex = 83
- Me.Label10.Text = "幣別"
- '
- 'Label9
- '
- Me.Label9.AutoSize = True
- Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label9.Location = New System.Drawing.Point(663, 14)
- Me.Label9.Name = "Label9"
- Me.Label9.Size = New System.Drawing.Size(56, 16)
- Me.Label9.TabIndex = 81
- Me.Label9.Text = "進貨成本"
- '
- 'TextBox4
- '
- Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox4.Location = New System.Drawing.Point(725, 11)
- Me.TextBox4.Name = "TextBox4"
- Me.TextBox4.Size = New System.Drawing.Size(145, 23)
- Me.TextBox4.TabIndex = 80
- '
- 'TextBox3
- '
- Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox3.Location = New System.Drawing.Point(512, 42)
- Me.TextBox3.Multiline = True
- Me.TextBox3.Name = "TextBox3"
- Me.TextBox3.Size = New System.Drawing.Size(145, 54)
- Me.TextBox3.TabIndex = 78
- '
- 'Label7
- '
- Me.Label7.AutoSize = True
- Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label7.Location = New System.Drawing.Point(438, 45)
- Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(68, 16)
- Me.Label7.TabIndex = 77
- Me.Label7.Text = "型號及備註"
- '
- 'TextBox2
- '
- Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox2.Location = New System.Drawing.Point(290, 41)
- Me.TextBox2.Multiline = True
- Me.TextBox2.Name = "TextBox2"
- Me.TextBox2.Size = New System.Drawing.Size(145, 56)
- Me.TextBox2.TabIndex = 76
- '
- 'Label6
- '
- Me.Label6.AutoSize = True
- Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label6.Location = New System.Drawing.Point(228, 44)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(32, 16)
- Me.Label6.TabIndex = 75
- Me.Label6.Text = "品名"
- '
- 'ComboBox4
- '
- Me.ComboBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ComboBox4.FormattingEnabled = True
- Me.ComboBox4.Items.AddRange(New Object() {"NTD", "RMB"})
- Me.ComboBox4.Location = New System.Drawing.Point(512, 10)
- Me.ComboBox4.Name = "ComboBox4"
- Me.ComboBox4.Size = New System.Drawing.Size(145, 24)
- Me.ComboBox4.TabIndex = 74
- '
- 'ComboBox3
- '
- Me.ComboBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ComboBox3.FormattingEnabled = True
- Me.ComboBox3.Items.AddRange(New Object() {"-請選擇-", "A-電控類", "B-氣缸類", "C-接頭類", "D-三點組合類", "E-電磁閥類", "F-氣壓工具", "G-鋁型材", "H-螺栓螺母", "I-墊圈類", "J-軸及軸承類", "K-加工件", "L-地腳類", "M-銷鍵類", "N-型鋼", "O-隔板塑料", "P-支架類", "Q-管材及閥類", "耗材類", "手工具", "量測儀器", "其他"})
- Me.ComboBox3.Location = New System.Drawing.Point(86, 71)
- Me.ComboBox3.Name = "ComboBox3"
- Me.ComboBox3.Size = New System.Drawing.Size(138, 24)
- Me.ComboBox3.TabIndex = 72
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label4.Location = New System.Drawing.Point(12, 74)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(32, 16)
- Me.Label4.TabIndex = 71
- Me.Label4.Text = "科目"
- '
- 'ComboBox2
- '
- Me.ComboBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ComboBox2.FormattingEnabled = True
- Me.ComboBox2.Location = New System.Drawing.Point(86, 41)
- Me.ComboBox2.Name = "ComboBox2"
- Me.ComboBox2.Size = New System.Drawing.Size(138, 24)
- Me.ComboBox2.TabIndex = 70
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label3.Location = New System.Drawing.Point(12, 44)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(44, 16)
- Me.Label3.TabIndex = 69
- Me.Label3.Text = "供應商"
- '
- 'ComboBox1
- '
- Me.ComboBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ComboBox1.FormattingEnabled = True
- Me.ComboBox1.Location = New System.Drawing.Point(287, 10)
- Me.ComboBox1.Name = "ComboBox1"
- Me.ComboBox1.Size = New System.Drawing.Size(145, 24)
- Me.ComboBox1.TabIndex = 68
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label2.Location = New System.Drawing.Point(228, 14)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(32, 16)
- Me.Label2.TabIndex = 67
- Me.Label2.Text = "品牌"
- '
- 'TextBox1
- '
- Me.TextBox1.Enabled = False
- Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox1.Location = New System.Drawing.Point(62, 11)
- Me.TextBox1.Name = "TextBox1"
- Me.TextBox1.Size = New System.Drawing.Size(162, 23)
- Me.TextBox1.TabIndex = 66
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label1.Location = New System.Drawing.Point(12, 14)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(44, 16)
- Me.Label1.TabIndex = 65
- Me.Label1.Text = "流水碼"
- '
- 'Button8
- '
- Me.Button8.ForeColor = System.Drawing.Color.Blue
- Me.Button8.Location = New System.Drawing.Point(990, 68)
- Me.Button8.Name = "Button8"
- Me.Button8.Size = New System.Drawing.Size(145, 25)
- Me.Button8.TabIndex = 93
- Me.Button8.Text = "新增供應商資料"
- Me.Button8.UseVisualStyleBackColor = True
- '
- 'CheckBox3
- '
- Me.CheckBox3.AutoSize = True
- Me.CheckBox3.Location = New System.Drawing.Point(65, 76)
- Me.CheckBox3.Name = "CheckBox3"
- Me.CheckBox3.Size = New System.Drawing.Size(15, 14)
- Me.CheckBox3.TabIndex = 94
- Me.CheckBox3.UseVisualStyleBackColor = True
- '
- 'CheckBox4
- '
- Me.CheckBox4.AutoSize = True
- Me.CheckBox4.Location = New System.Drawing.Point(491, 15)
- Me.CheckBox4.Name = "CheckBox4"
- Me.CheckBox4.Size = New System.Drawing.Size(15, 14)
- Me.CheckBox4.TabIndex = 95
- Me.CheckBox4.UseVisualStyleBackColor = True
- '
- 'CheckBox5
- '
- Me.CheckBox5.AutoSize = True
- Me.CheckBox5.Location = New System.Drawing.Point(65, 46)
- Me.CheckBox5.Name = "CheckBox5"
- Me.CheckBox5.Size = New System.Drawing.Size(15, 14)
- Me.CheckBox5.TabIndex = 96
- Me.CheckBox5.UseVisualStyleBackColor = True
- '
- 'CheckBox6
- '
- Me.CheckBox6.AutoSize = True
- Me.CheckBox6.Location = New System.Drawing.Point(266, 15)
- Me.CheckBox6.Name = "CheckBox6"
- Me.CheckBox6.Size = New System.Drawing.Size(15, 14)
- Me.CheckBox6.TabIndex = 97
- Me.CheckBox6.UseVisualStyleBackColor = True
- '
- 'CheckBox7
- '
- Me.CheckBox7.AutoSize = True
- Me.CheckBox7.Checked = True
- Me.CheckBox7.CheckState = System.Windows.Forms.CheckState.Checked
- Me.CheckBox7.Location = New System.Drawing.Point(876, 15)
- Me.CheckBox7.Name = "CheckBox7"
- Me.CheckBox7.Size = New System.Drawing.Size(108, 16)
- Me.CheckBox7.TabIndex = 98
- Me.CheckBox7.Text = "不使用查詢條件"
- Me.CheckBox7.UseVisualStyleBackColor = True
- '
- 'Label15
- '
- Me.Label15.AutoSize = True
- Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label15.Location = New System.Drawing.Point(663, 73)
- Me.Label15.Name = "Label15"
- Me.Label15.Size = New System.Drawing.Size(56, 16)
- Me.Label15.TabIndex = 102
- Me.Label15.Text = "台幣成本"
- '
- 'TextBox10
- '
- Me.TextBox10.Enabled = False
- Me.TextBox10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox10.Location = New System.Drawing.Point(725, 70)
- Me.TextBox10.Name = "TextBox10"
- Me.TextBox10.Size = New System.Drawing.Size(145, 23)
- Me.TextBox10.TabIndex = 101
- '
- 'TextBox9
- '
- Me.TextBox9.Enabled = False
- Me.TextBox9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox9.Location = New System.Drawing.Point(725, 41)
- Me.TextBox9.Name = "TextBox9"
- Me.TextBox9.Size = New System.Drawing.Size(145, 23)
- Me.TextBox9.TabIndex = 100
- '
- 'Label14
- '
- Me.Label14.AutoSize = True
- Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label14.Location = New System.Drawing.Point(663, 44)
- Me.Label14.Name = "Label14"
- Me.Label14.Size = New System.Drawing.Size(32, 16)
- Me.Label14.TabIndex = 99
- Me.Label14.Text = "匯率"
- '
- 'Label5
- '
- Me.Label5.AutoSize = True
- Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
- Me.Label5.Location = New System.Drawing.Point(1137, 42)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(80, 16)
- Me.Label5.TabIndex = 62
- Me.Label5.Text = "手動修改成本"
- '
- 'Button4
- '
- Me.Button4.ForeColor = System.Drawing.Color.Olive
- Me.Button4.Location = New System.Drawing.Point(990, 37)
- Me.Button4.Name = "Button4"
- Me.Button4.Size = New System.Drawing.Size(145, 25)
- Me.Button4.TabIndex = 126
- Me.Button4.Text = "新增品牌清單資料"
- Me.Button4.UseVisualStyleBackColor = True
- '
- 'Button5
- '
- Me.Button5.ForeColor = System.Drawing.Color.Red
- Me.Button5.Location = New System.Drawing.Point(990, 5)
- Me.Button5.Name = "Button5"
- Me.Button5.Size = New System.Drawing.Size(145, 25)
- Me.Button5.TabIndex = 127
- Me.Button5.Text = "重新載入下拉式清單"
- Me.Button5.UseVisualStyleBackColor = True
- '
- 'Label8
- '
- Me.Label8.AutoSize = True
- Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
- Me.Label8.Location = New System.Drawing.Point(1137, 72)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(80, 16)
- Me.Label8.TabIndex = 128
- Me.Label8.Text = "時請去除撇節"
- '
- '零件成本建檔
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.AutoScroll = True
- Me.ClientSize = New System.Drawing.Size(1360, 681)
- Me.Controls.Add(Me.Label8)
- Me.Controls.Add(Me.DataGridView1)
- Me.Controls.Add(Me.Button5)
- Me.Controls.Add(Me.Button4)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.Label15)
- Me.Controls.Add(Me.TextBox10)
- Me.Controls.Add(Me.TextBox9)
- Me.Controls.Add(Me.Label14)
- Me.Controls.Add(Me.CheckBox7)
- Me.Controls.Add(Me.CheckBox6)
- Me.Controls.Add(Me.CheckBox5)
- Me.Controls.Add(Me.CheckBox4)
- Me.Controls.Add(Me.CheckBox3)
- Me.Controls.Add(Me.Button8)
- Me.Controls.Add(Me.CheckBox2)
- Me.Controls.Add(Me.Button7)
- Me.Controls.Add(Me.TextBox8)
- Me.Controls.Add(Me.Button3)
- Me.Controls.Add(Me.Button1)
- Me.Controls.Add(Me.Button2)
- Me.Controls.Add(Me.Label10)
- Me.Controls.Add(Me.Label9)
- Me.Controls.Add(Me.TextBox4)
- Me.Controls.Add(Me.TextBox3)
- Me.Controls.Add(Me.Label7)
- Me.Controls.Add(Me.TextBox2)
- Me.Controls.Add(Me.Label6)
- Me.Controls.Add(Me.ComboBox4)
- Me.Controls.Add(Me.ComboBox3)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.ComboBox2)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.ComboBox1)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.TextBox1)
- Me.Controls.Add(Me.Label1)
- Me.Name = "零件成本建檔"
- Me.Text = "零件成本建檔"
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
- Friend WithEvents DataGridView1 As DataGridView
- Friend WithEvents CheckBox2 As CheckBox
- Friend WithEvents Button7 As Button
- Friend WithEvents TextBox8 As TextBox
- Friend WithEvents Button3 As Button
- Friend WithEvents Button1 As Button
- Friend WithEvents Button2 As Button
- Friend WithEvents Label10 As Label
- Friend WithEvents Label9 As Label
- Friend WithEvents TextBox4 As TextBox
- Friend WithEvents TextBox3 As TextBox
- Friend WithEvents Label7 As Label
- Friend WithEvents TextBox2 As TextBox
- Friend WithEvents Label6 As Label
- Friend WithEvents ComboBox4 As ComboBox
- Friend WithEvents ComboBox3 As ComboBox
- Friend WithEvents Label4 As Label
- Friend WithEvents ComboBox2 As ComboBox
- Friend WithEvents Label3 As Label
- Friend WithEvents ComboBox1 As ComboBox
- Friend WithEvents Label2 As Label
- Friend WithEvents TextBox1 As TextBox
- Friend WithEvents Label1 As Label
- Friend WithEvents Button8 As Button
- Friend WithEvents CheckBox3 As CheckBox
- Friend WithEvents CheckBox4 As CheckBox
- Friend WithEvents CheckBox5 As CheckBox
- Friend WithEvents CheckBox6 As CheckBox
- Friend WithEvents CheckBox7 As CheckBox
- Friend WithEvents Label15 As Label
- Friend WithEvents TextBox10 As TextBox
- Friend WithEvents TextBox9 As TextBox
- Friend WithEvents Label14 As Label
- Friend WithEvents Label5 As Label
- Friend WithEvents Button4 As Button
- Friend WithEvents Button5 As Button
- Friend WithEvents Label8 As Label
- End Class
|