12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- Public Class frm_rt_vf_order
- Friend WithEvents dgv_detail As DataGridView
-
- Friend WithEvents dgv_order_count As DataGridView
-
- Friend WithEvents DataGridView1 As DataGridView
-
- Private Sub InitializeComponent()
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.dgv_detail = New System.Windows.Forms.DataGridView()
- Me.dgv_order_count = New System.Windows.Forms.DataGridView()
- Me.DataGridView1 = New System.Windows.Forms.DataGridView()
- CType(Me.dgv_detail, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv_order_count, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'dgv_detail
- '
- Me.dgv_detail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
- DataGridViewCellStyle1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
- DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.dgv_detail.DefaultCellStyle = DataGridViewCellStyle1
- Me.dgv_detail.Location = New System.Drawing.Point(55, 35)
- Me.dgv_detail.Name = "dgv_detail"
- Me.dgv_detail.RowTemplate.Height = 23
- Me.dgv_detail.Size = New System.Drawing.Size(1923, 296)
- Me.dgv_detail.TabIndex = 0
- '
- 'dgv_order_count
- '
- Me.dgv_order_count.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
- DataGridViewCellStyle2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
- DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.dgv_order_count.DefaultCellStyle = DataGridViewCellStyle2
- Me.dgv_order_count.Location = New System.Drawing.Point(55, 365)
- Me.dgv_order_count.Name = "dgv_order_count"
- Me.dgv_order_count.RowTemplate.Height = 23
- Me.dgv_order_count.Size = New System.Drawing.Size(377, 491)
- Me.dgv_order_count.TabIndex = 1
- '
- 'DataGridView1
- '
- Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
- DataGridViewCellStyle3.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
- DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.DataGridView1.DefaultCellStyle = DataGridViewCellStyle3
- Me.DataGridView1.Location = New System.Drawing.Point(475, 412)
- Me.DataGridView1.Name = "DataGridView1"
- Me.DataGridView1.RowTemplate.Height = 23
- Me.DataGridView1.Size = New System.Drawing.Size(377, 444)
- Me.DataGridView1.TabIndex = 2
- '
- 'frm_rt_vf_order
- '
- Me.ClientSize = New System.Drawing.Size(2099, 891)
- Me.Controls.Add(Me.DataGridView1)
- Me.Controls.Add(Me.dgv_order_count)
- Me.Controls.Add(Me.dgv_detail)
- Me.Name = "frm_rt_vf_order"
- CType(Me.dgv_detail, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv_order_count, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
-
- End Sub
-
- Private Sub ___Load(sender As Object, e As EventArgs) Handles MyBase.Load
-
- End Sub
- End Class
|