Ingen beskrivning
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_M_retan.Designer.vb 3.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class Frm_M_retan
  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. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.DGV_MEASURE = New System.Windows.Forms.DataGridView()
  24. Me.ListBox1 = New System.Windows.Forms.ListBox()
  25. CType(Me.DGV_MEASURE, System.ComponentModel.ISupportInitialize).BeginInit()
  26. Me.SuspendLayout()
  27. '
  28. 'DGV_MEASURE
  29. '
  30. Me.DGV_MEASURE.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  31. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  32. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  33. DataGridViewCellStyle2.Font = New System.Drawing.Font("微软雅黑", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  34. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  35. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  36. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  37. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  38. Me.DGV_MEASURE.DefaultCellStyle = DataGridViewCellStyle2
  39. Me.DGV_MEASURE.Location = New System.Drawing.Point(156, 41)
  40. Me.DGV_MEASURE.Name = "DGV_MEASURE"
  41. Me.DGV_MEASURE.RowTemplate.Height = 23
  42. Me.DGV_MEASURE.Size = New System.Drawing.Size(1382, 878)
  43. Me.DGV_MEASURE.TabIndex = 0
  44. '
  45. 'ListBox1
  46. '
  47. Me.ListBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  48. Me.ListBox1.FormattingEnabled = True
  49. Me.ListBox1.ItemHeight = 20
  50. Me.ListBox1.Location = New System.Drawing.Point(28, 41)
  51. Me.ListBox1.Name = "ListBox1"
  52. Me.ListBox1.Size = New System.Drawing.Size(99, 444)
  53. Me.ListBox1.TabIndex = 8
  54. '
  55. 'Frm_M_retan
  56. '
  57. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  58. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  59. Me.ClientSize = New System.Drawing.Size(1705, 948)
  60. Me.Controls.Add(Me.ListBox1)
  61. Me.Controls.Add(Me.DGV_MEASURE)
  62. Me.Name = "Frm_M_retan"
  63. Me.Text = "化工领料"
  64. CType(Me.DGV_MEASURE, System.ComponentModel.ISupportInitialize).EndInit()
  65. Me.ResumeLayout(False)
  66. End Sub
  67. Friend WithEvents DGV_MEASURE As DataGridView
  68. Friend WithEvents ListBox1 As ListBox
  69. End Class