123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class Frm_Chem_month
- 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()
- Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.DGV1 = New System.Windows.Forms.DataGridView()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.Button2 = New System.Windows.Forms.Button()
- Me.Button3 = New System.Windows.Forms.Button()
- Me.dtp1 = New System.Windows.Forms.DateTimePicker()
- Me.dtp2 = New System.Windows.Forms.DateTimePicker()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.Button4 = New System.Windows.Forms.Button()
- Me.Button5 = New System.Windows.Forms.Button()
- CType(Me.DGV1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'DGV1
- '
- DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
- DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
- DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.DGV1.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
- 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("微軟正黑體", 11.25!, 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(51, 32)
- Me.DGV1.Margin = New System.Windows.Forms.Padding(4)
- Me.DGV1.Name = "DGV1"
- DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control
- DataGridViewCellStyle3.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
- DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- Me.DGV1.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
- Me.DGV1.RowHeadersWidth = 51
- Me.DGV1.RowTemplate.Height = 23
- Me.DGV1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
- Me.DGV1.Size = New System.Drawing.Size(2892, 894)
- Me.DGV1.TabIndex = 0
- '
- 'Button1
- '
- Me.Button1.Location = New System.Drawing.Point(747, 952)
- Me.Button1.Margin = New System.Windows.Forms.Padding(4)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(193, 82)
- Me.Button1.TabIndex = 1
- Me.Button1.Text = "输出EXCEL"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'Button2
- '
- Me.Button2.Location = New System.Drawing.Point(964, 952)
- Me.Button2.Margin = New System.Windows.Forms.Padding(4)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(193, 82)
- Me.Button2.TabIndex = 2
- Me.Button2.Text = "应存存入盘点表"
- Me.Button2.UseVisualStyleBackColor = True
- '
- 'Button3
- '
- Me.Button3.Location = New System.Drawing.Point(356, 952)
- Me.Button3.Margin = New System.Windows.Forms.Padding(4)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(193, 82)
- Me.Button3.TabIndex = 3
- Me.Button3.Text = "核算"
- Me.Button3.UseVisualStyleBackColor = True
- '
- '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(136, 952)
- Me.dtp1.Margin = New System.Windows.Forms.Padding(4)
- Me.dtp1.Name = "dtp1"
- Me.dtp1.Size = New System.Drawing.Size(183, 34)
- Me.dtp1.TabIndex = 4
- '
- '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(136, 1016)
- Me.dtp2.Margin = New System.Windows.Forms.Padding(4)
- Me.dtp2.Name = "dtp2"
- Me.dtp2.Size = New System.Drawing.Size(183, 34)
- Me.dtp2.TabIndex = 5
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.Label2.Location = New System.Drawing.Point(72, 960)
- Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(52, 27)
- Me.Label2.TabIndex = 7
- Me.Label2.Text = "期初"
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.Label3.Location = New System.Drawing.Point(72, 1024)
- Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(52, 27)
- Me.Label3.TabIndex = 8
- Me.Label3.Text = "期末"
- '
- 'Button4
- '
- Me.Button4.Location = New System.Drawing.Point(1180, 952)
- Me.Button4.Margin = New System.Windows.Forms.Padding(4)
- Me.Button4.Name = "Button4"
- Me.Button4.Size = New System.Drawing.Size(193, 82)
- Me.Button4.TabIndex = 9
- Me.Button4.Text = "写入资料库"
- Me.Button4.UseVisualStyleBackColor = True
- '
- 'Button5
- '
- Me.Button5.Location = New System.Drawing.Point(591, 952)
- Me.Button5.Margin = New System.Windows.Forms.Padding(4)
- Me.Button5.Name = "Button5"
- Me.Button5.Size = New System.Drawing.Size(109, 82)
- Me.Button5.TabIndex = 10
- Me.Button5.Text = "输出EXCEL"
- Me.Button5.UseVisualStyleBackColor = True
- '
- 'Frm_Chem_month
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 15.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.AutoScroll = True
- Me.ClientSize = New System.Drawing.Size(2564, 1200)
- Me.Controls.Add(Me.Button5)
- Me.Controls.Add(Me.Button4)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.dtp2)
- Me.Controls.Add(Me.dtp1)
- Me.Controls.Add(Me.Button3)
- Me.Controls.Add(Me.Button2)
- Me.Controls.Add(Me.Button1)
- Me.Controls.Add(Me.DGV1)
- Me.Margin = New System.Windows.Forms.Padding(4)
- Me.Name = "Frm_Chem_month"
- Me.Text = "FrmChem_month"
- CType(Me.DGV1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents DGV1 As DataGridView
- Friend WithEvents Button1 As Button
- Friend WithEvents Button2 As Button
- Friend WithEvents Button3 As Button
- Friend WithEvents dtp1 As DateTimePicker
- Friend WithEvents dtp2 As DateTimePicker
- Friend WithEvents Label2 As Label
- Friend WithEvents Label3 As Label
- Friend WithEvents Button4 As Button
- Friend WithEvents Button5 As Button
- End Class
|