frmProperties.Designer.vb
上传用户:szledliu
上传日期:2021-01-29
资源大小:13805k
文件大小:3k
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class frmProperties
- 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)
- If disposing AndAlso components IsNot Nothing Then
- components.Dispose()
- End If
- MyBase.Dispose(disposing)
- 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(frmProperties))
- Me.btnClose = New System.Windows.Forms.Button
- Me.pg = New System.Windows.Forms.PropertyGrid
- Me.SuspendLayout()
- '
- 'btnClose
- '
- Me.btnClose.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.btnClose.Location = New System.Drawing.Point(320, 397)
- Me.btnClose.Name = "btnClose"
- Me.btnClose.Size = New System.Drawing.Size(75, 23)
- Me.btnClose.TabIndex = 0
- Me.btnClose.Text = "关闭"
- Me.btnClose.UseVisualStyleBackColor = True
- '
- 'pg
- '
- Me.pg.Dock = System.Windows.Forms.DockStyle.Top
- Me.pg.Location = New System.Drawing.Point(0, 0)
- Me.pg.Name = "pg"
- Me.pg.Size = New System.Drawing.Size(407, 393)
- Me.pg.TabIndex = 1
- '
- 'frmProperties
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(407, 428)
- Me.Controls.Add(Me.pg)
- Me.Controls.Add(Me.btnClose)
- Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
- Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
- Me.MaximizeBox = False
- Me.MinimizeBox = False
- Me.Name = "frmProperties"
- Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "Properties"
- Me.ResumeLayout(False)
- End Sub
- Friend WithEvents btnClose As System.Windows.Forms.Button
- Friend WithEvents pg As System.Windows.Forms.PropertyGrid
- End Class