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
The Agent - frmMacro.Designer.vb

frmMacro.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmMacro
  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.components = New System.ComponentModel.Container
  23.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMacro))
  24.         Me.Label1 = New System.Windows.Forms.Label
  25.         Me.lstMacros = New System.Windows.Forms.ListBox
  26.         Me.Label2 = New System.Windows.Forms.Label
  27.         Me.txtMacro = New System.Windows.Forms.TextBox
  28.         Me.cntAddMacro = New System.Windows.Forms.ContextMenuStrip(Me.components)
  29.         Me.strExecProg = New System.Windows.Forms.ToolStripMenuItem
  30.         Me.strOpenFolder = New System.Windows.Forms.ToolStripMenuItem
  31.         Me.strOpenFile = New System.Windows.Forms.ToolStripMenuItem
  32.         Me.cmdDel = New System.Windows.Forms.Button
  33.         Me.cmdSave = New System.Windows.Forms.Button
  34.         Me.Label3 = New System.Windows.Forms.Label
  35.         Me.txtName = New System.Windows.Forms.TextBox
  36.         Me.cntAddMacro.SuspendLayout()
  37.         Me.SuspendLayout()
  38.         '
  39.         'Label1
  40.         '
  41.         Me.Label1.AutoSize = True
  42.         Me.Label1.Location = New System.Drawing.Point(9, 9)
  43.         Me.Label1.Name = "Label1"
  44.         Me.Label1.Size = New System.Drawing.Size(40, 13)
  45.         Me.Label1.TabIndex = 0
  46.         Me.Label1.Text = "Macro:"
  47.         '
  48.         'lstMacros
  49.         '
  50.         Me.lstMacros.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  51.                     Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  52.         Me.lstMacros.FormattingEnabled = True
  53.         Me.lstMacros.IntegralHeight = False
  54.         Me.lstMacros.Location = New System.Drawing.Point(12, 25)
  55.         Me.lstMacros.Name = "lstMacros"
  56.         Me.lstMacros.Size = New System.Drawing.Size(179, 250)
  57.         Me.lstMacros.TabIndex = 1
  58.         '
  59.         'Label2
  60.         '
  61.         Me.Label2.AutoSize = True
  62.         Me.Label2.Location = New System.Drawing.Point(194, 9)
  63.         Me.Label2.Name = "Label2"
  64.         Me.Label2.Size = New System.Drawing.Size(37, 13)
  65.         Me.Label2.TabIndex = 2
  66.         Me.Label2.Text = "Testo:"
  67.         '
  68.         'txtMacro
  69.         '
  70.         Me.txtMacro.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  71.                     Or System.Windows.Forms.AnchorStyles.Left) _
  72.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  73.         Me.txtMacro.ContextMenuStrip = Me.cntAddMacro
  74.         Me.txtMacro.Font = New System.Drawing.Font("Courier New", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  75.         Me.txtMacro.Location = New System.Drawing.Point(197, 25)
  76.         Me.txtMacro.Multiline = True
  77.         Me.txtMacro.Name = "txtMacro"
  78.         Me.txtMacro.ScrollBars = System.Windows.Forms.ScrollBars.Both
  79.         Me.txtMacro.Size = New System.Drawing.Size(378, 218)
  80.         Me.txtMacro.TabIndex = 3
  81.         '
  82.         'cntAddMacro
  83.         '
  84.         Me.cntAddMacro.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strExecProg, Me.strOpenFolder, Me.strOpenFile})
  85.         Me.cntAddMacro.Name = "cntAddMacro"
  86.         Me.cntAddMacro.Size = New System.Drawing.Size(166, 70)
  87.         '
  88.         'strExecProg
  89.         '
  90.         Me.strExecProg.Name = "strExecProg"
  91.         Me.strExecProg.Size = New System.Drawing.Size(165, 22)
  92.         Me.strExecProg.Text = "Esegui programa"
  93.         '
  94.         'strOpenFolder
  95.         '
  96.         Me.strOpenFolder.Name = "strOpenFolder"
  97.         Me.strOpenFolder.Size = New System.Drawing.Size(165, 22)
  98.         Me.strOpenFolder.Text = "Apri cartella"
  99.         '
  100.         'strOpenFile
  101.         '
  102.         Me.strOpenFile.Name = "strOpenFile"
  103.         Me.strOpenFile.Size = New System.Drawing.Size(165, 22)
  104.         Me.strOpenFile.Text = "Apri file"
  105.         '
  106.         'cmdDel
  107.         '
  108.         Me.cmdDel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  109.         Me.cmdDel.Image = CType(resources.GetObject("cmdDel.Image"), System.Drawing.Image)
  110.         Me.cmdDel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  111.         Me.cmdDel.Location = New System.Drawing.Point(197, 249)
  112.         Me.cmdDel.Name = "cmdDel"
  113.         Me.cmdDel.Size = New System.Drawing.Size(90, 26)
  114.         Me.cmdDel.TabIndex = 4
  115.         Me.cmdDel.Text = "Cancella"
  116.         Me.cmdDel.UseVisualStyleBackColor = True
  117.         '
  118.         'cmdSave
  119.         '
  120.         Me.cmdSave.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  121.         Me.cmdSave.Image = CType(resources.GetObject("cmdSave.Image"), System.Drawing.Image)
  122.         Me.cmdSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  123.         Me.cmdSave.Location = New System.Drawing.Point(293, 249)
  124.         Me.cmdSave.Name = "cmdSave"
  125.         Me.cmdSave.Size = New System.Drawing.Size(90, 26)
  126.         Me.cmdSave.TabIndex = 5
  127.         Me.cmdSave.Text = "Salva"
  128.         Me.cmdSave.UseVisualStyleBackColor = True
  129.         '
  130.         'Label3
  131.         '
  132.         Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  133.         Me.Label3.AutoSize = True
  134.         Me.Label3.Location = New System.Drawing.Point(389, 256)
  135.         Me.Label3.Name = "Label3"
  136.         Me.Label3.Size = New System.Drawing.Size(38, 13)
  137.         Me.Label3.TabIndex = 6
  138.         Me.Label3.Text = "Nome:"
  139.         '
  140.         'txtName
  141.         '
  142.         Me.txtName.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  143.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  144.         Me.txtName.Location = New System.Drawing.Point(433, 253)
  145.         Me.txtName.Name = "txtName"
  146.         Me.txtName.Size = New System.Drawing.Size(142, 20)
  147.         Me.txtName.TabIndex = 7
  148.         '
  149.         'frmMacro
  150.         '
  151.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  152.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  153.         Me.ClientSize = New System.Drawing.Size(587, 287)
  154.         Me.Controls.Add(Me.txtName)
  155.         Me.Controls.Add(Me.Label3)
  156.         Me.Controls.Add(Me.cmdSave)
  157.         Me.Controls.Add(Me.cmdDel)
  158.         Me.Controls.Add(Me.txtMacro)
  159.         Me.Controls.Add(Me.Label2)
  160.         Me.Controls.Add(Me.lstMacros)
  161.         Me.Controls.Add(Me.Label1)
  162.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  163.         Me.MaximizeBox = False
  164.         Me.Name = "frmMacro"
  165.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  166.         Me.Text = "Macro"
  167.         Me.cntAddMacro.ResumeLayout(False)
  168.         Me.ResumeLayout(False)
  169.         Me.PerformLayout()
  170.  
  171.     End Sub
  172.     Friend WithEvents Label1 As System.Windows.Forms.Label
  173.     Friend WithEvents lstMacros As System.Windows.Forms.ListBox
  174.     Friend WithEvents Label2 As System.Windows.Forms.Label
  175.     Friend WithEvents txtMacro As System.Windows.Forms.TextBox
  176.     Friend WithEvents cmdDel As System.Windows.Forms.Button
  177.     Friend WithEvents cmdSave As System.Windows.Forms.Button
  178.     Friend WithEvents Label3 As System.Windows.Forms.Label
  179.     Friend WithEvents txtName As System.Windows.Forms.TextBox
  180.     Friend WithEvents cntAddMacro As System.Windows.Forms.ContextMenuStrip
  181.     Friend WithEvents strExecProg As System.Windows.Forms.ToolStripMenuItem
  182.     Friend WithEvents strOpenFolder As System.Windows.Forms.ToolStripMenuItem
  183.     Friend WithEvents strOpenFile As System.Windows.Forms.ToolStripMenuItem
  184. End Class