123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class Frm_PU
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()> _
- Protected Overrides Sub Dispose(ByVal disposing As Boolean)
- Try
- If disposing AndAlso components IsNot Nothing Then
- components.Dispose()
- End If
- Finally
- MyBase.Dispose(disposing)
- End Try
- End Sub
-
- '為 Windows Form 設計工具的必要項
- Private components As System.ComponentModel.IContainer
-
- '注意: 以下為 Windows Form 設計工具所需的程序
- '可以使用 Windows Form 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.dgv_CHEM = New System.Windows.Forms.DataGridView()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.Button2 = New System.Windows.Forms.Button()
- Me.ListBox1 = New System.Windows.Forms.ListBox()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.ListBox2 = New System.Windows.Forms.ListBox()
- Me.TXT1 = New System.Windows.Forms.TextBox()
- Me.dgv_order = New System.Windows.Forms.DataGridView()
- Me.Button3 = New System.Windows.Forms.Button()
- Me.Button4 = New System.Windows.Forms.Button()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.TXT11 = New System.Windows.Forms.TextBox()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.TXT22 = New System.Windows.Forms.TextBox()
- Me.Label8 = New System.Windows.Forms.Label()
- Me.TXT2 = New System.Windows.Forms.TextBox()
- Me.ListBox3 = New System.Windows.Forms.ListBox()
- Me.ListBox4 = New System.Windows.Forms.ListBox()
- Me.dgv1 = New System.Windows.Forms.DataGridView()
- Me.Button5 = New System.Windows.Forms.Button()
- CType(Me.dgv_CHEM, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv_order, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'dgv_CHEM
- '
- Me.dgv_CHEM.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
- DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
- DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.dgv_CHEM.DefaultCellStyle = DataGridViewCellStyle1
- Me.dgv_CHEM.Location = New System.Drawing.Point(503, 312)
- Me.dgv_CHEM.Name = "dgv_CHEM"
- Me.dgv_CHEM.RowTemplate.Height = 23
- Me.dgv_CHEM.Size = New System.Drawing.Size(357, 451)
- Me.dgv_CHEM.TabIndex = 4
- '
- 'Button1
- '
- Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button1.Location = New System.Drawing.Point(876, 340)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(75, 67)
- Me.Button1.TabIndex = 5
- Me.Button1.Text = "-->"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'Button2
- '
- Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button2.Location = New System.Drawing.Point(876, 429)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(75, 67)
- Me.Button2.TabIndex = 6
- Me.Button2.Text = "<--"
- Me.Button2.UseVisualStyleBackColor = True
- '
- 'ListBox1
- '
- Me.ListBox1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ListBox1.FormattingEnabled = True
- Me.ListBox1.ItemHeight = 19
- Me.ListBox1.Location = New System.Drawing.Point(975, 340)
- Me.ListBox1.Name = "ListBox1"
- Me.ListBox1.Size = New System.Drawing.Size(247, 156)
- Me.ListBox1.TabIndex = 7
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label1.ForeColor = System.Drawing.Color.Red
- Me.Label1.Location = New System.Drawing.Point(971, 312)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(48, 24)
- Me.Label1.TabIndex = 8
- Me.Label1.Text = "面料"
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label2.ForeColor = System.Drawing.Color.Red
- Me.Label2.Location = New System.Drawing.Point(971, 516)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(48, 24)
- Me.Label2.TabIndex = 10
- Me.Label2.Text = "底料"
- '
- 'ListBox2
- '
- Me.ListBox2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ListBox2.FormattingEnabled = True
- Me.ListBox2.ItemHeight = 19
- Me.ListBox2.Location = New System.Drawing.Point(975, 544)
- Me.ListBox2.Name = "ListBox2"
- Me.ListBox2.Size = New System.Drawing.Size(247, 156)
- Me.ListBox2.TabIndex = 9
- '
- 'TXT1
- '
- Me.TXT1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TXT1.Location = New System.Drawing.Point(1238, 339)
- Me.TXT1.Name = "TXT1"
- Me.TXT1.Size = New System.Drawing.Size(100, 33)
- Me.TXT1.TabIndex = 11
- '
- 'dgv_order
- '
- Me.dgv_order.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
- DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
- DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.dgv_order.DefaultCellStyle = DataGridViewCellStyle2
- Me.dgv_order.Location = New System.Drawing.Point(117, 312)
- Me.dgv_order.Name = "dgv_order"
- Me.dgv_order.RowTemplate.Height = 23
- Me.dgv_order.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect
- Me.dgv_order.Size = New System.Drawing.Size(357, 451)
- Me.dgv_order.TabIndex = 13
- '
- 'Button3
- '
- Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button3.Location = New System.Drawing.Point(876, 636)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(75, 67)
- Me.Button3.TabIndex = 15
- Me.Button3.Text = "<--"
- Me.Button3.UseVisualStyleBackColor = True
- '
- 'Button4
- '
- Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button4.Location = New System.Drawing.Point(876, 544)
- Me.Button4.Name = "Button4"
- Me.Button4.Size = New System.Drawing.Size(75, 67)
- Me.Button4.TabIndex = 14
- Me.Button4.Text = "-->"
- Me.Button4.UseVisualStyleBackColor = True
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label3.ForeColor = System.Drawing.Color.Red
- Me.Label3.Location = New System.Drawing.Point(1234, 312)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(48, 24)
- Me.Label3.TabIndex = 16
- Me.Label3.Text = "用料"
- '
- 'Label6
- '
- Me.Label6.AutoSize = True
- Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label6.ForeColor = System.Drawing.Color.Red
- Me.Label6.Location = New System.Drawing.Point(1234, 383)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(48, 24)
- Me.Label6.TabIndex = 20
- Me.Label6.Text = "成本"
- '
- 'TXT11
- '
- Me.TXT11.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TXT11.Location = New System.Drawing.Point(1238, 410)
- Me.TXT11.Name = "TXT11"
- Me.TXT11.Size = New System.Drawing.Size(100, 33)
- Me.TXT11.TabIndex = 18
- '
- 'Label5
- '
- Me.Label5.AutoSize = True
- Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label5.ForeColor = System.Drawing.Color.Red
- Me.Label5.Location = New System.Drawing.Point(1239, 585)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(48, 24)
- Me.Label5.TabIndex = 27
- Me.Label5.Text = "成本"
- '
- 'TXT22
- '
- Me.TXT22.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TXT22.Location = New System.Drawing.Point(1243, 612)
- Me.TXT22.Name = "TXT22"
- Me.TXT22.Size = New System.Drawing.Size(100, 33)
- Me.TXT22.TabIndex = 26
- '
- 'Label8
- '
- Me.Label8.AutoSize = True
- Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label8.ForeColor = System.Drawing.Color.Red
- Me.Label8.Location = New System.Drawing.Point(1239, 516)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(48, 24)
- Me.Label8.TabIndex = 25
- Me.Label8.Text = "用料"
- '
- 'TXT2
- '
- Me.TXT2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TXT2.Location = New System.Drawing.Point(1243, 543)
- Me.TXT2.Name = "TXT2"
- Me.TXT2.Size = New System.Drawing.Size(100, 33)
- Me.TXT2.TabIndex = 24
- '
- 'ListBox3
- '
- Me.ListBox3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ListBox3.FormattingEnabled = True
- Me.ListBox3.ItemHeight = 20
- Me.ListBox3.Location = New System.Drawing.Point(5, 147)
- Me.ListBox3.Name = "ListBox3"
- Me.ListBox3.Size = New System.Drawing.Size(99, 624)
- Me.ListBox3.TabIndex = 33
- '
- 'ListBox4
- '
- Me.ListBox4.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ListBox4.FormattingEnabled = True
- Me.ListBox4.ItemHeight = 20
- Me.ListBox4.Location = New System.Drawing.Point(5, 25)
- Me.ListBox4.Name = "ListBox4"
- Me.ListBox4.Size = New System.Drawing.Size(99, 104)
- Me.ListBox4.TabIndex = 32
- '
- 'dgv1
- '
- Me.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
- DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
- DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.dgv1.DefaultCellStyle = DataGridViewCellStyle3
- Me.dgv1.Location = New System.Drawing.Point(117, 25)
- Me.dgv1.Name = "dgv1"
- Me.dgv1.RowTemplate.Height = 23
- Me.dgv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect
- Me.dgv1.Size = New System.Drawing.Size(1192, 269)
- Me.dgv1.TabIndex = 34
- '
- 'Button5
- '
- Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button5.Location = New System.Drawing.Point(1044, 728)
- Me.Button5.Name = "Button5"
- Me.Button5.Size = New System.Drawing.Size(75, 35)
- Me.Button5.TabIndex = 35
- Me.Button5.Text = "存档"
- Me.Button5.UseVisualStyleBackColor = True
- '
- 'Frm_PU
- '
- 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(1359, 776)
- Me.Controls.Add(Me.Button5)
- Me.Controls.Add(Me.dgv1)
- Me.Controls.Add(Me.ListBox3)
- Me.Controls.Add(Me.ListBox4)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.TXT22)
- Me.Controls.Add(Me.Label8)
- Me.Controls.Add(Me.TXT2)
- Me.Controls.Add(Me.Label6)
- Me.Controls.Add(Me.TXT11)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.Button3)
- Me.Controls.Add(Me.Button4)
- Me.Controls.Add(Me.dgv_order)
- Me.Controls.Add(Me.TXT1)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.ListBox2)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.ListBox1)
- Me.Controls.Add(Me.Button2)
- Me.Controls.Add(Me.Button1)
- Me.Controls.Add(Me.dgv_CHEM)
- Me.Name = "Frm_PU"
- Me.Text = "FrmPU"
- CType(Me.dgv_CHEM, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv_order, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents dgv_CHEM As DataGridView
- Friend WithEvents Button1 As Button
- Friend WithEvents Button2 As Button
- Friend WithEvents ListBox1 As ListBox
- Friend WithEvents Label1 As Label
- Friend WithEvents Label2 As Label
- Friend WithEvents ListBox2 As ListBox
- Friend WithEvents TXT1 As TextBox
- Friend WithEvents dgv_order As DataGridView
- Friend WithEvents Button3 As Button
- Friend WithEvents Button4 As Button
- Friend WithEvents Label3 As Label
- Friend WithEvents Label6 As Label
- Friend WithEvents TXT11 As TextBox
- Friend WithEvents Label5 As Label
- Friend WithEvents TXT22 As TextBox
- Friend WithEvents Label8 As Label
- Friend WithEvents TXT2 As TextBox
- Friend WithEvents ListBox3 As ListBox
- Friend WithEvents ListBox4 As ListBox
- Friend WithEvents dgv1 As DataGridView
- Friend WithEvents Button5 As Button
- End Class
|