frmHistory.Designer.vb
上传用户:szledliu
上传日期:2021-01-29
资源大小:13805k
文件大小:3k
源码类别:

C#编程

开发平台:

C#

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmHistory
  3.     Inherits System.Windows.Forms.Form
  4.     'Form overrides dispose to clean up the component list.
  5.     <System.Diagnostics.DebuggerNonUserCode()> _
  6.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7.         If disposing AndAlso components IsNot Nothing Then
  8.             components.Dispose()
  9.         End If
  10.         MyBase.Dispose(disposing)
  11.     End Sub
  12.     'Required by the Windows Form Designer
  13.     Private components As System.ComponentModel.IContainer
  14.     'NOTE: The following procedure is required by the Windows Form Designer
  15.     'It can be modified using the Windows Form Designer.  
  16.     'Do not modify it using the code editor.
  17.     <System.Diagnostics.DebuggerStepThrough()> _
  18.     Private Sub InitializeComponent()
  19.         Me.ListView1 = New System.Windows.Forms.ListView
  20.         Me.ToolStrip1 = New System.Windows.Forms.ToolStrip
  21.         Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel
  22.         Me.cmbDay = New System.Windows.Forms.ToolStripComboBox
  23.         Me.ToolStrip1.SuspendLayout()
  24.         Me.SuspendLayout()
  25.         '
  26.         'ListView1
  27.         '
  28.         Me.ListView1.Dock = System.Windows.Forms.DockStyle.Fill
  29.         Me.ListView1.FullRowSelect = True
  30.         Me.ListView1.Location = New System.Drawing.Point(0, 25)
  31.         Me.ListView1.MultiSelect = False
  32.         Me.ListView1.Name = "ListView1"
  33.         Me.ListView1.Size = New System.Drawing.Size(887, 355)
  34.         Me.ListView1.TabIndex = 13
  35.         Me.ListView1.UseCompatibleStateImageBehavior = False
  36.         Me.ListView1.View = System.Windows.Forms.View.Details
  37.         '
  38.         'ToolStrip1
  39.         '
  40.         Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
  41.         Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel1, Me.cmbDay})
  42.         Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
  43.         Me.ToolStrip1.Name = "ToolStrip1"
  44.         Me.ToolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
  45.         Me.ToolStrip1.Size = New System.Drawing.Size(887, 25)
  46.         Me.ToolStrip1.TabIndex = 14
  47.         Me.ToolStrip1.Text = "ToolStrip1"
  48.         '
  49.         'ToolStripLabel1
  50.         '
  51.         Me.ToolStripLabel1.Name = "ToolStripLabel1"
  52.         Me.ToolStripLabel1.Size = New System.Drawing.Size(59, 22)
  53.         Me.ToolStripLabel1.Text = "日期选择:"
  54.         '
  55.         'cmbDay
  56.         '
  57.         Me.cmbDay.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  58.         Me.cmbDay.Name = "cmbDay"
  59.         Me.cmbDay.Size = New System.Drawing.Size(121, 25)
  60.         '
  61.         'frmHistory
  62.         '
  63.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  64.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  65.         Me.ClientSize = New System.Drawing.Size(887, 380)
  66.         Me.Controls.Add(Me.ListView1)
  67.         Me.Controls.Add(Me.ToolStrip1)
  68.         Me.Name = "frmHistory"
  69.         Me.Text = "frmHistory"
  70.         Me.ToolStrip1.ResumeLayout(False)
  71.         Me.ToolStrip1.PerformLayout()
  72.         Me.ResumeLayout(False)
  73.         Me.PerformLayout()
  74.     End Sub
  75.     Friend WithEvents ListView1 As System.Windows.Forms.ListView
  76.     Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
  77.     Friend WithEvents cmbDay As System.Windows.Forms.ToolStripComboBox
  78.     Friend WithEvents ToolStripLabel1 As System.Windows.Forms.ToolStripLabel
  79. End Class