Açıklama Yok
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

導出成EXCEL.Designer.vb 4.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 導出成EXCEL
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.Button1 = New System.Windows.Forms.Button()
  24. Me.Button11 = New System.Windows.Forms.Button()
  25. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  26. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  27. Me.SuspendLayout()
  28. '
  29. 'Button1
  30. '
  31. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  32. Me.Button1.ForeColor = System.Drawing.Color.Red
  33. Me.Button1.Location = New System.Drawing.Point(128, 12)
  34. Me.Button1.Name = "Button1"
  35. Me.Button1.Size = New System.Drawing.Size(110, 54)
  36. Me.Button1.TabIndex = 395
  37. Me.Button1.Text = "取消列印"
  38. Me.Button1.UseVisualStyleBackColor = True
  39. '
  40. 'Button11
  41. '
  42. Me.Button11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  43. Me.Button11.ForeColor = System.Drawing.Color.Blue
  44. Me.Button11.Location = New System.Drawing.Point(12, 12)
  45. Me.Button11.Name = "Button11"
  46. Me.Button11.Size = New System.Drawing.Size(110, 54)
  47. Me.Button11.TabIndex = 394
  48. Me.Button11.Text = "確認列印"
  49. Me.Button11.UseVisualStyleBackColor = True
  50. '
  51. 'DataGridView1
  52. '
  53. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  54. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  55. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  56. Me.DataGridView1.Location = New System.Drawing.Point(14, 17)
  57. Me.DataGridView1.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
  58. Me.DataGridView1.Name = "DataGridView1"
  59. Me.DataGridView1.RowHeadersWidth = 5
  60. Me.DataGridView1.RowTemplate.Height = 24
  61. Me.DataGridView1.Size = New System.Drawing.Size(373, 99)
  62. Me.DataGridView1.TabIndex = 393
  63. '
  64. '導出成EXCEL
  65. '
  66. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  67. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  68. Me.ClientSize = New System.Drawing.Size(246, 77)
  69. Me.Controls.Add(Me.Button1)
  70. Me.Controls.Add(Me.Button11)
  71. Me.Controls.Add(Me.DataGridView1)
  72. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  73. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  74. Me.Name = "導出成EXCEL"
  75. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  76. Me.Text = "導出成EXCEL"
  77. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  78. Me.ResumeLayout(False)
  79. End Sub
  80. Friend WithEvents Button1 As Button
  81. Friend WithEvents Button11 As Button
  82. Friend WithEvents DataGridView1 As DataGridView
  83. End Class