frmeula.designer.vb
来自「自己编的zip压缩工具。以供大家参考」· VB 代码 · 共 59 行
VB
59 行
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmEula
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<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
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmEula))
Me.txtEula = New System.Windows.Forms.TextBox
Me.SuspendLayout()
'
'txtEula
'
Me.txtEula.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.txtEula.Location = New System.Drawing.Point(13, 13)
Me.txtEula.Multiline = True
Me.txtEula.Name = "txtEula"
Me.txtEula.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.txtEula.Size = New System.Drawing.Size(413, 344)
Me.txtEula.TabIndex = 0
Me.txtEula.TabStop = False
Me.txtEula.Text = resources.GetString("txtEula.Text")
'
'frmEula
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White
Me.ClientSize = New System.Drawing.Size(438, 369)
Me.Controls.Add(Me.txtEula)
Me.Name = "frmEula"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Zip Demo Eula"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents txtEula As System.Windows.Forms.TextBox
End Class
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?