📄 usercontrol1.designer.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.Label1 = New System.Windows.Forms.Label
Me.CboDecimalDigits = New System.Windows.Forms.ComboBox
Me.Label2 = New System.Windows.Forms.Label
Me.SuspendLayout()
'
'BtnUpdate
'
Me.BtnUpdate.Location = New System.Drawing.Point(17, 28)
Me.BtnUpdate.Name = "BtnUpdate"
Me.BtnUpdate.Size = New System.Drawing.Size(69, 35)
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(3, 98)
Me.LstReport.Name = "LstReport"
Me.LstReport.Size = New System.Drawing.Size(134, 328)
Me.LstReport.TabIndex = 1
'
'LstField
'
Me.LstField.FormattingEnabled = True
Me.LstField.ItemHeight = 12
Me.LstField.Location = New System.Drawing.Point(191, 98)
Me.LstField.Name = "LstField"
Me.LstField.Size = New System.Drawing.Size(134, 328)
Me.LstField.TabIndex = 2
'
'BtnReturn
'
Me.BtnReturn.Location = New System.Drawing.Point(142, 187)
Me.BtnReturn.Name = "BtnReturn"
Me.BtnReturn.Size = New System.Drawing.Size(43, 25)
Me.BtnReturn.TabIndex = 3
Me.BtnReturn.Text = ">"
Me.BtnReturn.UseVisualStyleBackColor = True
'
'BtnBack
'
Me.BtnBack.Location = New System.Drawing.Point(142, 253)
Me.BtnBack.Name = "BtnBack"
Me.BtnBack.Size = New System.Drawing.Size(43, 25)
Me.BtnBack.TabIndex = 4
Me.BtnBack.Text = "<"
Me.BtnBack.UseVisualStyleBackColor = True
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(157, 76)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(131, 12)
Me.Label1.TabIndex = 5
Me.Label1.Text = "备注:最多输入15个字段"
'
'CboDecimalDigits
'
Me.CboDecimalDigits.FormattingEnabled = True
Me.CboDecimalDigits.Location = New System.Drawing.Point(221, 36)
Me.CboDecimalDigits.Name = "CboDecimalDigits"
Me.CboDecimalDigits.Size = New System.Drawing.Size(73, 20)
Me.CboDecimalDigits.TabIndex = 7
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(136, 39)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(83, 12)
Me.Label2.TabIndex = 8
Me.Label2.Text = "设置小数位数:"
'
'UserControl1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.CboDecimalDigits)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.BtnBack)
Me.Controls.Add(Me.BtnReturn)
Me.Controls.Add(Me.LstField)
Me.Controls.Add(Me.LstReport)
Me.Controls.Add(Me.BtnUpdate)
Me.Name = "UserControl1"
Me.Size = New System.Drawing.Size(334, 444)
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 Label1 As System.Windows.Forms.Label
Friend WithEvents CboDecimalDigits As System.Windows.Forms.ComboBox
Friend WithEvents Label2 As System.Windows.Forms.Label
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -