Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
QHTML 2.0 - frmAlignment.Designer.vb

frmAlignment.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmAlignment
  3.     Inherits System.Windows.Forms.Form
  4.  
  5.     'Form overrides dispose to clean up the component list.
  6.     <System.Diagnostics.DebuggerNonUserCode()> _
  7.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  8.         If disposing AndAlso components IsNot Nothing Then
  9.             components.Dispose()
  10.         End If
  11.         MyBase.Dispose(disposing)
  12.     End Sub
  13.  
  14.     'Required by the Windows Form Designer
  15.     Private components As System.ComponentModel.IContainer
  16.  
  17.     'NOTE: The following procedure is required by the Windows Form Designer
  18.     'It can be modified using the Windows Form Designer.  
  19.     'Do not modify it using the code editor.
  20.     <System.Diagnostics.DebuggerStepThrough()> _
  21.     Private Sub InitializeComponent()
  22.         Me.dudAlign = New System.Windows.Forms.DomainUpDown
  23.         Me.Label1 = New System.Windows.Forms.Label
  24.         Me.Label2 = New System.Windows.Forms.Label
  25.         Me.txtText = New System.Windows.Forms.TextBox
  26.         Me.cmdOK = New System.Windows.Forms.Button
  27.         Me.SuspendLayout()
  28.         '
  29.         'dudAlign
  30.         '
  31.         Me.dudAlign.Items.Add("Sinistra")
  32.         Me.dudAlign.Items.Add("Centro")
  33.         Me.dudAlign.Items.Add("Destra")
  34.         Me.dudAlign.Location = New System.Drawing.Point(88, 12)
  35.         Me.dudAlign.Name = "dudAlign"
  36.         Me.dudAlign.Size = New System.Drawing.Size(223, 20)
  37.         Me.dudAlign.TabIndex = 0
  38.         '
  39.         'Label1
  40.         '
  41.         Me.Label1.AutoSize = True
  42.         Me.Label1.Location = New System.Drawing.Point(12, 14)
  43.         Me.Label1.Name = "Label1"
  44.         Me.Label1.Size = New System.Drawing.Size(70, 13)
  45.         Me.Label1.TabIndex = 1
  46.         Me.Label1.Text = "Allineamento:"
  47.         '
  48.         'Label2
  49.         '
  50.         Me.Label2.AutoSize = True
  51.         Me.Label2.Location = New System.Drawing.Point(12, 50)
  52.         Me.Label2.Name = "Label2"
  53.         Me.Label2.Size = New System.Drawing.Size(79, 13)
  54.         Me.Label2.TabIndex = 2
  55.         Me.Label2.Text = "Testo allineato:"
  56.         '
  57.         'txtText
  58.         '
  59.         Me.txtText.Location = New System.Drawing.Point(15, 66)
  60.         Me.txtText.Multiline = True
  61.         Me.txtText.Name = "txtText"
  62.         Me.txtText.Size = New System.Drawing.Size(296, 91)
  63.         Me.txtText.TabIndex = 3
  64.         '
  65.         'cmdOK
  66.         '
  67.         Me.cmdOK.Location = New System.Drawing.Point(221, 163)
  68.         Me.cmdOK.Name = "cmdOK"
  69.         Me.cmdOK.Size = New System.Drawing.Size(90, 27)
  70.         Me.cmdOK.TabIndex = 4
  71.         Me.cmdOK.Text = "OK"
  72.         Me.cmdOK.UseVisualStyleBackColor = True
  73.         '
  74.         'frmAlignment
  75.         '
  76.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  77.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  78.         Me.ClientSize = New System.Drawing.Size(323, 199)
  79.         Me.Controls.Add(Me.cmdOK)
  80.         Me.Controls.Add(Me.txtText)
  81.         Me.Controls.Add(Me.Label2)
  82.         Me.Controls.Add(Me.Label1)
  83.         Me.Controls.Add(Me.dudAlign)
  84.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  85.         Me.MaximizeBox = False
  86.         Me.Name = "frmAlignment"
  87.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  88.         Me.Text = "Allineamento testo"
  89.         Me.ResumeLayout(False)
  90.         Me.PerformLayout()
  91.  
  92.     End Sub
  93.     Friend WithEvents dudAlign As System.Windows.Forms.DomainUpDown
  94.     Friend WithEvents Label1 As System.Windows.Forms.Label
  95.     Friend WithEvents Label2 As System.Windows.Forms.Label
  96.     Friend WithEvents txtText As System.Windows.Forms.TextBox
  97.     Friend WithEvents cmdOK As System.Windows.Forms.Button
  98. End Class