暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

FrmDye.Designer.vb 2.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class FrmDye
  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.DGV1 = New System.Windows.Forms.DataGridView()
  24. CType(Me.DGV1, System.ComponentModel.ISupportInitialize).BeginInit()
  25. Me.SuspendLayout()
  26. '
  27. 'DGV1
  28. '
  29. Me.DGV1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  30. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  31. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
  32. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  33. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
  34. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  35. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  36. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  37. Me.DGV1.DefaultCellStyle = DataGridViewCellStyle1
  38. Me.DGV1.Location = New System.Drawing.Point(30, 24)
  39. Me.DGV1.Name = "DGV1"
  40. Me.DGV1.RowTemplate.Height = 23
  41. Me.DGV1.Size = New System.Drawing.Size(730, 619)
  42. Me.DGV1.TabIndex = 0
  43. '
  44. 'FrmDye
  45. '
  46. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  47. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  48. Me.ClientSize = New System.Drawing.Size(1289, 936)
  49. Me.Controls.Add(Me.DGV1)
  50. Me.Name = "FrmDye"
  51. Me.Text = "FrmDye"
  52. CType(Me.DGV1, System.ComponentModel.ISupportInitialize).EndInit()
  53. Me.ResumeLayout(False)
  54. End Sub
  55. Friend WithEvents DGV1 As DataGridView
  56. End Class