123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- <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.項次_dgv = New System.Windows.Forms.DataGridView()
- Me.ITME1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.ITME2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.ITME3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.ITME4_1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.ITME4_2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.ITME4_3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.ITME4_4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
- CType(Me.項次_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '項次_dgv
- '
- 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.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.項次_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.項次_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.ITME1, Me.ITME2, Me.ITME3, Me.ITME4_1, Me.ITME4_2, Me.ITME4_3, Me.ITME4_4})
- Me.項次_dgv.Location = New System.Drawing.Point(5, 2)
- Me.項次_dgv.Name = "項次_dgv"
- Me.項次_dgv.RowHeadersWidth = 5
- Me.項次_dgv.RowTemplate.Height = 24
- Me.項次_dgv.Size = New System.Drawing.Size(317, 555)
- Me.項次_dgv.TabIndex = 1535
- '
- 'ITME1
- '
- Me.ITME1.HeaderText = "ITME1"
- Me.ITME1.Name = "ITME1"
- '
- 'ITME2
- '
- Me.ITME2.HeaderText = "ITME2"
- Me.ITME2.Name = "ITME2"
- '
- 'ITME3
- '
- Me.ITME3.HeaderText = "ITME3"
- Me.ITME3.Name = "ITME3"
- '
- 'ITME4_1
- '
- Me.ITME4_1.HeaderText = "ITME4_1"
- Me.ITME4_1.Name = "ITME4_1"
- '
- 'ITME4_2
- '
- Me.ITME4_2.HeaderText = "ITME4_2"
- Me.ITME4_2.Name = "ITME4_2"
- '
- 'ITME4_3
- '
- Me.ITME4_3.HeaderText = "ITME4_3"
- Me.ITME4_3.Name = "ITME4_3"
- '
- 'ITME4_4
- '
- Me.ITME4_4.HeaderText = "ITME4_4"
- Me.ITME4_4.Name = "ITME4_4"
- '
- '合約報價單項次選擇
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(325, 561)
- Me.Controls.Add(Me.項次_dgv)
- 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.MaximizeBox = False
- Me.MinimizeBox = False
- Me.Name = "合約報價單項次選擇"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "合約報價單項次選擇"
- CType(Me.項次_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
-
- End Sub
- Friend WithEvents 項次_dgv As DataGridView
- Friend WithEvents ITME1 As DataGridViewTextBoxColumn
- Friend WithEvents ITME2 As DataGridViewTextBoxColumn
- Friend WithEvents ITME3 As DataGridViewTextBoxColumn
- Friend WithEvents ITME4_1 As DataGridViewTextBoxColumn
- Friend WithEvents ITME4_2 As DataGridViewTextBoxColumn
- Friend WithEvents ITME4_3 As DataGridViewTextBoxColumn
- Friend WithEvents ITME4_4 As DataGridViewTextBoxColumn
- End Class
|