Form1.Designer.vb
Upload User: wangwl
Upload Date: 2022-03-12
Package Size: 72k
Code Size: 9k
Category:

Search Engine

Development Platform:

Visual Basic

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frm1QuizPR2_5
  3.     Inherits System.Windows.Forms.Form
  4.     'Форма переопределяет dispose для очистки списка компонентов.
  5.     <System.Diagnostics.DebuggerNonUserCode()> _
  6.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7.         Try
  8.             If disposing AndAlso components IsNot Nothing Then
  9.                 components.Dispose()
  10.             End If
  11.         Finally
  12.             MyBase.Dispose(disposing)
  13.         End Try
  14.     End Sub
  15.     'Является обязательной для конструктора форм Windows Forms
  16.     Private components As System.ComponentModel.IContainer
  17.     'Примечание: следующая процедура является обязательной для конструктора форм Windows Forms
  18.     'Для ее изменения используйте конструктор форм Windows Form.  
  19.     'Не изменяйте ее в редакторе исходного кода.
  20.     <System.Diagnostics.DebuggerStepThrough()> _
  21.     Private Sub InitializeComponent()
  22.         Me.uiIncYards = New System.Windows.Forms.Button
  23.         Me.uiDecYards = New System.Windows.Forms.Button
  24.         Me.uiYardsLabel = New System.Windows.Forms.Label
  25.         Me.Label2 = New System.Windows.Forms.Label
  26.         Me.uiIncFeet = New System.Windows.Forms.Button
  27.         Me.uiDecFeet = New System.Windows.Forms.Button
  28.         Me.uiFeetLabel = New System.Windows.Forms.Label
  29.         Me.Label4 = New System.Windows.Forms.Label
  30.         Me.uiIncInches = New System.Windows.Forms.Button
  31.         Me.uiDecInches = New System.Windows.Forms.Button
  32.         Me.uiInchesLabel = New System.Windows.Forms.Label
  33.         Me.Label6 = New System.Windows.Forms.Label
  34.         Me.uiOkButton = New System.Windows.Forms.Button
  35.         Me.uiCancelButton = New System.Windows.Forms.Button
  36.         Me.SuspendLayout()
  37.         '
  38.         'uiIncYards
  39.         '
  40.         Me.uiIncYards.Location = New System.Drawing.Point(79, 40)
  41.         Me.uiIncYards.Name = "uiIncYards"
  42.         Me.uiIncYards.Size = New System.Drawing.Size(20, 21)
  43.         Me.uiIncYards.TabIndex = 0
  44.         Me.uiIncYards.Text = "+"
  45.         Me.uiIncYards.UseVisualStyleBackColor = True
  46.         '
  47.         'uiDecYards
  48.         '
  49.         Me.uiDecYards.Location = New System.Drawing.Point(79, 60)
  50.         Me.uiDecYards.Name = "uiDecYards"
  51.         Me.uiDecYards.Size = New System.Drawing.Size(20, 21)
  52.         Me.uiDecYards.TabIndex = 0
  53.         Me.uiDecYards.Text = "-"
  54.         Me.uiDecYards.UseVisualStyleBackColor = True
  55.         '
  56.         'uiYardsLabel
  57.         '
  58.         Me.uiYardsLabel.AutoSize = True
  59.         Me.uiYardsLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
  60.         Me.uiYardsLabel.Location = New System.Drawing.Point(47, 51)
  61.         Me.uiYardsLabel.Name = "uiYardsLabel"
  62.         Me.uiYardsLabel.Size = New System.Drawing.Size(0, 25)
  63.         Me.uiYardsLabel.TabIndex = 1
  64.         '
  65.         'Label2
  66.         '
  67.         Me.Label2.AutoSize = True
  68.         Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
  69.         Me.Label2.Location = New System.Drawing.Point(30, 81)
  70.         Me.Label2.Name = "Label2"
  71.         Me.Label2.Size = New System.Drawing.Size(44, 16)
  72.         Me.Label2.TabIndex = 1
  73.         Me.Label2.Text = "Yards"
  74.         '
  75.         'uiIncFeet
  76.         '
  77.         Me.uiIncFeet.Location = New System.Drawing.Point(168, 40)
  78.         Me.uiIncFeet.Name = "uiIncFeet"
  79.         Me.uiIncFeet.Size = New System.Drawing.Size(20, 21)
  80.         Me.uiIncFeet.TabIndex = 0
  81.         Me.uiIncFeet.Text = "+"
  82.         Me.uiIncFeet.UseVisualStyleBackColor = True
  83.         '
  84.         'uiDecFeet
  85.         '
  86.         Me.uiDecFeet.Location = New System.Drawing.Point(168, 60)
  87.         Me.uiDecFeet.Name = "uiDecFeet"
  88.         Me.uiDecFeet.Size = New System.Drawing.Size(20, 21)
  89.         Me.uiDecFeet.TabIndex = 0
  90.         Me.uiDecFeet.Text = "-"
  91.         Me.uiDecFeet.UseVisualStyleBackColor = True
  92.         '
  93.         'uiFeetLabel
  94.         '
  95.         Me.uiFeetLabel.AutoSize = True
  96.         Me.uiFeetLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
  97.         Me.uiFeetLabel.Location = New System.Drawing.Point(125, 51)
  98.         Me.uiFeetLabel.Name = "uiFeetLabel"
  99.         Me.uiFeetLabel.Size = New System.Drawing.Size(0, 25)
  100.         Me.uiFeetLabel.TabIndex = 1
  101.         '
  102.         'Label4
  103.         '
  104.         Me.Label4.AutoSize = True
  105.         Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
  106.         Me.Label4.Location = New System.Drawing.Point(119, 81)
  107.         Me.Label4.Name = "Label4"
  108.         Me.Label4.Size = New System.Drawing.Size(30, 16)
  109.         Me.Label4.TabIndex = 1
  110.         Me.Label4.Text = "feet"
  111.         '
  112.         'uiIncInches
  113.         '
  114.         Me.uiIncInches.Location = New System.Drawing.Point(262, 40)
  115.         Me.uiIncInches.Name = "uiIncInches"
  116.         Me.uiIncInches.Size = New System.Drawing.Size(20, 21)
  117.         Me.uiIncInches.TabIndex = 0
  118.         Me.uiIncInches.Text = "+"
  119.         Me.uiIncInches.UseVisualStyleBackColor = True
  120.         '
  121.         'uiDecInches
  122.         '
  123.         Me.uiDecInches.Location = New System.Drawing.Point(262, 60)
  124.         Me.uiDecInches.Name = "uiDecInches"
  125.         Me.uiDecInches.Size = New System.Drawing.Size(20, 21)
  126.         Me.uiDecInches.TabIndex = 0
  127.         Me.uiDecInches.Text = "-"
  128.         Me.uiDecInches.UseVisualStyleBackColor = True
  129.         '
  130.         'uiInchesLabel
  131.         '
  132.         Me.uiInchesLabel.AutoSize = True
  133.         Me.uiInchesLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
  134.         Me.uiInchesLabel.Location = New System.Drawing.Point(221, 51)
  135.         Me.uiInchesLabel.Name = "uiInchesLabel"
  136.         Me.uiInchesLabel.Size = New System.Drawing.Size(0, 25)
  137.         Me.uiInchesLabel.TabIndex = 1
  138.         '
  139.         'Label6
  140.         '
  141.         Me.Label6.AutoSize = True
  142.         Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
  143.         Me.Label6.Location = New System.Drawing.Point(213, 81)
  144.         Me.Label6.Name = "Label6"
  145.         Me.Label6.Size = New System.Drawing.Size(47, 16)
  146.         Me.Label6.TabIndex = 1
  147.         Me.Label6.Text = "inches"
  148.         '
  149.         'uiOkButton
  150.         '
  151.         Me.uiOkButton.Location = New System.Drawing.Point(145, 122)
  152.         Me.uiOkButton.Name = "uiOkButton"
  153.         Me.uiOkButton.Size = New System.Drawing.Size(67, 26)
  154.         Me.uiOkButton.TabIndex = 2
  155.         Me.uiOkButton.Text = "OK"
  156.         Me.uiOkButton.UseVisualStyleBackColor = True
  157.         '
  158.         'uiCancelButton
  159.         '
  160.         Me.uiCancelButton.Location = New System.Drawing.Point(215, 122)
  161.         Me.uiCancelButton.Name = "uiCancelButton"
  162.         Me.uiCancelButton.Size = New System.Drawing.Size(67, 26)
  163.         Me.uiCancelButton.TabIndex = 2
  164.         Me.uiCancelButton.Text = "Cancel"
  165.         Me.uiCancelButton.UseVisualStyleBackColor = True
  166.         '
  167.         'frm1QuizPR2_5
  168.         '
  169.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  170.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  171.         Me.ClientSize = New System.Drawing.Size(324, 175)
  172.         Me.Controls.Add(Me.uiCancelButton)
  173.         Me.Controls.Add(Me.uiOkButton)
  174.         Me.Controls.Add(Me.Label6)
  175.         Me.Controls.Add(Me.Label4)
  176.         Me.Controls.Add(Me.Label2)
  177.         Me.Controls.Add(Me.uiInchesLabel)
  178.         Me.Controls.Add(Me.uiDecInches)
  179.         Me.Controls.Add(Me.uiFeetLabel)
  180.         Me.Controls.Add(Me.uiDecFeet)
  181.         Me.Controls.Add(Me.uiIncInches)
  182.         Me.Controls.Add(Me.uiYardsLabel)
  183.         Me.Controls.Add(Me.uiIncFeet)
  184.         Me.Controls.Add(Me.uiDecYards)
  185.         Me.Controls.Add(Me.uiIncYards)
  186.         Me.Name = "frm1QuizPR2_5"
  187.         Me.Text = "frm1QuizPR2_5"
  188.         Me.ResumeLayout(False)
  189.         Me.PerformLayout()
  190.     End Sub
  191.     Friend WithEvents uiIncYards As System.Windows.Forms.Button
  192.     Friend WithEvents uiDecYards As System.Windows.Forms.Button
  193.     Friend WithEvents uiYardsLabel As System.Windows.Forms.Label
  194.     Friend WithEvents Label2 As System.Windows.Forms.Label
  195.     Friend WithEvents uiIncFeet As System.Windows.Forms.Button
  196.     Friend WithEvents uiDecFeet As System.Windows.Forms.Button
  197.     Friend WithEvents uiFeetLabel As System.Windows.Forms.Label
  198.     Friend WithEvents Label4 As System.Windows.Forms.Label
  199.     Friend WithEvents uiIncInches As System.Windows.Forms.Button
  200.     Friend WithEvents uiDecInches As System.Windows.Forms.Button
  201.     Friend WithEvents uiInchesLabel As System.Windows.Forms.Label
  202.     Friend WithEvents Label6 As System.Windows.Forms.Label
  203.     Friend WithEvents uiOkButton As System.Windows.Forms.Button
  204.     Friend WithEvents uiCancelButton As System.Windows.Forms.Button
  205. End Class