123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class Form1
- 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()
- 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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.月清單_DGV.Location = New System.Drawing.Point(1, 97)
- Me.月清單_DGV.Name = "月清單_DGV"
- Me.月清單_DGV.RowHeadersWidth = 5
- Me.月清單_DGV.RowTemplate.Height = 24
- Me.月清單_DGV.Size = New System.Drawing.Size(930, 500)
- Me.月清單_DGV.TabIndex = 839
- '
- 'Form1
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(933, 600)
- 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, 4, 4, 4)
- Me.Name = "Form1"
- Me.Text = "Form1"
- CType(Me.月清單_DGV, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
-
- End Sub
-
- Friend WithEvents 月清單_DGV As DataGridView
- End Class
|