123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252 |
- <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 DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.刪除_bt = New System.Windows.Forms.Button()
- Me.資料流水號_tb = New System.Windows.Forms.TextBox()
- Me.表單6_dgv = New System.Windows.Forms.DataGridView()
- Me.訂單流水號_tb = New System.Windows.Forms.TextBox()
- Me.表單5_dgv = New System.Windows.Forms.DataGridView()
- Me.表單4_dgv = New System.Windows.Forms.DataGridView()
- Me.表單3_dgv = New System.Windows.Forms.DataGridView()
- Me.利潤表流水號_tb = New System.Windows.Forms.TextBox()
- Me.表單2_dgv = New System.Windows.Forms.DataGridView()
- Me.表單1_dgv = New System.Windows.Forms.DataGridView()
- Me.年份_lb = New System.Windows.Forms.Label()
- Me.年份_cb = New System.Windows.Forms.ComboBox()
- CType(Me.表單6_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.表單5_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.表單4_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.表單3_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.表單2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.表單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '刪除_bt
- '
- Me.刪除_bt.ForeColor = System.Drawing.Color.Green
- Me.刪除_bt.Location = New System.Drawing.Point(1071, 3)
- Me.刪除_bt.Name = "刪除_bt"
- Me.刪除_bt.Size = New System.Drawing.Size(74, 50)
- Me.刪除_bt.TabIndex = 501
- Me.刪除_bt.Text = "刪除"
- Me.刪除_bt.UseVisualStyleBackColor = True
- '
- '資料流水號_tb
- '
- Me.資料流水號_tb.Location = New System.Drawing.Point(1147, 60)
- Me.資料流水號_tb.Name = "資料流水號_tb"
- Me.資料流水號_tb.Size = New System.Drawing.Size(174, 23)
- Me.資料流水號_tb.TabIndex = 500
- '
- '表單6_dgv
- '
- DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control
- DataGridViewCellStyle7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText
- DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.表單6_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle7
- Me.表單6_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.表單6_dgv.Location = New System.Drawing.Point(673, 55)
- 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(465, 61)
- Me.表單6_dgv.TabIndex = 499
- '
- '訂單流水號_tb
- '
- Me.訂單流水號_tb.Location = New System.Drawing.Point(1147, 87)
- Me.訂單流水號_tb.Name = "訂單流水號_tb"
- Me.訂單流水號_tb.Size = New System.Drawing.Size(174, 23)
- Me.訂單流水號_tb.TabIndex = 498
- '
- '表單5_dgv
- '
- Me.表單5_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control
- DataGridViewCellStyle8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText
- DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.表單5_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle8
- Me.表單5_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.表單5_dgv.Location = New System.Drawing.Point(488, 342)
- 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(835, 253)
- Me.表單5_dgv.TabIndex = 497
- '
- '表單4_dgv
- '
- Me.表單4_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- DataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control
- DataGridViewCellStyle9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText
- DataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.表單4_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle9
- Me.表單4_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.表單4_dgv.Location = New System.Drawing.Point(3, 342)
- 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(486, 253)
- Me.表單4_dgv.TabIndex = 496
- '
- '表單3_dgv
- '
- DataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control
- DataGridViewCellStyle10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText
- DataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.表單3_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle10
- Me.表單3_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.表單3_dgv.Location = New System.Drawing.Point(673, 115)
- 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(650, 228)
- Me.表單3_dgv.TabIndex = 495
- '
- '利潤表流水號_tb
- '
- Me.利潤表流水號_tb.Location = New System.Drawing.Point(1147, 33)
- Me.利潤表流水號_tb.Name = "利潤表流水號_tb"
- Me.利潤表流水號_tb.Size = New System.Drawing.Size(174, 23)
- Me.利潤表流水號_tb.TabIndex = 494
- '
- '表單2_dgv
- '
- DataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control
- DataGridViewCellStyle11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText
- DataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.表單2_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle11
- Me.表單2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.表單2_dgv.Location = New System.Drawing.Point(673, 3)
- 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(395, 53)
- Me.表單2_dgv.TabIndex = 493
- '
- '表單1_dgv
- '
- DataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control
- DataGridViewCellStyle12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText
- DataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.表單1_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle12
- Me.表單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.表單1_dgv.Location = New System.Drawing.Point(3, 3)
- Me.表單1_dgv.Name = "表單1_dgv"
- Me.表單1_dgv.RowHeadersWidth = 5
- Me.表單1_dgv.RowTemplate.Height = 24
- Me.表單1_dgv.Size = New System.Drawing.Size(671, 340)
- Me.表單1_dgv.TabIndex = 492
- '
- '年份_lb
- '
- Me.年份_lb.AutoSize = True
- Me.年份_lb.Location = New System.Drawing.Point(1149, 6)
- Me.年份_lb.Name = "年份_lb"
- Me.年份_lb.Size = New System.Drawing.Size(32, 16)
- Me.年份_lb.TabIndex = 491
- Me.年份_lb.Text = "年份"
- '
- '年份_cb
- '
- Me.年份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.年份_cb.FormattingEnabled = True
- Me.年份_cb.Items.AddRange(New Object() {"2023", "2022", "2021", "2020", "2019", "2018"})
- Me.年份_cb.Location = New System.Drawing.Point(1187, 3)
- Me.年份_cb.Name = "年份_cb"
- Me.年份_cb.Size = New System.Drawing.Size(134, 24)
- Me.年份_cb.TabIndex = 490
- '
- '成本資料庫管理
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1326, 597)
- Me.Controls.Add(Me.刪除_bt)
- Me.Controls.Add(Me.資料流水號_tb)
- Me.Controls.Add(Me.表單6_dgv)
- Me.Controls.Add(Me.訂單流水號_tb)
- Me.Controls.Add(Me.表單5_dgv)
- Me.Controls.Add(Me.表單4_dgv)
- Me.Controls.Add(Me.表單3_dgv)
- Me.Controls.Add(Me.利潤表流水號_tb)
- Me.Controls.Add(Me.表單2_dgv)
- Me.Controls.Add(Me.表單1_dgv)
- Me.Controls.Add(Me.年份_lb)
- Me.Controls.Add(Me.年份_cb)
- 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.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "成本資料庫管理"
- CType(Me.表單6_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.表單5_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.表單4_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.表單3_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.表單2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.表單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 刪除_bt As Button
- Friend WithEvents 資料流水號_tb As TextBox
- Friend WithEvents 表單6_dgv As DataGridView
- Friend WithEvents 訂單流水號_tb As TextBox
- Friend WithEvents 表單5_dgv As DataGridView
- Friend WithEvents 表單4_dgv As DataGridView
- Friend WithEvents 表單3_dgv As DataGridView
- Friend WithEvents 利潤表流水號_tb As TextBox
- Friend WithEvents 表單2_dgv As DataGridView
- Friend WithEvents 表單1_dgv As DataGridView
- Friend WithEvents 年份_lb As Label
- Friend WithEvents 年份_cb As ComboBox
- End Class
|