12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 導出成EXCEL
- 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()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.Button11 = New System.Windows.Forms.Button()
- Me.DataGridView1 = New System.Windows.Forms.DataGridView()
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'Button1
- '
- Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button1.ForeColor = System.Drawing.Color.Red
- Me.Button1.Location = New System.Drawing.Point(128, 12)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(110, 54)
- Me.Button1.TabIndex = 395
- Me.Button1.Text = "取消列印"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'Button11
- '
- Me.Button11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button11.ForeColor = System.Drawing.Color.Blue
- Me.Button11.Location = New System.Drawing.Point(12, 12)
- Me.Button11.Name = "Button11"
- Me.Button11.Size = New System.Drawing.Size(110, 54)
- Me.Button11.TabIndex = 394
- Me.Button11.Text = "確認列印"
- Me.Button11.UseVisualStyleBackColor = True
- '
- 'DataGridView1
- '
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
- Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.DataGridView1.Location = New System.Drawing.Point(14, 17)
- Me.DataGridView1.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
- Me.DataGridView1.Name = "DataGridView1"
- Me.DataGridView1.RowHeadersWidth = 5
- Me.DataGridView1.RowTemplate.Height = 24
- Me.DataGridView1.Size = New System.Drawing.Size(373, 99)
- Me.DataGridView1.TabIndex = 393
- '
- '導出成EXCEL
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(246, 77)
- Me.Controls.Add(Me.Button1)
- Me.Controls.Add(Me.Button11)
- Me.Controls.Add(Me.DataGridView1)
- 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(3, 4, 3, 4)
- Me.Name = "導出成EXCEL"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "導出成EXCEL"
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
-
- End Sub
-
- Friend WithEvents Button1 As Button
- Friend WithEvents Button11 As Button
- Friend WithEvents DataGridView1 As DataGridView
- End Class
|