No Description
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.

Frmchem_nouse.Designer.vb 4.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frmchem_nouse
  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. Me.dgv30 = New System.Windows.Forms.DataGridView()
  25. Me.dgv = New System.Windows.Forms.DataGridView()
  26. CType(Me.dgv30, System.ComponentModel.ISupportInitialize).BeginInit()
  27. CType(Me.dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  28. Me.SuspendLayout()
  29. '
  30. 'dgv30
  31. '
  32. Me.dgv30.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  33. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  34. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
  35. DataGridViewCellStyle1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  36. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
  37. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  38. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  39. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  40. Me.dgv30.DefaultCellStyle = DataGridViewCellStyle1
  41. Me.dgv30.Location = New System.Drawing.Point(970, 65)
  42. Me.dgv30.Name = "dgv30"
  43. Me.dgv30.RowTemplate.Height = 23
  44. Me.dgv30.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect
  45. Me.dgv30.Size = New System.Drawing.Size(585, 790)
  46. Me.dgv30.TabIndex = 14
  47. '
  48. 'dgv
  49. '
  50. Me.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  51. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  52. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  53. DataGridViewCellStyle2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  54. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  55. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  56. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  57. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  58. Me.dgv.DefaultCellStyle = DataGridViewCellStyle2
  59. Me.dgv.Location = New System.Drawing.Point(22, 65)
  60. Me.dgv.Name = "dgv"
  61. Me.dgv.RowTemplate.Height = 23
  62. Me.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect
  63. Me.dgv.Size = New System.Drawing.Size(921, 790)
  64. Me.dgv.TabIndex = 15
  65. '
  66. 'Frmchem_nouse
  67. '
  68. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  69. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  70. Me.ClientSize = New System.Drawing.Size(1834, 968)
  71. Me.Controls.Add(Me.dgv)
  72. Me.Controls.Add(Me.dgv30)
  73. Me.Name = "Frmchem_nouse"
  74. Me.Text = "化工呆料"
  75. CType(Me.dgv30, System.ComponentModel.ISupportInitialize).EndInit()
  76. CType(Me.dgv, System.ComponentModel.ISupportInitialize).EndInit()
  77. Me.ResumeLayout(False)
  78. End Sub
  79. Friend WithEvents dgv30 As DataGridView
  80. Friend WithEvents dgv As DataGridView
  81. End Class