102 lines
4.6 KiB
VB.net
102 lines
4.6 KiB
VB.net
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
|
Partial Class Form_FinancialQuery_Sales
|
|||
|
|
Inherits System.Windows.Forms.Form
|
|||
|
|
|
|||
|
|
'Form 重写 Dispose,以清理组件列表。
|
|||
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|||
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|||
|
|
Try
|
|||
|
|
If disposing AndAlso components IsNot Nothing Then
|
|||
|
|
components.Dispose()
|
|||
|
|
End If
|
|||
|
|
Finally
|
|||
|
|
MyBase.Dispose(disposing)
|
|||
|
|
End Try
|
|||
|
|
End Sub
|
|||
|
|
|
|||
|
|
'Windows 窗体设计器所必需的
|
|||
|
|
Private components As System.ComponentModel.IContainer
|
|||
|
|
|
|||
|
|
'注意: 以下过程是 Windows 窗体设计器所必需的
|
|||
|
|
'可以使用 Windows 窗体设计器修改它。
|
|||
|
|
'不要使用代码编辑器修改它。
|
|||
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|||
|
|
Private Sub InitializeComponent()
|
|||
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form_FinancialQuery_Sales))
|
|||
|
|
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
|||
|
|
Me.tsb_Query = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
|||
|
|
Me.tsb_ExportToExcel = New System.Windows.Forms.ToolStripButton()
|
|||
|
|
Me.Grid1 = New FlexCell.Grid()
|
|||
|
|
Me.ToolStrip1.SuspendLayout()
|
|||
|
|
Me.SuspendLayout()
|
|||
|
|
'
|
|||
|
|
'ToolStrip1
|
|||
|
|
'
|
|||
|
|
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsb_Query, Me.ToolStripSeparator1, Me.tsb_ExportToExcel})
|
|||
|
|
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
|
|||
|
|
Me.ToolStrip1.Name = "ToolStrip1"
|
|||
|
|
Me.ToolStrip1.Size = New System.Drawing.Size(893, 25)
|
|||
|
|
Me.ToolStrip1.TabIndex = 21
|
|||
|
|
Me.ToolStrip1.Text = "ToolStrip1"
|
|||
|
|
'
|
|||
|
|
'tsb_Query
|
|||
|
|
'
|
|||
|
|
Me.tsb_Query.Image = CType(resources.GetObject("tsb_Query.Image"), System.Drawing.Image)
|
|||
|
|
Me.tsb_Query.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.tsb_Query.Name = "tsb_Query"
|
|||
|
|
Me.tsb_Query.Size = New System.Drawing.Size(52, 22)
|
|||
|
|
Me.tsb_Query.Text = "查询"
|
|||
|
|
'
|
|||
|
|
'ToolStripSeparator1
|
|||
|
|
'
|
|||
|
|
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
|
|||
|
|
Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25)
|
|||
|
|
'
|
|||
|
|
'tsb_ExportToExcel
|
|||
|
|
'
|
|||
|
|
Me.tsb_ExportToExcel.Image = CType(resources.GetObject("tsb_ExportToExcel.Image"), System.Drawing.Image)
|
|||
|
|
Me.tsb_ExportToExcel.ImageTransparentColor = System.Drawing.Color.Magenta
|
|||
|
|
Me.tsb_ExportToExcel.Name = "tsb_ExportToExcel"
|
|||
|
|
Me.tsb_ExportToExcel.Size = New System.Drawing.Size(93, 22)
|
|||
|
|
Me.tsb_ExportToExcel.Text = "导出为Excel"
|
|||
|
|
'
|
|||
|
|
'Grid1
|
|||
|
|
'
|
|||
|
|
Me.Grid1.AllowUserSort = True
|
|||
|
|
Me.Grid1.CheckedImage = CType(resources.GetObject("Grid1.CheckedImage"), System.Drawing.Bitmap)
|
|||
|
|
Me.Grid1.Cols = 7
|
|||
|
|
Me.Grid1.DefaultFont = New System.Drawing.Font("宋体", 9.0!)
|
|||
|
|
Me.Grid1.Dock = System.Windows.Forms.DockStyle.Fill
|
|||
|
|
Me.Grid1.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
Me.Grid1.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
|
|||
|
|
Me.Grid1.ImeMode = System.Windows.Forms.ImeMode.[On]
|
|||
|
|
Me.Grid1.Location = New System.Drawing.Point(0, 25)
|
|||
|
|
Me.Grid1.Name = "Grid1"
|
|||
|
|
Me.Grid1.Rows = 500
|
|||
|
|
Me.Grid1.Size = New System.Drawing.Size(893, 535)
|
|||
|
|
Me.Grid1.TabIndex = 22
|
|||
|
|
Me.Grid1.UncheckedImage = CType(resources.GetObject("Grid1.UncheckedImage"), System.Drawing.Bitmap)
|
|||
|
|
'
|
|||
|
|
'Form_FinancialQuery_Sales
|
|||
|
|
'
|
|||
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
|
|||
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
|
Me.ClientSize = New System.Drawing.Size(893, 560)
|
|||
|
|
Me.Controls.Add(Me.Grid1)
|
|||
|
|
Me.Controls.Add(Me.ToolStrip1)
|
|||
|
|
Me.Name = "Form_FinancialQuery_Sales"
|
|||
|
|
Me.Text = "帐务明细查询-销售部"
|
|||
|
|
Me.ToolStrip1.ResumeLayout(False)
|
|||
|
|
Me.ToolStrip1.PerformLayout()
|
|||
|
|
Me.ResumeLayout(False)
|
|||
|
|
Me.PerformLayout()
|
|||
|
|
|
|||
|
|
End Sub
|
|||
|
|
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
|
|||
|
|
Friend WithEvents tsb_Query As System.Windows.Forms.ToolStripButton
|
|||
|
|
Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
|
|||
|
|
Friend WithEvents tsb_ExportToExcel As System.Windows.Forms.ToolStripButton
|
|||
|
|
Friend WithEvents Grid1 As FlexCell.Grid
|
|||
|
|
End Class
|