123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 工程項目BOM表_群組設定
- 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()
- Me.新增_bt = New System.Windows.Forms.Button()
- Me.存檔_bt = New System.Windows.Forms.Button()
- Me.刪除_bt = New System.Windows.Forms.Button()
- Me.清單_dgv = New System.Windows.Forms.DataGridView()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.群組碼_tb = New System.Windows.Forms.TextBox()
- Me.中文名稱_tb = New System.Windows.Forms.TextBox()
- Me.印尼文名稱_tb = New System.Windows.Forms.TextBox()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.批改_ch = New System.Windows.Forms.CheckBox()
- CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel1.SuspendLayout()
- Me.SuspendLayout()
- '
- '新增_bt
- '
- Me.新增_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_2
- Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.新增_bt.Location = New System.Drawing.Point(5, 7)
- Me.新增_bt.Margin = New System.Windows.Forms.Padding(4)
- Me.新增_bt.Name = "新增_bt"
- Me.新增_bt.Size = New System.Drawing.Size(61, 66)
- Me.新增_bt.TabIndex = 0
- Me.新增_bt.UseVisualStyleBackColor = True
- '
- '存檔_bt
- '
- Me.存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
- Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.存檔_bt.Location = New System.Drawing.Point(74, 7)
- Me.存檔_bt.Margin = New System.Windows.Forms.Padding(4)
- Me.存檔_bt.Name = "存檔_bt"
- Me.存檔_bt.Size = New System.Drawing.Size(61, 66)
- Me.存檔_bt.TabIndex = 1
- Me.存檔_bt.UseVisualStyleBackColor = True
- '
- '刪除_bt
- '
- Me.刪除_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
- Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.刪除_bt.Location = New System.Drawing.Point(143, 8)
- Me.刪除_bt.Margin = New System.Windows.Forms.Padding(4)
- Me.刪除_bt.Name = "刪除_bt"
- Me.刪除_bt.Size = New System.Drawing.Size(61, 65)
- Me.刪除_bt.TabIndex = 2
- Me.刪除_bt.UseVisualStyleBackColor = True
- '
- '清單_dgv
- '
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
- Me.清單_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.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
- Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.清單_dgv.Location = New System.Drawing.Point(5, 75)
- Me.清單_dgv.Name = "清單_dgv"
- Me.清單_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
- Me.清單_dgv.RowTemplate.Height = 24
- Me.清單_dgv.Size = New System.Drawing.Size(507, 537)
- Me.清單_dgv.TabIndex = 1339
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Location = New System.Drawing.Point(10, 6)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(67, 16)
- Me.Label1.TabIndex = 1340
- Me.Label1.Text = "Group No."
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Location = New System.Drawing.Point(223, 30)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(55, 16)
- Me.Label2.TabIndex = 1341
- Me.Label2.Text = "中文名稱"
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Location = New System.Drawing.Point(223, 53)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(61, 16)
- Me.Label3.TabIndex = 1342
- Me.Label3.Text = "Group ID."
- '
- '群組碼_tb
- '
- Me.群組碼_tb.Location = New System.Drawing.Point(83, 3)
- Me.群組碼_tb.Name = "群組碼_tb"
- Me.群組碼_tb.Size = New System.Drawing.Size(58, 23)
- Me.群組碼_tb.TabIndex = 1343
- '
- '中文名稱_tb
- '
- Me.中文名稱_tb.Location = New System.Drawing.Point(284, 27)
- Me.中文名稱_tb.Name = "中文名稱_tb"
- Me.中文名稱_tb.Size = New System.Drawing.Size(228, 23)
- Me.中文名稱_tb.TabIndex = 1344
- '
- '印尼文名稱_tb
- '
- Me.印尼文名稱_tb.Location = New System.Drawing.Point(284, 50)
- Me.印尼文名稱_tb.Name = "印尼文名稱_tb"
- Me.印尼文名稱_tb.Size = New System.Drawing.Size(228, 23)
- Me.印尼文名稱_tb.TabIndex = 1345
- '
- 'Panel1
- '
- Me.Panel1.Controls.Add(Me.群組碼_tb)
- Me.Panel1.Controls.Add(Me.Label1)
- Me.Panel1.Location = New System.Drawing.Point(143, 178)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(170, 49)
- Me.Panel1.TabIndex = 1346
- Me.Panel1.Visible = False
- '
- '批改_ch
- '
- Me.批改_ch.AutoSize = True
- Me.批改_ch.Location = New System.Drawing.Point(225, 8)
- Me.批改_ch.Name = "批改_ch"
- Me.批改_ch.Size = New System.Drawing.Size(50, 20)
- Me.批改_ch.TabIndex = 1347
- Me.批改_ch.Text = "批改"
- Me.批改_ch.UseVisualStyleBackColor = True
- '
- '工程項目BOM表_群組設定
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(513, 614)
- Me.Controls.Add(Me.Panel1)
- Me.Controls.Add(Me.印尼文名稱_tb)
- Me.Controls.Add(Me.中文名稱_tb)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.清單_dgv)
- Me.Controls.Add(Me.刪除_bt)
- Me.Controls.Add(Me.存檔_bt)
- Me.Controls.Add(Me.新增_bt)
- Me.Controls.Add(Me.批改_ch)
- 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(4)
- Me.Name = "工程項目BOM表_群組設定"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "工程項目BOM表_群組設定"
- CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Panel1.ResumeLayout(False)
- Me.Panel1.PerformLayout()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 新增_bt As Button
- Friend WithEvents 存檔_bt As Button
- Friend WithEvents 刪除_bt As Button
- Friend WithEvents 清單_dgv As DataGridView
- Friend WithEvents Label1 As Label
- Friend WithEvents Label2 As Label
- Friend WithEvents Label3 As Label
- Friend WithEvents 群組碼_tb As TextBox
- Friend WithEvents 中文名稱_tb As TextBox
- Friend WithEvents 印尼文名稱_tb As TextBox
- Friend WithEvents Panel1 As Panel
- Friend WithEvents 批改_ch As CheckBox
- End Class
|