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
Imaging - 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.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
  23.         Me.strMain = New System.Windows.Forms.ToolStrip
  24.         Me.strFile = New System.Windows.Forms.ToolStripDropDownButton
  25.         Me.strFileOpen = New System.Windows.Forms.ToolStripMenuItem
  26.         Me.strFileSave = New System.Windows.Forms.ToolStripMenuItem
  27.         Me.strFileSaveAs = New System.Windows.Forms.ToolStripMenuItem
  28.         Me.strPrint = New System.Windows.Forms.ToolStripMenuItem
  29.         Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripSeparator
  30.         Me.strExit = New System.Windows.Forms.ToolStripMenuItem
  31.         Me.strColorize = New System.Windows.Forms.ToolStripDropDownButton
  32.         Me.strGrey = New System.Windows.Forms.ToolStripMenuItem
  33.         Me.strRed = New System.Windows.Forms.ToolStripMenuItem
  34.         Me.strGreen = New System.Windows.Forms.ToolStripMenuItem
  35.         Me.strBlue = New System.Windows.Forms.ToolStripMenuItem
  36.         Me.strNegative = New System.Windows.Forms.ToolStripMenuItem
  37.         Me.strPortrait = New System.Windows.Forms.ToolStripDropDownButton
  38.         Me.strBrighter = New System.Windows.Forms.ToolStripMenuItem
  39.         Me.strDarker = New System.Windows.Forms.ToolStripMenuItem
  40.         Me.strBlend = New System.Windows.Forms.ToolStripDropDownButton
  41.         Me.strLeftToRight = New System.Windows.Forms.ToolStripMenuItem
  42.         Me.strRightToLeft = New System.Windows.Forms.ToolStripMenuItem
  43.         Me.strUpToDown = New System.Windows.Forms.ToolStripMenuItem
  44.         Me.strDownToUp = New System.Windows.Forms.ToolStripMenuItem
  45.         Me.strStatus = New System.Windows.Forms.StatusStrip
  46.         Me.lblStatus = New System.Windows.Forms.ToolStripStatusLabel
  47.         Me.imgP = New System.Windows.Forms.PictureBox
  48.         Me.strAbout = New System.Windows.Forms.ToolStripButton
  49.         Me.strMain.SuspendLayout()
  50.         Me.strStatus.SuspendLayout()
  51.         CType(Me.imgP, System.ComponentModel.ISupportInitialize).BeginInit()
  52.         Me.SuspendLayout()
  53.         '
  54.         'strMain
  55.         '
  56.         Me.strMain.ImageScalingSize = New System.Drawing.Size(32, 32)
  57.         Me.strMain.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strFile, Me.strColorize, Me.strPortrait, Me.strBlend, Me.strAbout})
  58.         Me.strMain.Location = New System.Drawing.Point(0, 0)
  59.         Me.strMain.Name = "strMain"
  60.         Me.strMain.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
  61.         Me.strMain.Size = New System.Drawing.Size(488, 39)
  62.         Me.strMain.TabIndex = 0
  63.         Me.strMain.Text = "ToolStrip1"
  64.         '
  65.         'strFile
  66.         '
  67.         Me.strFile.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strFileOpen, Me.strFileSave, Me.strFileSaveAs, Me.strPrint, Me.ToolStripMenuItem1, Me.strExit})
  68.         Me.strFile.Image = CType(resources.GetObject("strFile.Image"), System.Drawing.Image)
  69.         Me.strFile.ImageTransparentColor = System.Drawing.Color.Magenta
  70.         Me.strFile.Name = "strFile"
  71.         Me.strFile.Size = New System.Drawing.Size(68, 36)
  72.         Me.strFile.Text = "File"
  73.         '
  74.         'strFileOpen
  75.         '
  76.         Me.strFileOpen.Image = CType(resources.GetObject("strFileOpen.Image"), System.Drawing.Image)
  77.         Me.strFileOpen.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  78.         Me.strFileOpen.Name = "strFileOpen"
  79.         Me.strFileOpen.Size = New System.Drawing.Size(172, 22)
  80.         Me.strFileOpen.Text = "Apri"
  81.         '
  82.         'strFileSave
  83.         '
  84.         Me.strFileSave.Enabled = False
  85.         Me.strFileSave.Image = CType(resources.GetObject("strFileSave.Image"), System.Drawing.Image)
  86.         Me.strFileSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  87.         Me.strFileSave.Name = "strFileSave"
  88.         Me.strFileSave.Size = New System.Drawing.Size(172, 22)
  89.         Me.strFileSave.Text = "Salva"
  90.         '
  91.         'strFileSaveAs
  92.         '
  93.         Me.strFileSaveAs.Enabled = False
  94.         Me.strFileSaveAs.Image = CType(resources.GetObject("strFileSaveAs.Image"), System.Drawing.Image)
  95.         Me.strFileSaveAs.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  96.         Me.strFileSaveAs.Name = "strFileSaveAs"
  97.         Me.strFileSaveAs.Size = New System.Drawing.Size(172, 22)
  98.         Me.strFileSaveAs.Text = "Salva con nome..."
  99.         '
  100.         'strPrint
  101.         '
  102.         Me.strPrint.Enabled = False
  103.         Me.strPrint.Image = CType(resources.GetObject("strPrint.Image"), System.Drawing.Image)
  104.         Me.strPrint.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  105.         Me.strPrint.Name = "strPrint"
  106.         Me.strPrint.Size = New System.Drawing.Size(172, 22)
  107.         Me.strPrint.Text = "Stampa"
  108.         '
  109.         'ToolStripMenuItem1
  110.         '
  111.         Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1"
  112.         Me.ToolStripMenuItem1.Size = New System.Drawing.Size(169, 6)
  113.         '
  114.         'strExit
  115.         '
  116.         Me.strExit.Image = CType(resources.GetObject("strExit.Image"), System.Drawing.Image)
  117.         Me.strExit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  118.         Me.strExit.Name = "strExit"
  119.         Me.strExit.Size = New System.Drawing.Size(172, 22)
  120.         Me.strExit.Text = "Esci"
  121.         '
  122.         'strColorize
  123.         '
  124.         Me.strColorize.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strGrey, Me.strRed, Me.strGreen, Me.strBlue, Me.strNegative})
  125.         Me.strColorize.Enabled = False
  126.         Me.strColorize.Image = CType(resources.GetObject("strColorize.Image"), System.Drawing.Image)
  127.         Me.strColorize.ImageTransparentColor = System.Drawing.Color.Magenta
  128.         Me.strColorize.Name = "strColorize"
  129.         Me.strColorize.Size = New System.Drawing.Size(95, 36)
  130.         Me.strColorize.Text = "Colorizza"
  131.         '
  132.         'strGrey
  133.         '
  134.         Me.strGrey.Image = CType(resources.GetObject("strGrey.Image"), System.Drawing.Image)
  135.         Me.strGrey.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  136.         Me.strGrey.Name = "strGrey"
  137.         Me.strGrey.Size = New System.Drawing.Size(144, 22)
  138.         Me.strGrey.Text = "Scala di grigi"
  139.         '
  140.         'strRed
  141.         '
  142.         Me.strRed.Image = CType(resources.GetObject("strRed.Image"), System.Drawing.Image)
  143.         Me.strRed.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  144.         Me.strRed.Name = "strRed"
  145.         Me.strRed.Size = New System.Drawing.Size(144, 22)
  146.         Me.strRed.Text = "Rosso"
  147.         '
  148.         'strGreen
  149.         '
  150.         Me.strGreen.Image = CType(resources.GetObject("strGreen.Image"), System.Drawing.Image)
  151.         Me.strGreen.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  152.         Me.strGreen.Name = "strGreen"
  153.         Me.strGreen.Size = New System.Drawing.Size(144, 22)
  154.         Me.strGreen.Text = "Verde"
  155.         '
  156.         'strBlue
  157.         '
  158.         Me.strBlue.Image = CType(resources.GetObject("strBlue.Image"), System.Drawing.Image)
  159.         Me.strBlue.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  160.         Me.strBlue.Name = "strBlue"
  161.         Me.strBlue.Size = New System.Drawing.Size(144, 22)
  162.         Me.strBlue.Text = "Blu"
  163.         '
  164.         'strNegative
  165.         '
  166.         Me.strNegative.Image = CType(resources.GetObject("strNegative.Image"), System.Drawing.Image)
  167.         Me.strNegative.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  168.         Me.strNegative.Name = "strNegative"
  169.         Me.strNegative.Size = New System.Drawing.Size(144, 22)
  170.         Me.strNegative.Text = "Negativo"
  171.         '
  172.         'strPortrait
  173.         '
  174.         Me.strPortrait.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strBrighter, Me.strDarker})
  175.         Me.strPortrait.Enabled = False
  176.         Me.strPortrait.Image = CType(resources.GetObject("strPortrait.Image"), System.Drawing.Image)
  177.         Me.strPortrait.ImageTransparentColor = System.Drawing.Color.Magenta
  178.         Me.strPortrait.Name = "strPortrait"
  179.         Me.strPortrait.Size = New System.Drawing.Size(102, 36)
  180.         Me.strPortrait.Text = "Luminosità"
  181.         '
  182.         'strBrighter
  183.         '
  184.         Me.strBrighter.Image = CType(resources.GetObject("strBrighter.Image"), System.Drawing.Image)
  185.         Me.strBrighter.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  186.         Me.strBrighter.Name = "strBrighter"
  187.         Me.strBrighter.Size = New System.Drawing.Size(128, 22)
  188.         Me.strBrighter.Text = "Schiarisci"
  189.         '
  190.         'strDarker
  191.         '
  192.         Me.strDarker.Image = CType(resources.GetObject("strDarker.Image"), System.Drawing.Image)
  193.         Me.strDarker.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  194.         Me.strDarker.Name = "strDarker"
  195.         Me.strDarker.Size = New System.Drawing.Size(128, 22)
  196.         Me.strDarker.Text = "Scurisci"
  197.         '
  198.         'strBlend
  199.         '
  200.         Me.strBlend.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strLeftToRight, Me.strRightToLeft, Me.strUpToDown, Me.strDownToUp})
  201.         Me.strBlend.Enabled = False
  202.         Me.strBlend.Image = CType(resources.GetObject("strBlend.Image"), System.Drawing.Image)
  203.         Me.strBlend.ImageTransparentColor = System.Drawing.Color.Magenta
  204.         Me.strBlend.Name = "strBlend"
  205.         Me.strBlend.Size = New System.Drawing.Size(102, 36)
  206.         Me.strBlend.Text = "Sfumatura"
  207.         '
  208.         'strLeftToRight
  209.         '
  210.         Me.strLeftToRight.Image = CType(resources.GetObject("strLeftToRight.Image"), System.Drawing.Image)
  211.         Me.strLeftToRight.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  212.         Me.strLeftToRight.Name = "strLeftToRight"
  213.         Me.strLeftToRight.Size = New System.Drawing.Size(178, 22)
  214.         Me.strLeftToRight.Text = "Da sinistra a destra"
  215.         '
  216.         'strRightToLeft
  217.         '
  218.         Me.strRightToLeft.Image = CType(resources.GetObject("strRightToLeft.Image"), System.Drawing.Image)
  219.         Me.strRightToLeft.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  220.         Me.strRightToLeft.Name = "strRightToLeft"
  221.         Me.strRightToLeft.Size = New System.Drawing.Size(178, 22)
  222.         Me.strRightToLeft.Text = "Da destra a sinistra"
  223.         '
  224.         'strUpToDown
  225.         '
  226.         Me.strUpToDown.Image = CType(resources.GetObject("strUpToDown.Image"), System.Drawing.Image)
  227.         Me.strUpToDown.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  228.         Me.strUpToDown.Name = "strUpToDown"
  229.         Me.strUpToDown.Size = New System.Drawing.Size(178, 22)
  230.         Me.strUpToDown.Text = "Dall'alto in basso"
  231.         '
  232.         'strDownToUp
  233.         '
  234.         Me.strDownToUp.Image = CType(resources.GetObject("strDownToUp.Image"), System.Drawing.Image)
  235.         Me.strDownToUp.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  236.         Me.strDownToUp.Name = "strDownToUp"
  237.         Me.strDownToUp.Size = New System.Drawing.Size(178, 22)
  238.         Me.strDownToUp.Text = "Dal basso all'alto"
  239.         '
  240.         'strStatus
  241.         '
  242.         Me.strStatus.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblStatus})
  243.         Me.strStatus.Location = New System.Drawing.Point(0, 273)
  244.         Me.strStatus.Name = "strStatus"
  245.         Me.strStatus.Size = New System.Drawing.Size(488, 22)
  246.         Me.strStatus.TabIndex = 1
  247.         Me.strStatus.Text = "StatusStrip1"
  248.         '
  249.         'lblStatus
  250.         '
  251.         Me.lblStatus.Name = "lblStatus"
  252.         Me.lblStatus.Size = New System.Drawing.Size(63, 17)
  253.         Me.lblStatus.Text = "In attesa..."
  254.         '
  255.         'imgP
  256.         '
  257.         Me.imgP.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  258.                     Or System.Windows.Forms.AnchorStyles.Left) _
  259.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  260.         Me.imgP.Location = New System.Drawing.Point(12, 42)
  261.         Me.imgP.Name = "imgP"
  262.         Me.imgP.Size = New System.Drawing.Size(464, 228)
  263.         Me.imgP.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
  264.         Me.imgP.TabIndex = 2
  265.         Me.imgP.TabStop = False
  266.         '
  267.         'strAbout
  268.         '
  269.         Me.strAbout.Image = CType(resources.GetObject("strAbout.Image"), System.Drawing.Image)
  270.         Me.strAbout.ImageTransparentColor = System.Drawing.Color.Magenta
  271.         Me.strAbout.Name = "strAbout"
  272.         Me.strAbout.Size = New System.Drawing.Size(72, 36)
  273.         Me.strAbout.Text = "About"
  274.         '
  275.         'Form1
  276.         '
  277.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  278.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  279.         Me.ClientSize = New System.Drawing.Size(488, 295)
  280.         Me.Controls.Add(Me.imgP)
  281.         Me.Controls.Add(Me.strStatus)
  282.         Me.Controls.Add(Me.strMain)
  283.         Me.Name = "Form1"
  284.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  285.         Me.Text = "Imaging"
  286.         Me.strMain.ResumeLayout(False)
  287.         Me.strMain.PerformLayout()
  288.         Me.strStatus.ResumeLayout(False)
  289.         Me.strStatus.PerformLayout()
  290.         CType(Me.imgP, System.ComponentModel.ISupportInitialize).EndInit()
  291.         Me.ResumeLayout(False)
  292.         Me.PerformLayout()
  293.  
  294.     End Sub
  295.     Friend WithEvents strMain As System.Windows.Forms.ToolStrip
  296.     Friend WithEvents strFile As System.Windows.Forms.ToolStripDropDownButton
  297.     Friend WithEvents strFileOpen As System.Windows.Forms.ToolStripMenuItem
  298.     Friend WithEvents strFileSave As System.Windows.Forms.ToolStripMenuItem
  299.     Friend WithEvents strFileSaveAs As System.Windows.Forms.ToolStripMenuItem
  300.     Friend WithEvents strPrint As System.Windows.Forms.ToolStripMenuItem
  301.     Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripSeparator
  302.     Friend WithEvents strExit As System.Windows.Forms.ToolStripMenuItem
  303.     Friend WithEvents strColorize As System.Windows.Forms.ToolStripDropDownButton
  304.     Friend WithEvents strGrey As System.Windows.Forms.ToolStripMenuItem
  305.     Friend WithEvents strRed As System.Windows.Forms.ToolStripMenuItem
  306.     Friend WithEvents strGreen As System.Windows.Forms.ToolStripMenuItem
  307.     Friend WithEvents strBlue As System.Windows.Forms.ToolStripMenuItem
  308.     Friend WithEvents strStatus As System.Windows.Forms.StatusStrip
  309.     Friend WithEvents lblStatus As System.Windows.Forms.ToolStripStatusLabel
  310.     Friend WithEvents imgP As System.Windows.Forms.PictureBox
  311.     Friend WithEvents strNegative As System.Windows.Forms.ToolStripMenuItem
  312.     Friend WithEvents strPortrait As System.Windows.Forms.ToolStripDropDownButton
  313.     Friend WithEvents strBrighter As System.Windows.Forms.ToolStripMenuItem
  314.     Friend WithEvents strDarker As System.Windows.Forms.ToolStripMenuItem
  315.     Friend WithEvents strBlend As System.Windows.Forms.ToolStripDropDownButton
  316.     Friend WithEvents strLeftToRight As System.Windows.Forms.ToolStripMenuItem
  317.     Friend WithEvents strRightToLeft As System.Windows.Forms.ToolStripMenuItem
  318.     Friend WithEvents strUpToDown As System.Windows.Forms.ToolStripMenuItem
  319.     Friend WithEvents strDownToUp As System.Windows.Forms.ToolStripMenuItem
  320.     Friend WithEvents strAbout As System.Windows.Forms.ToolStripButton
  321.  
  322. End Class