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

Form1.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form1
  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.Label1 = New System.Windows.Forms.Label
  23.         Me.Label2 = New System.Windows.Forms.Label
  24.         Me.Print = New System.Drawing.Printing.PrintDocument
  25.         Me.lista = New System.Windows.Forms.ListBox
  26.         Me.quant = New System.Windows.Forms.ListBox
  27.         Me.prezzo = New System.Windows.Forms.ListBox
  28.         Me.Label3 = New System.Windows.Forms.Label
  29.         Me.Label4 = New System.Windows.Forms.Label
  30.         Me.Label5 = New System.Windows.Forms.Label
  31.         Me.Label6 = New System.Windows.Forms.Label
  32.         Me.nme = New System.Windows.Forms.TextBox
  33.         Me.Label7 = New System.Windows.Forms.Label
  34.         Me.Label8 = New System.Windows.Forms.Label
  35.         Me.Button1 = New System.Windows.Forms.Button
  36.         Me.Button2 = New System.Windows.Forms.Button
  37.         Me.qnt = New System.Windows.Forms.MaskedTextBox
  38.         Me.prz = New System.Windows.Forms.MaskedTextBox
  39.         Me.Button3 = New System.Windows.Forms.Button
  40.         Me.stampa = New System.Windows.Forms.PrintDialog
  41.         Me.Button4 = New System.Windows.Forms.Button
  42.         Me.Save = New System.Windows.Forms.SaveFileDialog
  43.         Me.Button5 = New System.Windows.Forms.Button
  44.         Me.OpenF = New System.Windows.Forms.OpenFileDialog
  45.         Me.SuspendLayout()
  46.         '
  47.         'Label1
  48.         '
  49.         Me.Label1.AutoSize = True
  50.         Me.Label1.Location = New System.Drawing.Point(12, 9)
  51.         Me.Label1.Name = "Label1"
  52.         Me.Label1.Size = New System.Drawing.Size(398, 26)
  53.         Me.Label1.TabIndex = 0
  54.         Me.Label1.Text = "Riempire i campi proposti e premere aggiungi per aggiungere un elemento alla list" & _
  55.             "a. " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Premere stampa per stampare."
  56.         '
  57.         'Label2
  58.         '
  59.         Me.Label2.AutoSize = True
  60.         Me.Label2.Location = New System.Drawing.Point(12, 44)
  61.         Me.Label2.Name = "Label2"
  62.         Me.Label2.Size = New System.Drawing.Size(78, 13)
  63.         Me.Label2.TabIndex = 1
  64.         Me.Label2.Text = "Lista completa:"
  65.         '
  66.         'Print
  67.         '
  68.         Me.Print.DocumentName = "rem.txt"
  69.         '
  70.         'lista
  71.         '
  72.         Me.lista.FormattingEnabled = True
  73.         Me.lista.Location = New System.Drawing.Point(12, 60)
  74.         Me.lista.MultiColumn = True
  75.         Me.lista.Name = "lista"
  76.         Me.lista.Size = New System.Drawing.Size(254, 173)
  77.         Me.lista.TabIndex = 2
  78.         '
  79.         'quant
  80.         '
  81.         Me.quant.FormattingEnabled = True
  82.         Me.quant.Location = New System.Drawing.Point(272, 60)
  83.         Me.quant.Name = "quant"
  84.         Me.quant.Size = New System.Drawing.Size(78, 173)
  85.         Me.quant.TabIndex = 3
  86.         '
  87.         'prezzo
  88.         '
  89.         Me.prezzo.FormattingEnabled = True
  90.         Me.prezzo.Location = New System.Drawing.Point(356, 59)
  91.         Me.prezzo.Name = "prezzo"
  92.         Me.prezzo.Size = New System.Drawing.Size(78, 173)
  93.         Me.prezzo.TabIndex = 4
  94.         '
  95.         'Label3
  96.         '
  97.         Me.Label3.AutoSize = True
  98.         Me.Label3.Location = New System.Drawing.Point(269, 44)
  99.         Me.Label3.Name = "Label3"
  100.         Me.Label3.Size = New System.Drawing.Size(50, 13)
  101.         Me.Label3.TabIndex = 5
  102.         Me.Label3.Text = "Quantità:"
  103.         '
  104.         'Label4
  105.         '
  106.         Me.Label4.AutoSize = True
  107.         Me.Label4.Location = New System.Drawing.Point(353, 43)
  108.         Me.Label4.Name = "Label4"
  109.         Me.Label4.Size = New System.Drawing.Size(62, 13)
  110.         Me.Label4.TabIndex = 6
  111.         Me.Label4.Text = "Prezzo (1x):"
  112.         '
  113.         'Label5
  114.         '
  115.         Me.Label5.AutoSize = True
  116.         Me.Label5.Location = New System.Drawing.Point(9, 236)
  117.         Me.Label5.Name = "Label5"
  118.         Me.Label5.Size = New System.Drawing.Size(51, 13)
  119.         Me.Label5.TabIndex = 7
  120.         Me.Label5.Text = "Aggiungi:"
  121.         '
  122.         'Label6
  123.         '
  124.         Me.Label6.AutoSize = True
  125.         Me.Label6.Location = New System.Drawing.Point(9, 253)
  126.         Me.Label6.Name = "Label6"
  127.         Me.Label6.Size = New System.Drawing.Size(38, 13)
  128.         Me.Label6.TabIndex = 8
  129.         Me.Label6.Text = "Nome:"
  130.         '
  131.         'nme
  132.         '
  133.         Me.nme.Location = New System.Drawing.Point(12, 269)
  134.         Me.nme.Name = "nme"
  135.         Me.nme.Size = New System.Drawing.Size(254, 20)
  136.         Me.nme.TabIndex = 9
  137.         '
  138.         'Label7
  139.         '
  140.         Me.Label7.AutoSize = True
  141.         Me.Label7.Location = New System.Drawing.Point(269, 253)
  142.         Me.Label7.Name = "Label7"
  143.         Me.Label7.Size = New System.Drawing.Size(50, 13)
  144.         Me.Label7.TabIndex = 12
  145.         Me.Label7.Text = "Quantità:"
  146.         '
  147.         'Label8
  148.         '
  149.         Me.Label8.AutoSize = True
  150.         Me.Label8.Location = New System.Drawing.Point(353, 253)
  151.         Me.Label8.Name = "Label8"
  152.         Me.Label8.Size = New System.Drawing.Size(62, 13)
  153.         Me.Label8.TabIndex = 13
  154.         Me.Label8.Text = "Prezzo (1x):"
  155.         '
  156.         'Button1
  157.         '
  158.         Me.Button1.Location = New System.Drawing.Point(356, 295)
  159.         Me.Button1.Name = "Button1"
  160.         Me.Button1.Size = New System.Drawing.Size(80, 30)
  161.         Me.Button1.TabIndex = 14
  162.         Me.Button1.Text = "Aggiungi"
  163.         Me.Button1.UseVisualStyleBackColor = True
  164.         '
  165.         'Button2
  166.         '
  167.         Me.Button2.Location = New System.Drawing.Point(12, 295)
  168.         Me.Button2.Name = "Button2"
  169.         Me.Button2.Size = New System.Drawing.Size(80, 30)
  170.         Me.Button2.TabIndex = 15
  171.         Me.Button2.Text = "Stampa"
  172.         Me.Button2.UseVisualStyleBackColor = True
  173.         '
  174.         'qnt
  175.         '
  176.         Me.qnt.BeepOnError = True
  177.         Me.qnt.InsertKeyMode = System.Windows.Forms.InsertKeyMode.Overwrite
  178.         Me.qnt.Location = New System.Drawing.Point(272, 269)
  179.         Me.qnt.Mask = "99999"
  180.         Me.qnt.Name = "qnt"
  181.         Me.qnt.Size = New System.Drawing.Size(78, 20)
  182.         Me.qnt.TabIndex = 16
  183.         Me.qnt.ValidatingType = GetType(Integer)
  184.         '
  185.         'prz
  186.         '
  187.         Me.prz.BeepOnError = True
  188.         Me.prz.InsertKeyMode = System.Windows.Forms.InsertKeyMode.Overwrite
  189.         Me.prz.Location = New System.Drawing.Point(356, 269)
  190.         Me.prz.Mask = "999.99"
  191.         Me.prz.Name = "prz"
  192.         Me.prz.Size = New System.Drawing.Size(78, 20)
  193.         Me.prz.TabIndex = 17
  194.         '
  195.         'Button3
  196.         '
  197.         Me.Button3.Location = New System.Drawing.Point(270, 295)
  198.         Me.Button3.Name = "Button3"
  199.         Me.Button3.Size = New System.Drawing.Size(80, 30)
  200.         Me.Button3.TabIndex = 18
  201.         Me.Button3.Text = "Rimuovi"
  202.         Me.Button3.UseVisualStyleBackColor = True
  203.         '
  204.         'stampa
  205.         '
  206.         Me.stampa.Document = Me.Print
  207.         Me.stampa.UseEXDialog = True
  208.         '
  209.         'Button4
  210.         '
  211.         Me.Button4.Location = New System.Drawing.Point(184, 295)
  212.         Me.Button4.Name = "Button4"
  213.         Me.Button4.Size = New System.Drawing.Size(80, 30)
  214.         Me.Button4.TabIndex = 19
  215.         Me.Button4.Text = "Salva"
  216.         Me.Button4.UseVisualStyleBackColor = True
  217.         '
  218.         'Save
  219.         '
  220.         Me.Save.Filter = "Lista della spesa|*.lds"
  221.         '
  222.         'Button5
  223.         '
  224.         Me.Button5.Location = New System.Drawing.Point(98, 295)
  225.         Me.Button5.Name = "Button5"
  226.         Me.Button5.Size = New System.Drawing.Size(80, 30)
  227.         Me.Button5.TabIndex = 20
  228.         Me.Button5.Text = "Carica"
  229.         Me.Button5.UseVisualStyleBackColor = True
  230.         '
  231.         'OpenF
  232.         '
  233.         Me.OpenF.FileName = "OpenFileDialog1"
  234.         Me.OpenF.Filter = "Lista della spesa|*.lds"
  235.         '
  236.         'Form1
  237.         '
  238.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  239.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  240.         Me.ClientSize = New System.Drawing.Size(444, 330)
  241.         Me.Controls.Add(Me.Button5)
  242.         Me.Controls.Add(Me.Button4)
  243.         Me.Controls.Add(Me.Button3)
  244.         Me.Controls.Add(Me.prz)
  245.         Me.Controls.Add(Me.qnt)
  246.         Me.Controls.Add(Me.Button2)
  247.         Me.Controls.Add(Me.Button1)
  248.         Me.Controls.Add(Me.Label8)
  249.         Me.Controls.Add(Me.Label7)
  250.         Me.Controls.Add(Me.nme)
  251.         Me.Controls.Add(Me.Label6)
  252.         Me.Controls.Add(Me.Label5)
  253.         Me.Controls.Add(Me.Label4)
  254.         Me.Controls.Add(Me.Label3)
  255.         Me.Controls.Add(Me.prezzo)
  256.         Me.Controls.Add(Me.quant)
  257.         Me.Controls.Add(Me.lista)
  258.         Me.Controls.Add(Me.Label2)
  259.         Me.Controls.Add(Me.Label1)
  260.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  261.         Me.MaximizeBox = False
  262.         Me.Name = "Form1"
  263.         Me.Text = "Lista della spesa"
  264.         Me.ResumeLayout(False)
  265.         Me.PerformLayout()
  266.  
  267.     End Sub
  268.     Friend WithEvents Label1 As System.Windows.Forms.Label
  269.     Friend WithEvents Label2 As System.Windows.Forms.Label
  270.     Friend WithEvents Print As System.Drawing.Printing.PrintDocument
  271.     Friend WithEvents lista As System.Windows.Forms.ListBox
  272.     Friend WithEvents quant As System.Windows.Forms.ListBox
  273.     Friend WithEvents prezzo As System.Windows.Forms.ListBox
  274.     Friend WithEvents Label3 As System.Windows.Forms.Label
  275.     Friend WithEvents Label4 As System.Windows.Forms.Label
  276.     Friend WithEvents Label5 As System.Windows.Forms.Label
  277.     Friend WithEvents Label6 As System.Windows.Forms.Label
  278.     Friend WithEvents nme As System.Windows.Forms.TextBox
  279.     Friend WithEvents Label7 As System.Windows.Forms.Label
  280.     Friend WithEvents Label8 As System.Windows.Forms.Label
  281.     Friend WithEvents Button1 As System.Windows.Forms.Button
  282.     Friend WithEvents Button2 As System.Windows.Forms.Button
  283.     Friend WithEvents qnt As System.Windows.Forms.MaskedTextBox
  284.     Friend WithEvents prz As System.Windows.Forms.MaskedTextBox
  285.     Friend WithEvents Button3 As System.Windows.Forms.Button
  286.     Friend WithEvents stampa As System.Windows.Forms.PrintDialog
  287.     Friend WithEvents Button4 As System.Windows.Forms.Button
  288.     Friend WithEvents Save As System.Windows.Forms.SaveFileDialog
  289.     Friend WithEvents Button5 As System.Windows.Forms.Button
  290.     Friend WithEvents OpenF As System.Windows.Forms.OpenFileDialog
  291.  
  292. End Class