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
IVA - Form1.Designer.vb

Form1.Designer.vb

Caricato da: Poggi Marco
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form1
  3.     Inherits System.Windows.Forms.Form
  4.  
  5.     'Form esegue l'override del metodo Dispose per pulire l'elenco dei componenti.
  6.     <System.Diagnostics.DebuggerNonUserCode()> _
  7.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  8.         Try
  9.             If disposing AndAlso components IsNot Nothing Then
  10.                 components.Dispose()
  11.             End If
  12.         Finally
  13.             MyBase.Dispose(disposing)
  14.         End Try
  15.     End Sub
  16.  
  17.     'Richiesto da Progettazione Windows Form
  18.     Private components As System.ComponentModel.IContainer
  19.  
  20.     'NOTA: la procedura che segue è richiesta da Progettazione Windows Form
  21.     'Può essere modificata in Progettazione Windows Form.  
  22.     'Non modificarla mediante l'editor del codice.
  23.     <System.Diagnostics.DebuggerStepThrough()> _
  24.     Private Sub InitializeComponent()
  25.         Me.Label1 = New System.Windows.Forms.Label()
  26.         Me.Label2 = New System.Windows.Forms.Label()
  27.         Me.Label3 = New System.Windows.Forms.Label()
  28.         Me.ButtonCalcola = New System.Windows.Forms.Button()
  29.         Me.TextBoxPercentuale = New System.Windows.Forms.TextBox()
  30.         Me.Label4 = New System.Windows.Forms.Label()
  31.         Me.TextBoxTotale = New System.Windows.Forms.TextBox()
  32.         Me.Label5 = New System.Windows.Forms.Label()
  33.         Me.TextBoxEsente = New System.Windows.Forms.TextBox()
  34.         Me.Label6 = New System.Windows.Forms.Label()
  35.         Me.LabelRisultato = New System.Windows.Forms.Label()
  36.         Me.SuspendLayout()
  37.         '
  38.         'Label1
  39.         '
  40.         Me.Label1.AutoSize = True
  41.         Me.Label1.Location = New System.Drawing.Point(12, 31)
  42.         Me.Label1.Name = "Label1"
  43.         Me.Label1.Size = New System.Drawing.Size(258, 36)
  44.         Me.Label1.TabIndex = 0
  45.         Me.Label1.Text = "Aliquota IVA da applicare" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(Esepio 4, 10 o 22)"
  46.         '
  47.         'Label2
  48.         '
  49.         Me.Label2.AutoSize = True
  50.         Me.Label2.Location = New System.Drawing.Point(12, 100)
  51.         Me.Label2.Name = "Label2"
  52.         Me.Label2.Size = New System.Drawing.Size(208, 36)
  53.         Me.Label2.TabIndex = 1
  54.         Me.Label2.Text = "Totale già " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "comprensivo dell'IVA"
  55.         '
  56.         'Label3
  57.         '
  58.         Me.Label3.AutoSize = True
  59.         Me.Label3.Location = New System.Drawing.Point(12, 164)
  60.         Me.Label3.Name = "Label3"
  61.         Me.Label3.Size = New System.Drawing.Size(258, 36)
  62.         Me.Label3.TabIndex = 2
  63.         Me.Label3.Text = "Eventuali oneri o spese" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "esenti o non soggetti IVA"
  64.         '
  65.         'ButtonCalcola
  66.         '
  67.         Me.ButtonCalcola.Location = New System.Drawing.Point(162, 228)
  68.         Me.ButtonCalcola.Name = "ButtonCalcola"
  69.         Me.ButtonCalcola.Size = New System.Drawing.Size(177, 38)
  70.         Me.ButtonCalcola.TabIndex = 3
  71.         Me.ButtonCalcola.Text = "Scorpora l'IVA"
  72.         Me.ButtonCalcola.UseVisualStyleBackColor = True
  73.         '
  74.         'TextBoxPercentuale
  75.         '
  76.         Me.TextBoxPercentuale.Location = New System.Drawing.Point(305, 41)
  77.         Me.TextBoxPercentuale.Name = "TextBoxPercentuale"
  78.         Me.TextBoxPercentuale.Size = New System.Drawing.Size(100, 26)
  79.         Me.TextBoxPercentuale.TabIndex = 4
  80.         '
  81.         'Label4
  82.         '
  83.         Me.Label4.AutoSize = True
  84.         Me.Label4.Location = New System.Drawing.Point(411, 44)
  85.         Me.Label4.Name = "Label4"
  86.         Me.Label4.Size = New System.Drawing.Size(18, 18)
  87.         Me.Label4.TabIndex = 5
  88.         Me.Label4.Text = "%"
  89.         '
  90.         'TextBoxTotale
  91.         '
  92.         Me.TextBoxTotale.Location = New System.Drawing.Point(305, 110)
  93.         Me.TextBoxTotale.Name = "TextBoxTotale"
  94.         Me.TextBoxTotale.Size = New System.Drawing.Size(140, 26)
  95.         Me.TextBoxTotale.TabIndex = 6
  96.         '
  97.         'Label5
  98.         '
  99.         Me.Label5.AutoSize = True
  100.         Me.Label5.Location = New System.Drawing.Point(451, 113)
  101.         Me.Label5.Name = "Label5"
  102.         Me.Label5.Size = New System.Drawing.Size(18, 18)
  103.         Me.Label5.TabIndex = 7
  104.         Me.Label5.Text = "€"
  105.         '
  106.         'TextBoxEsente
  107.         '
  108.         Me.TextBoxEsente.Location = New System.Drawing.Point(305, 174)
  109.         Me.TextBoxEsente.Name = "TextBoxEsente"
  110.         Me.TextBoxEsente.Size = New System.Drawing.Size(140, 26)
  111.         Me.TextBoxEsente.TabIndex = 8
  112.         '
  113.         'Label6
  114.         '
  115.         Me.Label6.AutoSize = True
  116.         Me.Label6.Location = New System.Drawing.Point(451, 182)
  117.         Me.Label6.Name = "Label6"
  118.         Me.Label6.Size = New System.Drawing.Size(18, 18)
  119.         Me.Label6.TabIndex = 9
  120.         Me.Label6.Text = "€"
  121.         '
  122.         'LabelRisultato
  123.         '
  124.         Me.LabelRisultato.AutoSize = True
  125.         Me.LabelRisultato.Font = New System.Drawing.Font("Courier New", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  126.         Me.LabelRisultato.Location = New System.Drawing.Point(12, 285)
  127.         Me.LabelRisultato.Name = "LabelRisultato"
  128.         Me.LabelRisultato.Size = New System.Drawing.Size(88, 23)
  129.         Me.LabelRisultato.TabIndex = 10
  130.         Me.LabelRisultato.Text = "Label7"
  131.         '
  132.         'Form1
  133.         '
  134.         Me.AutoScaleDimensions = New System.Drawing.SizeF(10.0!, 18.0!)
  135.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  136.         Me.ClientSize = New System.Drawing.Size(495, 361)
  137.         Me.Controls.Add(Me.LabelRisultato)
  138.         Me.Controls.Add(Me.Label6)
  139.         Me.Controls.Add(Me.TextBoxEsente)
  140.         Me.Controls.Add(Me.Label5)
  141.         Me.Controls.Add(Me.TextBoxTotale)
  142.         Me.Controls.Add(Me.Label4)
  143.         Me.Controls.Add(Me.TextBoxPercentuale)
  144.         Me.Controls.Add(Me.ButtonCalcola)
  145.         Me.Controls.Add(Me.Label3)
  146.         Me.Controls.Add(Me.Label2)
  147.         Me.Controls.Add(Me.Label1)
  148.         Me.Font = New System.Drawing.Font("Courier New", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  149.         Me.Margin = New System.Windows.Forms.Padding(5, 4, 5, 4)
  150.         Me.Name = "Form1"
  151.         Me.Text = "Form1"
  152.         Me.ResumeLayout(False)
  153.         Me.PerformLayout()
  154.  
  155.     End Sub
  156.  
  157.     Friend WithEvents Label1 As Label
  158.     Friend WithEvents Label2 As Label
  159.     Friend WithEvents Label3 As Label
  160.     Friend WithEvents ButtonCalcola As Button
  161.     Friend WithEvents TextBoxPercentuale As TextBox
  162.     Friend WithEvents Label4 As Label
  163.     Friend WithEvents TextBoxTotale As TextBox
  164.     Friend WithEvents Label5 As Label
  165.     Friend WithEvents TextBoxEsente As TextBox
  166.     Friend WithEvents Label6 As Label
  167.     Friend WithEvents LabelRisultato As Label
  168. End Class