⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 usercontrol1.designer.vb

📁 .net中word的扩展应用。用ado.net对word,excel进行存取_ADO.NET应用
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class UserControl1
    Inherits System.Windows.Forms.UserControl

    'UserControl 重写 Dispose,以清理组件列表。
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        If disposing AndAlso components IsNot Nothing Then
            components.Dispose()
        End If
        MyBase.Dispose(disposing)
    End Sub

    'Windows 窗体设计器所必需的
    Private components As System.ComponentModel.IContainer

    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器修改它。
    '不要使用代码编辑器修改它。
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.BtnUpdate = New System.Windows.Forms.Button
        Me.LstReport = New System.Windows.Forms.ListBox
        Me.LstField = New System.Windows.Forms.ListBox
        Me.BtnReturn = New System.Windows.Forms.Button
        Me.BtnBack = New System.Windows.Forms.Button
        Me.CboDecimalDigits = New System.Windows.Forms.ComboBox
        Me.Label2 = New System.Windows.Forms.Label
        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.RBtnTitle = New System.Windows.Forms.RadioButton
        Me.RbtnDetail = New System.Windows.Forms.RadioButton
        Me.GroupBox2 = New System.Windows.Forms.GroupBox
        Me.CkbOLE = New System.Windows.Forms.CheckBox
        Me.CkbMedValue = New System.Windows.Forms.CheckBox
        Me.CkbStdValue = New System.Windows.Forms.CheckBox
        Me.CkbAvgValue = New System.Windows.Forms.CheckBox
        Me.CkbMinValue = New System.Windows.Forms.CheckBox
        Me.CkbMaxValue = New System.Windows.Forms.CheckBox
        Me.GroupBox1.SuspendLayout()
        Me.GroupBox2.SuspendLayout()
        Me.SuspendLayout()
        '
        'BtnUpdate
        '
        Me.BtnUpdate.Location = New System.Drawing.Point(6, 26)
        Me.BtnUpdate.Name = "BtnUpdate"
        Me.BtnUpdate.Size = New System.Drawing.Size(75, 30)
        Me.BtnUpdate.TabIndex = 0
        Me.BtnUpdate.Text = "Update"
        Me.BtnUpdate.UseVisualStyleBackColor = True
        '
        'LstReport
        '
        Me.LstReport.FormattingEnabled = True
        Me.LstReport.ItemHeight = 12
        Me.LstReport.Location = New System.Drawing.Point(6, 76)
        Me.LstReport.Name = "LstReport"
        Me.LstReport.Size = New System.Drawing.Size(112, 280)
        Me.LstReport.TabIndex = 1
        '
        'LstField
        '
        Me.LstField.FormattingEnabled = True
        Me.LstField.ItemHeight = 12
        Me.LstField.Location = New System.Drawing.Point(177, 76)
        Me.LstField.Name = "LstField"
        Me.LstField.Size = New System.Drawing.Size(117, 280)
        Me.LstField.TabIndex = 2
        '
        'BtnReturn
        '
        Me.BtnReturn.Location = New System.Drawing.Point(131, 144)
        Me.BtnReturn.Name = "BtnReturn"
        Me.BtnReturn.Size = New System.Drawing.Size(32, 25)
        Me.BtnReturn.TabIndex = 3
        Me.BtnReturn.Text = ">"
        Me.BtnReturn.UseVisualStyleBackColor = True
        '
        'BtnBack
        '
        Me.BtnBack.Location = New System.Drawing.Point(131, 211)
        Me.BtnBack.Name = "BtnBack"
        Me.BtnBack.Size = New System.Drawing.Size(32, 25)
        Me.BtnBack.TabIndex = 4
        Me.BtnBack.Text = "<"
        Me.BtnBack.UseVisualStyleBackColor = True
        '
        'CboDecimalDigits
        '
        Me.CboDecimalDigits.FormattingEnabled = True
        Me.CboDecimalDigits.Location = New System.Drawing.Point(190, 30)
        Me.CboDecimalDigits.Name = "CboDecimalDigits"
        Me.CboDecimalDigits.Size = New System.Drawing.Size(103, 20)
        Me.CboDecimalDigits.TabIndex = 7
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.Location = New System.Drawing.Point(102, 37)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(83, 12)
        Me.Label2.TabIndex = 8
        Me.Label2.Text = "设置小数位数:"
        '
        'GroupBox1
        '
        Me.GroupBox1.Controls.Add(Me.LstField)
        Me.GroupBox1.Controls.Add(Me.Label2)
        Me.GroupBox1.Controls.Add(Me.LstReport)
        Me.GroupBox1.Controls.Add(Me.CboDecimalDigits)
        Me.GroupBox1.Controls.Add(Me.BtnReturn)
        Me.GroupBox1.Controls.Add(Me.BtnBack)
        Me.GroupBox1.Controls.Add(Me.BtnUpdate)
        Me.GroupBox1.Location = New System.Drawing.Point(3, 39)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.Size = New System.Drawing.Size(304, 371)
        Me.GroupBox1.TabIndex = 9
        Me.GroupBox1.TabStop = False
        Me.GroupBox1.Text = "报告详细部分修改"
        '
        'RBtnTitle
        '
        Me.RBtnTitle.AutoSize = True
        Me.RBtnTitle.Location = New System.Drawing.Point(15, 17)
        Me.RBtnTitle.Name = "RBtnTitle"
        Me.RBtnTitle.Size = New System.Drawing.Size(119, 16)
        Me.RBtnTitle.TabIndex = 9
        Me.RBtnTitle.TabStop = True
        Me.RBtnTitle.Text = "修改报告标题部分"
        Me.RBtnTitle.UseVisualStyleBackColor = True
        '
        'RbtnDetail
        '
        Me.RbtnDetail.AutoSize = True
        Me.RbtnDetail.Location = New System.Drawing.Point(173, 17)
        Me.RbtnDetail.Name = "RbtnDetail"
        Me.RbtnDetail.Size = New System.Drawing.Size(119, 16)
        Me.RbtnDetail.TabIndex = 10
        Me.RbtnDetail.TabStop = True
        Me.RbtnDetail.Text = "修改报告详细部分"
        Me.RbtnDetail.UseVisualStyleBackColor = True
        '
        'GroupBox2
        '
        Me.GroupBox2.Controls.Add(Me.CkbOLE)
        Me.GroupBox2.Controls.Add(Me.CkbMedValue)
        Me.GroupBox2.Controls.Add(Me.CkbStdValue)
        Me.GroupBox2.Controls.Add(Me.CkbAvgValue)
        Me.GroupBox2.Controls.Add(Me.CkbMinValue)
        Me.GroupBox2.Controls.Add(Me.CkbMaxValue)
        Me.GroupBox2.Location = New System.Drawing.Point(6, 416)
        Me.GroupBox2.Name = "GroupBox2"
        Me.GroupBox2.Size = New System.Drawing.Size(301, 124)
        Me.GroupBox2.TabIndex = 11
        Me.GroupBox2.TabStop = False
        Me.GroupBox2.Text = "报告页脚部分"
        '
        'CkbOLE
        '
        Me.CkbOLE.AutoSize = True
        Me.CkbOLE.Location = New System.Drawing.Point(178, 85)
        Me.CkbOLE.Name = "CkbOLE"
        Me.CkbOLE.Size = New System.Drawing.Size(72, 16)
        Me.CkbOLE.TabIndex = 5
        Me.CkbOLE.Text = "曲线显示"
        Me.CkbOLE.UseVisualStyleBackColor = True
        '
        'CkbMedValue
        '
        Me.CkbMedValue.AutoSize = True
        Me.CkbMedValue.Location = New System.Drawing.Point(18, 85)
        Me.CkbMedValue.Name = "CkbMedValue"
        Me.CkbMedValue.Size = New System.Drawing.Size(48, 16)
        Me.CkbMedValue.TabIndex = 4
        Me.CkbMedValue.Text = "中值"
        Me.CkbMedValue.UseVisualStyleBackColor = True
        '
        'CkbStdValue
        '
        Me.CkbStdValue.AutoSize = True
        Me.CkbStdValue.Location = New System.Drawing.Point(178, 54)
        Me.CkbStdValue.Name = "CkbStdValue"
        Me.CkbStdValue.Size = New System.Drawing.Size(60, 16)
        Me.CkbStdValue.TabIndex = 3
        Me.CkbStdValue.Text = "标准差"
        Me.CkbStdValue.UseVisualStyleBackColor = True
        '
        'CkbAvgValue
        '
        Me.CkbAvgValue.AutoSize = True
        Me.CkbAvgValue.Location = New System.Drawing.Point(18, 54)
        Me.CkbAvgValue.Name = "CkbAvgValue"
        Me.CkbAvgValue.Size = New System.Drawing.Size(60, 16)
        Me.CkbAvgValue.TabIndex = 2
        Me.CkbAvgValue.Text = "平均值"
        Me.CkbAvgValue.UseVisualStyleBackColor = True
        '
        'CkbMinValue
        '
        Me.CkbMinValue.AutoSize = True
        Me.CkbMinValue.Location = New System.Drawing.Point(178, 23)
        Me.CkbMinValue.Name = "CkbMinValue"
        Me.CkbMinValue.Size = New System.Drawing.Size(60, 16)
        Me.CkbMinValue.TabIndex = 1
        Me.CkbMinValue.Text = "最小值"
        Me.CkbMinValue.UseVisualStyleBackColor = True
        '
        'CkbMaxValue
        '
        Me.CkbMaxValue.AutoSize = True
        Me.CkbMaxValue.Location = New System.Drawing.Point(18, 23)
        Me.CkbMaxValue.Name = "CkbMaxValue"
        Me.CkbMaxValue.Size = New System.Drawing.Size(60, 16)
        Me.CkbMaxValue.TabIndex = 0
        Me.CkbMaxValue.Text = "最大值"
        Me.CkbMaxValue.UseVisualStyleBackColor = True
        '
        'UserControl1
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.Controls.Add(Me.GroupBox2)
        Me.Controls.Add(Me.RBtnTitle)
        Me.Controls.Add(Me.RbtnDetail)
        Me.Controls.Add(Me.GroupBox1)
        Me.Name = "UserControl1"
        Me.Size = New System.Drawing.Size(312, 571)
        Me.GroupBox1.ResumeLayout(False)
        Me.GroupBox1.PerformLayout()
        Me.GroupBox2.ResumeLayout(False)
        Me.GroupBox2.PerformLayout()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents BtnUpdate As System.Windows.Forms.Button
    Friend WithEvents LstReport As System.Windows.Forms.ListBox
    Friend WithEvents LstField As System.Windows.Forms.ListBox
    Friend WithEvents BtnReturn As System.Windows.Forms.Button
    Friend WithEvents BtnBack As System.Windows.Forms.Button
    Friend WithEvents CboDecimalDigits As System.Windows.Forms.ComboBox
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents RbtnDetail As System.Windows.Forms.RadioButton
    Friend WithEvents RBtnTitle As System.Windows.Forms.RadioButton
    Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
    Friend WithEvents CkbOLE As System.Windows.Forms.CheckBox
    Friend WithEvents CkbMedValue As System.Windows.Forms.CheckBox
    Friend WithEvents CkbStdValue As System.Windows.Forms.CheckBox
    Friend WithEvents CkbAvgValue As System.Windows.Forms.CheckBox
    Friend WithEvents CkbMinValue As System.Windows.Forms.CheckBox
    Friend WithEvents CkbMaxValue As System.Windows.Forms.CheckBox

End Class

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -