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

Form1.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class fmrIcon
  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.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(fmrIcon))
  23.         Me.Label1 = New System.Windows.Forms.Label
  24.         Me.Label2 = New System.Windows.Forms.Label
  25.         Me.txtDir = New System.Windows.Forms.TextBox
  26.         Me.cmdBrowse = New System.Windows.Forms.Button
  27.         Me.cmdChange = New System.Windows.Forms.Button
  28.         Me.FOpen = New System.Windows.Forms.OpenFileDialog
  29.         Me.cmbExt = New System.Windows.Forms.ComboBox
  30.         Me.chbAddMenuToIcon = New System.Windows.Forms.CheckBox
  31.         Me.SuspendLayout()
  32.         '
  33.         'Label1
  34.         '
  35.         Me.Label1.AutoSize = True
  36.         Me.Label1.Location = New System.Drawing.Point(12, 15)
  37.         Me.Label1.Name = "Label1"
  38.         Me.Label1.Size = New System.Drawing.Size(241, 13)
  39.         Me.Label1.TabIndex = 0
  40.         Me.Label1.Text = "Estensione del file a cui si vuole associare l'icona:"
  41.         '
  42.         'Label2
  43.         '
  44.         Me.Label2.AutoSize = True
  45.         Me.Label2.Location = New System.Drawing.Point(12, 41)
  46.         Me.Label2.Name = "Label2"
  47.         Me.Label2.Size = New System.Drawing.Size(99, 13)
  48.         Me.Label2.TabIndex = 2
  49.         Me.Label2.Text = "Percorso dell'icona:"
  50.         '
  51.         'txtDir
  52.         '
  53.         Me.txtDir.Location = New System.Drawing.Point(117, 38)
  54.         Me.txtDir.Name = "txtDir"
  55.         Me.txtDir.Size = New System.Drawing.Size(258, 20)
  56.         Me.txtDir.TabIndex = 3
  57.         '
  58.         'cmdBrowse
  59.         '
  60.         Me.cmdBrowse.Location = New System.Drawing.Point(381, 38)
  61.         Me.cmdBrowse.Name = "cmdBrowse"
  62.         Me.cmdBrowse.Size = New System.Drawing.Size(31, 20)
  63.         Me.cmdBrowse.TabIndex = 4
  64.         Me.cmdBrowse.Text = "..."
  65.         Me.cmdBrowse.UseVisualStyleBackColor = True
  66.         '
  67.         'cmdChange
  68.         '
  69.         Me.cmdChange.Image = CType(resources.GetObject("cmdChange.Image"), System.Drawing.Image)
  70.         Me.cmdChange.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  71.         Me.cmdChange.Location = New System.Drawing.Point(306, 64)
  72.         Me.cmdChange.Name = "cmdChange"
  73.         Me.cmdChange.Size = New System.Drawing.Size(106, 31)
  74.         Me.cmdChange.TabIndex = 5
  75.         Me.cmdChange.Text = "Cambia icona"
  76.         Me.cmdChange.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  77.         Me.cmdChange.UseVisualStyleBackColor = True
  78.         '
  79.         'FOpen
  80.         '
  81.         Me.FOpen.FileName = "Icona"
  82.         Me.FOpen.Filter = "File icona|*.ico"
  83.         '
  84.         'cmbExt
  85.         '
  86.         Me.cmbExt.FormattingEnabled = True
  87.         Me.cmbExt.Location = New System.Drawing.Point(259, 12)
  88.         Me.cmbExt.Name = "cmbExt"
  89.         Me.cmbExt.Size = New System.Drawing.Size(153, 21)
  90.         Me.cmbExt.TabIndex = 6
  91.         '
  92.         'chbAddMenuToIcon
  93.         '
  94.         Me.chbAddMenuToIcon.AutoSize = True
  95.         Me.chbAddMenuToIcon.Location = New System.Drawing.Point(12, 65)
  96.         Me.chbAddMenuToIcon.Name = "chbAddMenuToIcon"
  97.         Me.chbAddMenuToIcon.Size = New System.Drawing.Size(249, 43)
  98.         Me.chbAddMenuToIcon.TabIndex = 8
  99.         Me.chbAddMenuToIcon.Text = "Aggiungi una voce al menu contestuale dei file " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "icona che consenta di usare" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "tal" & _
  100.             "e icona su un determinato tipo di file" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  101.         Me.chbAddMenuToIcon.UseVisualStyleBackColor = True
  102.         '
  103.         'fmrIcon
  104.         '
  105.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  106.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  107.         Me.ClientSize = New System.Drawing.Size(424, 117)
  108.         Me.Controls.Add(Me.chbAddMenuToIcon)
  109.         Me.Controls.Add(Me.cmbExt)
  110.         Me.Controls.Add(Me.cmdChange)
  111.         Me.Controls.Add(Me.cmdBrowse)
  112.         Me.Controls.Add(Me.txtDir)
  113.         Me.Controls.Add(Me.Label2)
  114.         Me.Controls.Add(Me.Label1)
  115.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  116.         Me.MaximizeBox = False
  117.         Me.Name = "fmrIcon"
  118.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  119.         Me.Text = "Change Icon"
  120.         Me.ResumeLayout(False)
  121.         Me.PerformLayout()
  122.  
  123.     End Sub
  124.     Friend WithEvents Label1 As System.Windows.Forms.Label
  125.     Friend WithEvents Label2 As System.Windows.Forms.Label
  126.     Friend WithEvents txtDir As System.Windows.Forms.TextBox
  127.     Friend WithEvents cmdBrowse As System.Windows.Forms.Button
  128.     Friend WithEvents cmdChange As System.Windows.Forms.Button
  129.     Friend WithEvents FOpen As System.Windows.Forms.OpenFileDialog
  130.     Friend WithEvents cmbExt As System.Windows.Forms.ComboBox
  131.     Friend WithEvents chbAddMenuToIcon As System.Windows.Forms.CheckBox
  132.  
  133. End Class