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
Curve Art - 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.components = New System.ComponentModel.Container
  23.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
  24.         Me.strMain = New System.Windows.Forms.MenuStrip
  25.         Me.strFile = New System.Windows.Forms.ToolStripMenuItem
  26.         Me.strNewDrawing = New System.Windows.Forms.ToolStripMenuItem
  27.         Me.strSave = New System.Windows.Forms.ToolStripMenuItem
  28.         Me.strOpen = New System.Windows.Forms.ToolStripMenuItem
  29.         Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripSeparator
  30.         Me.strExit = New System.Windows.Forms.ToolStripMenuItem
  31.         Me.strEdit = New System.Windows.Forms.ToolStripMenuItem
  32.         Me.strUndo = New System.Windows.Forms.ToolStripMenuItem
  33.         Me.strCloseFigure = New System.Windows.Forms.ToolStripMenuItem
  34.         Me.strOpenFigure = New System.Windows.Forms.ToolStripMenuItem
  35.         Me.strAbout = New System.Windows.Forms.ToolStripMenuItem
  36.         Me.strStatus = New System.Windows.Forms.StatusStrip
  37.         Me.lblStatus = New System.Windows.Forms.ToolStripStatusLabel
  38.         Me.splitMain = New System.Windows.Forms.SplitContainer
  39.         Me.pnlCanavas = New System.Windows.Forms.Panel
  40.         Me.chbMixCurve = New System.Windows.Forms.CheckBox
  41.         Me.imgSavedColor = New System.Windows.Forms.PictureBox
  42.         Me.trwItems = New System.Windows.Forms.TreeView
  43.         Me.cntItems = New System.Windows.Forms.ContextMenuStrip(Me.components)
  44.         Me.strDelItem = New System.Windows.Forms.ToolStripMenuItem
  45.         Me.lstImages = New System.Windows.Forms.ImageList(Me.components)
  46.         Me.Label2 = New System.Windows.Forms.Label
  47.         Me.Label1 = New System.Windows.Forms.Label
  48.         Me.lstLayers = New System.Windows.Forms.ListView
  49.         Me.ColumnHeader1 = New System.Windows.Forms.ColumnHeader
  50.         Me.ColumnHeader2 = New System.Windows.Forms.ColumnHeader
  51.         Me.cntLayers = New System.Windows.Forms.ContextMenuStrip(Me.components)
  52.         Me.strAddLayer = New System.Windows.Forms.ToolStripMenuItem
  53.         Me.strDelLayer = New System.Windows.Forms.ToolStripMenuItem
  54.         Me.strLayerProperties = New System.Windows.Forms.ToolStripMenuItem
  55.         Me.strSortLevel = New System.Windows.Forms.ToolStripMenuItem
  56.         Me.ToolStripMenuItem2 = New System.Windows.Forms.ToolStripSeparator
  57.         Me.strListDetails = New System.Windows.Forms.ToolStripMenuItem
  58.         Me.strTools = New System.Windows.Forms.ToolStrip
  59.         Me.strCurve = New System.Windows.Forms.ToolStripButton
  60.         Me.strLine = New System.Windows.Forms.ToolStripButton
  61.         Me.strMix = New System.Windows.Forms.ToolStripButton
  62.         Me.strColorPicker = New System.Windows.Forms.ToolStripButton
  63.         Me.ToolStripMenuItem3 = New System.Windows.Forms.ToolStripSeparator
  64.         Me.strCheckAllLayers = New System.Windows.Forms.ToolStripMenuItem
  65.         Me.strUncheckAllLayers = New System.Windows.Forms.ToolStripMenuItem
  66.         Me.strDupeItem = New System.Windows.Forms.ToolStripMenuItem
  67.         Me.strCopyPoints = New System.Windows.Forms.ToolStripMenuItem
  68.         Me.strPastePoints = New System.Windows.Forms.ToolStripMenuItem
  69.         Me.strMain.SuspendLayout()
  70.         Me.strStatus.SuspendLayout()
  71.         Me.splitMain.Panel1.SuspendLayout()
  72.         Me.splitMain.Panel2.SuspendLayout()
  73.         Me.splitMain.SuspendLayout()
  74.         Me.pnlCanavas.SuspendLayout()
  75.         CType(Me.imgSavedColor, System.ComponentModel.ISupportInitialize).BeginInit()
  76.         Me.cntItems.SuspendLayout()
  77.         Me.cntLayers.SuspendLayout()
  78.         Me.strTools.SuspendLayout()
  79.         Me.SuspendLayout()
  80.         '
  81.         'strMain
  82.         '
  83.         Me.strMain.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strFile, Me.strEdit, Me.strAbout})
  84.         Me.strMain.Location = New System.Drawing.Point(0, 0)
  85.         Me.strMain.Name = "strMain"
  86.         Me.strMain.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
  87.         Me.strMain.Size = New System.Drawing.Size(664, 24)
  88.         Me.strMain.TabIndex = 0
  89.         Me.strMain.Text = "MenuStrip1"
  90.         '
  91.         'strFile
  92.         '
  93.         Me.strFile.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strNewDrawing, Me.strSave, Me.strOpen, Me.ToolStripMenuItem1, Me.strExit})
  94.         Me.strFile.Name = "strFile"
  95.         Me.strFile.Size = New System.Drawing.Size(35, 20)
  96.         Me.strFile.Text = "File"
  97.         '
  98.         'strNewDrawing
  99.         '
  100.         Me.strNewDrawing.Name = "strNewDrawing"
  101.         Me.strNewDrawing.Size = New System.Drawing.Size(156, 22)
  102.         Me.strNewDrawing.Text = "Nuovo disegno"
  103.         '
  104.         'strSave
  105.         '
  106.         Me.strSave.Name = "strSave"
  107.         Me.strSave.Size = New System.Drawing.Size(156, 22)
  108.         Me.strSave.Text = "Salva disegno"
  109.         '
  110.         'strOpen
  111.         '
  112.         Me.strOpen.Name = "strOpen"
  113.         Me.strOpen.Size = New System.Drawing.Size(156, 22)
  114.         Me.strOpen.Text = "Apri disegno"
  115.         '
  116.         'ToolStripMenuItem1
  117.         '
  118.         Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1"
  119.         Me.ToolStripMenuItem1.Size = New System.Drawing.Size(153, 6)
  120.         '
  121.         'strExit
  122.         '
  123.         Me.strExit.Name = "strExit"
  124.         Me.strExit.Size = New System.Drawing.Size(156, 22)
  125.         Me.strExit.Text = "Esci"
  126.         '
  127.         'strEdit
  128.         '
  129.         Me.strEdit.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strUndo, Me.strCloseFigure, Me.strOpenFigure})
  130.         Me.strEdit.Name = "strEdit"
  131.         Me.strEdit.Size = New System.Drawing.Size(58, 20)
  132.         Me.strEdit.Text = "Modifica"
  133.         '
  134.         'strUndo
  135.         '
  136.         Me.strUndo.Name = "strUndo"
  137.         Me.strUndo.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.Z), System.Windows.Forms.Keys)
  138.         Me.strUndo.Size = New System.Drawing.Size(184, 22)
  139.         Me.strUndo.Text = "Undo"
  140.         '
  141.         'strCloseFigure
  142.         '
  143.         Me.strCloseFigure.Name = "strCloseFigure"
  144.         Me.strCloseFigure.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.C), System.Windows.Forms.Keys)
  145.         Me.strCloseFigure.Size = New System.Drawing.Size(184, 22)
  146.         Me.strCloseFigure.Text = "Chiudi figura"
  147.         '
  148.         'strOpenFigure
  149.         '
  150.         Me.strOpenFigure.Name = "strOpenFigure"
  151.         Me.strOpenFigure.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.A), System.Windows.Forms.Keys)
  152.         Me.strOpenFigure.Size = New System.Drawing.Size(184, 22)
  153.         Me.strOpenFigure.Text = "Apri figura"
  154.         '
  155.         'strAbout
  156.         '
  157.         Me.strAbout.Name = "strAbout"
  158.         Me.strAbout.Size = New System.Drawing.Size(48, 20)
  159.         Me.strAbout.Text = "About"
  160.         '
  161.         'strStatus
  162.         '
  163.         Me.strStatus.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblStatus})
  164.         Me.strStatus.Location = New System.Drawing.Point(0, 470)
  165.         Me.strStatus.Name = "strStatus"
  166.         Me.strStatus.Size = New System.Drawing.Size(664, 22)
  167.         Me.strStatus.TabIndex = 1
  168.         Me.strStatus.Text = "StatusStrip1"
  169.         '
  170.         'lblStatus
  171.         '
  172.         Me.lblStatus.Name = "lblStatus"
  173.         Me.lblStatus.Size = New System.Drawing.Size(63, 17)
  174.         Me.lblStatus.Text = "In attesa..."
  175.         '
  176.         'splitMain
  177.         '
  178.         Me.splitMain.Dock = System.Windows.Forms.DockStyle.Fill
  179.         Me.splitMain.Location = New System.Drawing.Point(0, 24)
  180.         Me.splitMain.Name = "splitMain"
  181.         '
  182.         'splitMain.Panel1
  183.         '
  184.         Me.splitMain.Panel1.Controls.Add(Me.pnlCanavas)
  185.         '
  186.         'splitMain.Panel2
  187.         '
  188.         Me.splitMain.Panel2.Controls.Add(Me.imgSavedColor)
  189.         Me.splitMain.Panel2.Controls.Add(Me.trwItems)
  190.         Me.splitMain.Panel2.Controls.Add(Me.Label2)
  191.         Me.splitMain.Panel2.Controls.Add(Me.Label1)
  192.         Me.splitMain.Panel2.Controls.Add(Me.lstLayers)
  193.         Me.splitMain.Panel2.Controls.Add(Me.strTools)
  194.         Me.splitMain.Size = New System.Drawing.Size(664, 446)
  195.         Me.splitMain.SplitterDistance = 442
  196.         Me.splitMain.TabIndex = 2
  197.         '
  198.         'pnlCanavas
  199.         '
  200.         Me.pnlCanavas.BackColor = System.Drawing.Color.White
  201.         Me.pnlCanavas.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
  202.         Me.pnlCanavas.Controls.Add(Me.chbMixCurve)
  203.         Me.pnlCanavas.Dock = System.Windows.Forms.DockStyle.Fill
  204.         Me.pnlCanavas.Location = New System.Drawing.Point(0, 0)
  205.         Me.pnlCanavas.Name = "pnlCanavas"
  206.         Me.pnlCanavas.Size = New System.Drawing.Size(442, 446)
  207.         Me.pnlCanavas.TabIndex = 0
  208.         '
  209.         'chbMixCurve
  210.         '
  211.         Me.chbMixCurve.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  212.         Me.chbMixCurve.AutoSize = True
  213.         Me.chbMixCurve.Location = New System.Drawing.Point(3, 426)
  214.         Me.chbMixCurve.Name = "chbMixCurve"
  215.         Me.chbMixCurve.Size = New System.Drawing.Size(54, 17)
  216.         Me.chbMixCurve.TabIndex = 0
  217.         Me.chbMixCurve.Text = "Curva"
  218.         Me.chbMixCurve.UseVisualStyleBackColor = True
  219.         Me.chbMixCurve.Visible = False
  220.         '
  221.         'imgSavedColor
  222.         '
  223.         Me.imgSavedColor.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  224.         Me.imgSavedColor.Location = New System.Drawing.Point(162, 49)
  225.         Me.imgSavedColor.Name = "imgSavedColor"
  226.         Me.imgSavedColor.Size = New System.Drawing.Size(53, 22)
  227.         Me.imgSavedColor.TabIndex = 5
  228.         Me.imgSavedColor.TabStop = False
  229.         '
  230.         'trwItems
  231.         '
  232.         Me.trwItems.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  233.                     Or System.Windows.Forms.AnchorStyles.Left) _
  234.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  235.         Me.trwItems.ContextMenuStrip = Me.cntItems
  236.         Me.trwItems.HideSelection = False
  237.         Me.trwItems.ImageIndex = 0
  238.         Me.trwItems.ImageList = Me.lstImages
  239.         Me.trwItems.ItemHeight = 19
  240.         Me.trwItems.Location = New System.Drawing.Point(3, 264)
  241.         Me.trwItems.Name = "trwItems"
  242.         Me.trwItems.SelectedImageIndex = 0
  243.         Me.trwItems.Size = New System.Drawing.Size(212, 179)
  244.         Me.trwItems.TabIndex = 4
  245.         '
  246.         'cntItems
  247.         '
  248.         Me.cntItems.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strDelItem, Me.strDupeItem, Me.strCopyPoints, Me.strPastePoints})
  249.         Me.cntItems.Name = "cntItems"
  250.         Me.cntItems.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
  251.         Me.cntItems.Size = New System.Drawing.Size(159, 92)
  252.         '
  253.         'strDelItem
  254.         '
  255.         Me.strDelItem.Name = "strDelItem"
  256.         Me.strDelItem.Size = New System.Drawing.Size(158, 22)
  257.         Me.strDelItem.Text = "Elimina oggetto"
  258.         '
  259.         'lstImages
  260.         '
  261.         Me.lstImages.ImageStream = CType(resources.GetObject("lstImages.ImageStream"), System.Windows.Forms.ImageListStreamer)
  262.         Me.lstImages.TransparentColor = System.Drawing.Color.Transparent
  263.         Me.lstImages.Images.SetKeyName(0, "layer")
  264.         Me.lstImages.Images.SetKeyName(1, "draw")
  265.         Me.lstImages.Images.SetKeyName(2, "property")
  266.         '
  267.         'Label2
  268.         '
  269.         Me.Label2.AutoSize = True
  270.         Me.Label2.Location = New System.Drawing.Point(3, 248)
  271.         Me.Label2.Name = "Label2"
  272.         Me.Label2.Size = New System.Drawing.Size(73, 13)
  273.         Me.Label2.TabIndex = 3
  274.         Me.Label2.Text = "Oggetti livello:"
  275.         '
  276.         'Label1
  277.         '
  278.         Me.Label1.AutoSize = True
  279.         Me.Label1.Location = New System.Drawing.Point(3, 71)
  280.         Me.Label1.Name = "Label1"
  281.         Me.Label1.Size = New System.Drawing.Size(36, 13)
  282.         Me.Label1.TabIndex = 2
  283.         Me.Label1.Text = "Livelli:"
  284.         '
  285.         'lstLayers
  286.         '
  287.         Me.lstLayers.Alignment = System.Windows.Forms.ListViewAlignment.Left
  288.         Me.lstLayers.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  289.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  290.         Me.lstLayers.CheckBoxes = True
  291.         Me.lstLayers.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2})
  292.         Me.lstLayers.ContextMenuStrip = Me.cntLayers
  293.         Me.lstLayers.FullRowSelect = True
  294.         Me.lstLayers.GridLines = True
  295.         Me.lstLayers.HideSelection = False
  296.         Me.lstLayers.LabelEdit = True
  297.         Me.lstLayers.Location = New System.Drawing.Point(3, 87)
  298.         Me.lstLayers.Name = "lstLayers"
  299.         Me.lstLayers.Size = New System.Drawing.Size(212, 142)
  300.         Me.lstLayers.SmallImageList = Me.lstImages
  301.         Me.lstLayers.TabIndex = 1
  302.         Me.lstLayers.UseCompatibleStateImageBehavior = False
  303.         Me.lstLayers.View = System.Windows.Forms.View.List
  304.         '
  305.         'ColumnHeader1
  306.         '
  307.         Me.ColumnHeader1.Text = "Nome livello"
  308.         Me.ColumnHeader1.Width = 170
  309.         '
  310.         'ColumnHeader2
  311.         '
  312.         Me.ColumnHeader2.Text = "Indice rendering"
  313.         '
  314.         'cntLayers
  315.         '
  316.         Me.cntLayers.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strAddLayer, Me.strDelLayer, Me.strLayerProperties, Me.strSortLevel, Me.ToolStripMenuItem2, Me.strListDetails, Me.ToolStripMenuItem3, Me.strCheckAllLayers, Me.strUncheckAllLayers})
  317.         Me.cntLayers.Name = "cntLayers"
  318.         Me.cntLayers.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
  319.         Me.cntLayers.Size = New System.Drawing.Size(159, 170)
  320.         '
  321.         'strAddLayer
  322.         '
  323.         Me.strAddLayer.Name = "strAddLayer"
  324.         Me.strAddLayer.Size = New System.Drawing.Size(158, 22)
  325.         Me.strAddLayer.Text = "Aggiungi livello"
  326.         '
  327.         'strDelLayer
  328.         '
  329.         Me.strDelLayer.Name = "strDelLayer"
  330.         Me.strDelLayer.Size = New System.Drawing.Size(158, 22)
  331.         Me.strDelLayer.Text = "Rimuovi livello"
  332.         '
  333.         'strLayerProperties
  334.         '
  335.         Me.strLayerProperties.Name = "strLayerProperties"
  336.         Me.strLayerProperties.Size = New System.Drawing.Size(158, 22)
  337.         Me.strLayerProperties.Text = "Proprietà livello"
  338.         '
  339.         'strSortLevel
  340.         '
  341.         Me.strSortLevel.Name = "strSortLevel"
  342.         Me.strSortLevel.Size = New System.Drawing.Size(158, 22)
  343.         Me.strSortLevel.Text = "Ordina livelli"
  344.         '
  345.         'ToolStripMenuItem2
  346.         '
  347.         Me.ToolStripMenuItem2.Name = "ToolStripMenuItem2"
  348.         Me.ToolStripMenuItem2.Size = New System.Drawing.Size(155, 6)
  349.         '
  350.         'strListDetails
  351.         '
  352.         Me.strListDetails.Name = "strListDetails"
  353.         Me.strListDetails.Size = New System.Drawing.Size(158, 22)
  354.         Me.strListDetails.Text = "Dettagli"
  355.         '
  356.         'strTools
  357.         '
  358.         Me.strTools.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strCurve, Me.strLine, Me.strMix, Me.strColorPicker})
  359.         Me.strTools.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow
  360.         Me.strTools.Location = New System.Drawing.Point(0, 0)
  361.         Me.strTools.Name = "strTools"
  362.         Me.strTools.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
  363.         Me.strTools.Size = New System.Drawing.Size(218, 46)
  364.         Me.strTools.TabIndex = 0
  365.         Me.strTools.Text = "ToolStrip1"
  366.         '
  367.         'strCurve
  368.         '
  369.         Me.strCurve.Image = CType(resources.GetObject("strCurve.Image"), System.Drawing.Image)
  370.         Me.strCurve.ImageTransparentColor = System.Drawing.Color.Magenta
  371.         Me.strCurve.Name = "strCurve"
  372.         Me.strCurve.Size = New System.Drawing.Size(56, 20)
  373.         Me.strCurve.Text = "Curva"
  374.         '
  375.         'strLine
  376.         '
  377.         Me.strLine.Image = CType(resources.GetObject("strLine.Image"), System.Drawing.Image)
  378.         Me.strLine.ImageTransparentColor = System.Drawing.Color.Magenta
  379.         Me.strLine.Name = "strLine"
  380.         Me.strLine.Size = New System.Drawing.Size(71, 20)
  381.         Me.strLine.Text = "Spezzata"
  382.         '
  383.         'strMix
  384.         '
  385.         Me.strMix.Image = CType(resources.GetObject("strMix.Image"), System.Drawing.Image)
  386.         Me.strMix.ImageTransparentColor = System.Drawing.Color.Magenta
  387.         Me.strMix.Name = "strMix"
  388.         Me.strMix.Size = New System.Drawing.Size(114, 20)
  389.         Me.strMix.Text = "Spezzata + Curva"
  390.         '
  391.         'strColorPicker
  392.         '
  393.         Me.strColorPicker.Image = CType(resources.GetObject("strColorPicker.Image"), System.Drawing.Image)
  394.         Me.strColorPicker.ImageTransparentColor = System.Drawing.Color.Magenta
  395.         Me.strColorPicker.Name = "strColorPicker"
  396.         Me.strColorPicker.Size = New System.Drawing.Size(63, 20)
  397.         Me.strColorPicker.Text = "Preleva"
  398.         '
  399.         'ToolStripMenuItem3
  400.         '
  401.         Me.ToolStripMenuItem3.Name = "ToolStripMenuItem3"
  402.         Me.ToolStripMenuItem3.Size = New System.Drawing.Size(155, 6)
  403.         '
  404.         'strCheckAllLayers
  405.         '
  406.         Me.strCheckAllLayers.Name = "strCheckAllLayers"
  407.         Me.strCheckAllLayers.Size = New System.Drawing.Size(158, 22)
  408.         Me.strCheckAllLayers.Text = "Attiva tutti"
  409.         '
  410.         'strUncheckAllLayers
  411.         '
  412.         Me.strUncheckAllLayers.Name = "strUncheckAllLayers"
  413.         Me.strUncheckAllLayers.Size = New System.Drawing.Size(158, 22)
  414.         Me.strUncheckAllLayers.Text = "Disattiva tutti"
  415.         '
  416.         'strDupeItem
  417.         '
  418.         Me.strDupeItem.Name = "strDupeItem"
  419.         Me.strDupeItem.Size = New System.Drawing.Size(158, 22)
  420.         Me.strDupeItem.Text = "Duplica"
  421.         '
  422.         'strCopyPoints
  423.         '
  424.         Me.strCopyPoints.Name = "strCopyPoints"
  425.         Me.strCopyPoints.Size = New System.Drawing.Size(158, 22)
  426.         Me.strCopyPoints.Text = "Copia punti"
  427.         '
  428.         'strPastePoints
  429.         '
  430.         Me.strPastePoints.Name = "strPastePoints"
  431.         Me.strPastePoints.Size = New System.Drawing.Size(158, 22)
  432.         Me.strPastePoints.Text = "Incolla punti"
  433.         '
  434.         'Form1
  435.         '
  436.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  437.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  438.         Me.BackColor = System.Drawing.SystemColors.Control
  439.         Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  440.         Me.ClientSize = New System.Drawing.Size(664, 492)
  441.         Me.Controls.Add(Me.splitMain)
  442.         Me.Controls.Add(Me.strStatus)
  443.         Me.Controls.Add(Me.strMain)
  444.         Me.DoubleBuffered = True
  445.         Me.MainMenuStrip = Me.strMain
  446.         Me.Name = "Form1"
  447.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  448.         Me.Text = "Curve Art"
  449.         Me.strMain.ResumeLayout(False)
  450.         Me.strMain.PerformLayout()
  451.         Me.strStatus.ResumeLayout(False)
  452.         Me.strStatus.PerformLayout()
  453.         Me.splitMain.Panel1.ResumeLayout(False)
  454.         Me.splitMain.Panel2.ResumeLayout(False)
  455.         Me.splitMain.Panel2.PerformLayout()
  456.         Me.splitMain.ResumeLayout(False)
  457.         Me.pnlCanavas.ResumeLayout(False)
  458.         Me.pnlCanavas.PerformLayout()
  459.         CType(Me.imgSavedColor, System.ComponentModel.ISupportInitialize).EndInit()
  460.         Me.cntItems.ResumeLayout(False)
  461.         Me.cntLayers.ResumeLayout(False)
  462.         Me.strTools.ResumeLayout(False)
  463.         Me.strTools.PerformLayout()
  464.         Me.ResumeLayout(False)
  465.         Me.PerformLayout()
  466.  
  467.     End Sub
  468.     Friend WithEvents strMain As System.Windows.Forms.MenuStrip
  469.     Friend WithEvents strFile As System.Windows.Forms.ToolStripMenuItem
  470.     Friend WithEvents strNewDrawing As System.Windows.Forms.ToolStripMenuItem
  471.     Friend WithEvents strStatus As System.Windows.Forms.StatusStrip
  472.     Friend WithEvents lblStatus As System.Windows.Forms.ToolStripStatusLabel
  473.     Friend WithEvents splitMain As System.Windows.Forms.SplitContainer
  474.     Friend WithEvents pnlCanavas As System.Windows.Forms.Panel
  475.     Friend WithEvents strTools As System.Windows.Forms.ToolStrip
  476.     Friend WithEvents strCurve As System.Windows.Forms.ToolStripButton
  477.     Friend WithEvents strLine As System.Windows.Forms.ToolStripButton
  478.     Friend WithEvents strMix As System.Windows.Forms.ToolStripButton
  479.     Friend WithEvents Label1 As System.Windows.Forms.Label
  480.     Friend WithEvents lstLayers As System.Windows.Forms.ListView
  481.     Friend WithEvents trwItems As System.Windows.Forms.TreeView
  482.     Friend WithEvents Label2 As System.Windows.Forms.Label
  483.     Friend WithEvents lstImages As System.Windows.Forms.ImageList
  484.     Friend WithEvents cntLayers As System.Windows.Forms.ContextMenuStrip
  485.     Friend WithEvents strAddLayer As System.Windows.Forms.ToolStripMenuItem
  486.     Friend WithEvents strDelLayer As System.Windows.Forms.ToolStripMenuItem
  487.     Friend WithEvents chbMixCurve As System.Windows.Forms.CheckBox
  488.     Friend WithEvents strLayerProperties As System.Windows.Forms.ToolStripMenuItem
  489.     Friend WithEvents strEdit As System.Windows.Forms.ToolStripMenuItem
  490.     Friend WithEvents strUndo As System.Windows.Forms.ToolStripMenuItem
  491.     Friend WithEvents strCloseFigure As System.Windows.Forms.ToolStripMenuItem
  492.     Friend WithEvents cntItems As System.Windows.Forms.ContextMenuStrip
  493.     Friend WithEvents strDelItem As System.Windows.Forms.ToolStripMenuItem
  494.     Friend WithEvents strSave As System.Windows.Forms.ToolStripMenuItem
  495.     Friend WithEvents strOpen As System.Windows.Forms.ToolStripMenuItem
  496.     Friend WithEvents strColorPicker As System.Windows.Forms.ToolStripButton
  497.     Friend WithEvents imgSavedColor As System.Windows.Forms.PictureBox
  498.     Friend WithEvents strSortLevel As System.Windows.Forms.ToolStripMenuItem
  499.     Friend WithEvents strOpenFigure As System.Windows.Forms.ToolStripMenuItem
  500.     Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripSeparator
  501.     Friend WithEvents strExit As System.Windows.Forms.ToolStripMenuItem
  502.     Friend WithEvents strAbout As System.Windows.Forms.ToolStripMenuItem
  503.     Friend WithEvents ToolStripMenuItem2 As System.Windows.Forms.ToolStripSeparator
  504.     Friend WithEvents strListDetails As System.Windows.Forms.ToolStripMenuItem
  505.     Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
  506.     Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
  507.     Friend WithEvents ToolStripMenuItem3 As System.Windows.Forms.ToolStripSeparator
  508.     Friend WithEvents strCheckAllLayers As System.Windows.Forms.ToolStripMenuItem
  509.     Friend WithEvents strUncheckAllLayers As System.Windows.Forms.ToolStripMenuItem
  510.     Friend WithEvents strDupeItem As System.Windows.Forms.ToolStripMenuItem
  511.     Friend WithEvents strCopyPoints As System.Windows.Forms.ToolStripMenuItem
  512.     Friend WithEvents strPastePoints As System.Windows.Forms.ToolStripMenuItem
  513.  
  514. End Class