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

C#编程

开发平台:

C#

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmProperties
  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.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmProperties))
  20.         Me.btnClose = New System.Windows.Forms.Button
  21.         Me.pg = New System.Windows.Forms.PropertyGrid
  22.         Me.SuspendLayout()
  23.         '
  24.         'btnClose
  25.         '
  26.         Me.btnClose.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  27.         Me.btnClose.Location = New System.Drawing.Point(320, 397)
  28.         Me.btnClose.Name = "btnClose"
  29.         Me.btnClose.Size = New System.Drawing.Size(75, 23)
  30.         Me.btnClose.TabIndex = 0
  31.         Me.btnClose.Text = "关闭"
  32.         Me.btnClose.UseVisualStyleBackColor = True
  33.         '
  34.         'pg
  35.         '
  36.         Me.pg.Dock = System.Windows.Forms.DockStyle.Top
  37.         Me.pg.Location = New System.Drawing.Point(0, 0)
  38.         Me.pg.Name = "pg"
  39.         Me.pg.Size = New System.Drawing.Size(407, 393)
  40.         Me.pg.TabIndex = 1
  41.         '
  42.         'frmProperties
  43.         '
  44.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  45.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  46.         Me.ClientSize = New System.Drawing.Size(407, 428)
  47.         Me.Controls.Add(Me.pg)
  48.         Me.Controls.Add(Me.btnClose)
  49.         Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  50.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  51.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  52.         Me.MaximizeBox = False
  53.         Me.MinimizeBox = False
  54.         Me.Name = "frmProperties"
  55.         Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
  56.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  57.         Me.Text = "Properties"
  58.         Me.ResumeLayout(False)
  59.     End Sub
  60.     Friend WithEvents btnClose As System.Windows.Forms.Button
  61.     Friend WithEvents pg As System.Windows.Forms.PropertyGrid
  62. End Class