Brak opisu
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.

Frm_STOCK_SUM.Designer.vb 4.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frm_STOCK_SUM
  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. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Me.DGV1 = New System.Windows.Forms.DataGridView()
  26. CType(Me.DGV1, System.ComponentModel.ISupportInitialize).BeginInit()
  27. Me.SuspendLayout()
  28. '
  29. 'DGV1
  30. '
  31. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  32. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
  33. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  34. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
  35. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  36. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  37. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  38. Me.DGV1.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
  39. Me.DGV1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  40. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  41. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  42. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  43. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  44. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  45. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  46. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  47. Me.DGV1.DefaultCellStyle = DataGridViewCellStyle2
  48. Me.DGV1.Location = New System.Drawing.Point(12, 12)
  49. Me.DGV1.Name = "DGV1"
  50. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  51. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control
  52. DataGridViewCellStyle3.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  53. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
  54. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  55. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  56. Me.DGV1.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
  57. Me.DGV1.RowTemplate.Height = 23
  58. Me.DGV1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
  59. Me.DGV1.Size = New System.Drawing.Size(1517, 843)
  60. Me.DGV1.TabIndex = 1
  61. '
  62. 'Frm_STOCK_SUM
  63. '
  64. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  65. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  66. Me.ClientSize = New System.Drawing.Size(1743, 932)
  67. Me.Controls.Add(Me.DGV1)
  68. Me.Name = "Frm_STOCK_SUM"
  69. Me.Text = "Frm_STOCK_SUM"
  70. CType(Me.DGV1, System.ComponentModel.ISupportInitialize).EndInit()
  71. Me.ResumeLayout(False)
  72. End Sub
  73. Friend WithEvents DGV1 As DataGridView
  74. End Class