123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
- Partial Class Frm_BG_CHEM
- 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 DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.dgv1 = New System.Windows.Forms.DataGridView()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.dtp2 = New System.Windows.Forms.DateTimePicker()
- Me.dtp1 = New System.Windows.Forms.DateTimePicker()
- Me.Button3 = New System.Windows.Forms.Button()
- Me.Label2 = New System.Windows.Forms.Label()
- CType(Me.dgv1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'dgv1
- '
- Me.dgv1.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.dgv1.DefaultCellStyle = DataGridViewCellStyle2
- Me.dgv1.Location = New System.Drawing.Point(15, 58)
- Me.dgv1.Name = "dgv1"
- Me.dgv1.RowHeadersWidth = 82
- Me.dgv1.RowTemplate.Height = 24
- Me.dgv1.Size = New System.Drawing.Size(1284, 713)
- Me.dgv1.TabIndex = 9
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.Label1.ForeColor = System.Drawing.Color.Red
- Me.Label1.Location = New System.Drawing.Point(29, 16)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(50, 25)
- Me.Label1.TabIndex = 43
- Me.Label1.Text = "期初"
- '
- 'dtp2
- '
- Me.dtp2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.dtp2.Location = New System.Drawing.Point(272, 12)
- Me.dtp2.Name = "dtp2"
- Me.dtp2.Size = New System.Drawing.Size(108, 29)
- Me.dtp2.TabIndex = 42
- '
- 'dtp1
- '
- Me.dtp1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.dtp1.Location = New System.Drawing.Point(85, 12)
- Me.dtp1.Name = "dtp1"
- Me.dtp1.Size = New System.Drawing.Size(112, 29)
- Me.dtp1.TabIndex = 41
- '
- 'Button3
- '
- Me.Button3.Location = New System.Drawing.Point(398, 12)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(61, 29)
- Me.Button3.TabIndex = 40
- Me.Button3.Text = "查询"
- Me.Button3.UseVisualStyleBackColor = True
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.Label2.ForeColor = System.Drawing.Color.Red
- Me.Label2.Location = New System.Drawing.Point(216, 15)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(50, 25)
- Me.Label2.TabIndex = 44
- Me.Label2.Text = "期末"
- '
- 'Frm_BG_CHEM
- '
- 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(1330, 797)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.dtp2)
- Me.Controls.Add(Me.dtp1)
- Me.Controls.Add(Me.Button3)
- Me.Controls.Add(Me.dgv1)
- Me.Name = "Frm_BG_CHEM"
- Me.Text = "Frm_BG_CHEM"
- CType(Me.dgv1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents dgv1 As DataGridView
- Friend WithEvents Label1 As Label
- Friend WithEvents dtp2 As DateTimePicker
- Friend WithEvents dtp1 As DateTimePicker
- Friend WithEvents Button3 As Button
- Friend WithEvents Label2 As Label
- End Class
|