Geen omschrijving
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.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. Public Class frm_rt_vf_order
  2. Friend WithEvents dgv_detail As DataGridView
  3. Friend WithEvents dgv_order_count As DataGridView
  4. Friend WithEvents DataGridView1 As DataGridView
  5. Private Sub InitializeComponent()
  6. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  7. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  8. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  9. Me.dgv_detail = New System.Windows.Forms.DataGridView()
  10. Me.dgv_order_count = New System.Windows.Forms.DataGridView()
  11. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  12. CType(Me.dgv_detail, System.ComponentModel.ISupportInitialize).BeginInit()
  13. CType(Me.dgv_order_count, System.ComponentModel.ISupportInitialize).BeginInit()
  14. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  15. Me.SuspendLayout()
  16. '
  17. 'dgv_detail
  18. '
  19. Me.dgv_detail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  20. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  21. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
  22. DataGridViewCellStyle1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  23. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
  24. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  25. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  26. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  27. Me.dgv_detail.DefaultCellStyle = DataGridViewCellStyle1
  28. Me.dgv_detail.Location = New System.Drawing.Point(55, 35)
  29. Me.dgv_detail.Name = "dgv_detail"
  30. Me.dgv_detail.RowTemplate.Height = 23
  31. Me.dgv_detail.Size = New System.Drawing.Size(1923, 296)
  32. Me.dgv_detail.TabIndex = 0
  33. '
  34. 'dgv_order_count
  35. '
  36. Me.dgv_order_count.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  37. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  38. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  39. DataGridViewCellStyle2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  40. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  41. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  42. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  43. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  44. Me.dgv_order_count.DefaultCellStyle = DataGridViewCellStyle2
  45. Me.dgv_order_count.Location = New System.Drawing.Point(55, 365)
  46. Me.dgv_order_count.Name = "dgv_order_count"
  47. Me.dgv_order_count.RowTemplate.Height = 23
  48. Me.dgv_order_count.Size = New System.Drawing.Size(377, 491)
  49. Me.dgv_order_count.TabIndex = 1
  50. '
  51. 'DataGridView1
  52. '
  53. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  54. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  55. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
  56. DataGridViewCellStyle3.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  57. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
  58. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  59. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  60. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  61. Me.DataGridView1.DefaultCellStyle = DataGridViewCellStyle3
  62. Me.DataGridView1.Location = New System.Drawing.Point(475, 412)
  63. Me.DataGridView1.Name = "DataGridView1"
  64. Me.DataGridView1.RowTemplate.Height = 23
  65. Me.DataGridView1.Size = New System.Drawing.Size(377, 444)
  66. Me.DataGridView1.TabIndex = 2
  67. '
  68. 'frm_rt_vf_order
  69. '
  70. Me.ClientSize = New System.Drawing.Size(2099, 891)
  71. Me.Controls.Add(Me.DataGridView1)
  72. Me.Controls.Add(Me.dgv_order_count)
  73. Me.Controls.Add(Me.dgv_detail)
  74. Me.Name = "frm_rt_vf_order"
  75. CType(Me.dgv_detail, System.ComponentModel.ISupportInitialize).EndInit()
  76. CType(Me.dgv_order_count, System.ComponentModel.ISupportInitialize).EndInit()
  77. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  78. Me.ResumeLayout(False)
  79. End Sub
  80. Private Sub ___Load(sender As Object, e As EventArgs) Handles MyBase.Load
  81. End Sub
  82. End Class