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.

Frm_ChemCost.Designer.vb 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frm_ChemCost
  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 窗体设计器所必需的
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下过程是 Windows 窗体设计器所必需的
  18. '可以使用 Windows 窗体设计器修改它。
  19. '不要使用代码编辑器修改它。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.ListBox1 = New System.Windows.Forms.ListBox()
  23. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  24. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  25. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  26. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  27. Me.SuspendLayout()
  28. '
  29. 'ListBox1
  30. '
  31. Me.ListBox1.FormattingEnabled = True
  32. Me.ListBox1.ItemHeight = 18
  33. Me.ListBox1.Location = New System.Drawing.Point(12, 12)
  34. Me.ListBox1.Name = "ListBox1"
  35. Me.ListBox1.Size = New System.Drawing.Size(120, 400)
  36. Me.ListBox1.TabIndex = 0
  37. '
  38. 'DataGridView1
  39. '
  40. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  41. Me.DataGridView1.Location = New System.Drawing.Point(320, 12)
  42. Me.DataGridView1.Name = "DataGridView1"
  43. Me.DataGridView1.RowTemplate.Height = 30
  44. Me.DataGridView1.Size = New System.Drawing.Size(240, 150)
  45. Me.DataGridView1.TabIndex = 1
  46. '
  47. 'DataGridView2
  48. '
  49. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  50. Me.DataGridView2.Location = New System.Drawing.Point(718, 73)
  51. Me.DataGridView2.Name = "DataGridView2"
  52. Me.DataGridView2.RowTemplate.Height = 30
  53. Me.DataGridView2.Size = New System.Drawing.Size(240, 150)
  54. Me.DataGridView2.TabIndex = 2
  55. '
  56. 'Frm_ChemCost
  57. '
  58. Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 18.0!)
  59. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  60. Me.ClientSize = New System.Drawing.Size(1057, 627)
  61. Me.Controls.Add(Me.DataGridView2)
  62. Me.Controls.Add(Me.DataGridView1)
  63. Me.Controls.Add(Me.ListBox1)
  64. Me.Name = "Frm_ChemCost"
  65. Me.Text = "Frm_ChemCost"
  66. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  67. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  68. Me.ResumeLayout(False)
  69. End Sub
  70. Friend WithEvents ListBox1 As ListBox
  71. Friend WithEvents DataGridView1 As DataGridView
  72. Friend WithEvents DataGridView2 As DataGridView
  73. End Class