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 - CopyPointsDialog.Designer.vb

CopyPointsDialog.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class CopyPointsDialog
  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.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel
  23.         Me.OK_Button = New System.Windows.Forms.Button
  24.         Me.Cancel_Button = New System.Windows.Forms.Button
  25.         Me.imgPreviewStart = New System.Windows.Forms.PictureBox
  26.         Me.lstPoints = New System.Windows.Forms.CheckedListBox
  27.         Me.TabControl1 = New System.Windows.Forms.TabControl
  28.         Me.TabPage1 = New System.Windows.Forms.TabPage
  29.         Me.TabPage2 = New System.Windows.Forms.TabPage
  30.         Me.imgPreviewEnd = New System.Windows.Forms.PictureBox
  31.         Me.TableLayoutPanel1.SuspendLayout()
  32.         CType(Me.imgPreviewStart, System.ComponentModel.ISupportInitialize).BeginInit()
  33.         Me.TabControl1.SuspendLayout()
  34.         Me.TabPage1.SuspendLayout()
  35.         Me.TabPage2.SuspendLayout()
  36.         CType(Me.imgPreviewEnd, System.ComponentModel.ISupportInitialize).BeginInit()
  37.         Me.SuspendLayout()
  38.         '
  39.         'TableLayoutPanel1
  40.         '
  41.         Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  42.         Me.TableLayoutPanel1.ColumnCount = 2
  43.         Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  44.         Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  45.         Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0)
  46.         Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0)
  47.         Me.TableLayoutPanel1.Location = New System.Drawing.Point(402, 355)
  48.         Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
  49.         Me.TableLayoutPanel1.RowCount = 1
  50.         Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  51.         Me.TableLayoutPanel1.Size = New System.Drawing.Size(146, 29)
  52.         Me.TableLayoutPanel1.TabIndex = 0
  53.         '
  54.         'OK_Button
  55.         '
  56.         Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  57.         Me.OK_Button.Location = New System.Drawing.Point(3, 3)
  58.         Me.OK_Button.Name = "OK_Button"
  59.         Me.OK_Button.Size = New System.Drawing.Size(67, 23)
  60.         Me.OK_Button.TabIndex = 0
  61.         Me.OK_Button.Text = "OK"
  62.         '
  63.         'Cancel_Button
  64.         '
  65.         Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  66.         Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
  67.         Me.Cancel_Button.Location = New System.Drawing.Point(76, 3)
  68.         Me.Cancel_Button.Name = "Cancel_Button"
  69.         Me.Cancel_Button.Size = New System.Drawing.Size(67, 23)
  70.         Me.Cancel_Button.TabIndex = 1
  71.         Me.Cancel_Button.Text = "Annulla"
  72.         '
  73.         'imgPreviewStart
  74.         '
  75.         Me.imgPreviewStart.BackColor = System.Drawing.Color.White
  76.         Me.imgPreviewStart.Dock = System.Windows.Forms.DockStyle.Fill
  77.         Me.imgPreviewStart.Location = New System.Drawing.Point(3, 3)
  78.         Me.imgPreviewStart.Name = "imgPreviewStart"
  79.         Me.imgPreviewStart.Size = New System.Drawing.Size(317, 340)
  80.         Me.imgPreviewStart.TabIndex = 1
  81.         Me.imgPreviewStart.TabStop = False
  82.         '
  83.         'lstPoints
  84.         '
  85.         Me.lstPoints.FormattingEnabled = True
  86.         Me.lstPoints.IntegralHeight = False
  87.         Me.lstPoints.Location = New System.Drawing.Point(349, 12)
  88.         Me.lstPoints.Name = "lstPoints"
  89.         Me.lstPoints.Size = New System.Drawing.Size(199, 337)
  90.         Me.lstPoints.TabIndex = 2
  91.         '
  92.         'TabControl1
  93.         '
  94.         Me.TabControl1.Controls.Add(Me.TabPage1)
  95.         Me.TabControl1.Controls.Add(Me.TabPage2)
  96.         Me.TabControl1.Location = New System.Drawing.Point(12, 12)
  97.         Me.TabControl1.Name = "TabControl1"
  98.         Me.TabControl1.SelectedIndex = 0
  99.         Me.TabControl1.Size = New System.Drawing.Size(331, 372)
  100.         Me.TabControl1.TabIndex = 3
  101.         '
  102.         'TabPage1
  103.         '
  104.         Me.TabPage1.Controls.Add(Me.imgPreviewStart)
  105.         Me.TabPage1.Location = New System.Drawing.Point(4, 22)
  106.         Me.TabPage1.Name = "TabPage1"
  107.         Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
  108.         Me.TabPage1.Size = New System.Drawing.Size(323, 346)
  109.         Me.TabPage1.TabIndex = 0
  110.         Me.TabPage1.Text = "Figura iniziale"
  111.         Me.TabPage1.UseVisualStyleBackColor = True
  112.         '
  113.         'TabPage2
  114.         '
  115.         Me.TabPage2.Controls.Add(Me.imgPreviewEnd)
  116.         Me.TabPage2.Location = New System.Drawing.Point(4, 22)
  117.         Me.TabPage2.Name = "TabPage2"
  118.         Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
  119.         Me.TabPage2.Size = New System.Drawing.Size(323, 346)
  120.         Me.TabPage2.TabIndex = 1
  121.         Me.TabPage2.Text = "Punti copiati"
  122.         Me.TabPage2.UseVisualStyleBackColor = True
  123.         '
  124.         'imgPreviewEnd
  125.         '
  126.         Me.imgPreviewEnd.Dock = System.Windows.Forms.DockStyle.Fill
  127.         Me.imgPreviewEnd.Location = New System.Drawing.Point(3, 3)
  128.         Me.imgPreviewEnd.Name = "imgPreviewEnd"
  129.         Me.imgPreviewEnd.Size = New System.Drawing.Size(317, 340)
  130.         Me.imgPreviewEnd.TabIndex = 0
  131.         Me.imgPreviewEnd.TabStop = False
  132.         '
  133.         'CopyPointsDialog
  134.         '
  135.         Me.AcceptButton = Me.OK_Button
  136.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  137.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  138.         Me.CancelButton = Me.Cancel_Button
  139.         Me.ClientSize = New System.Drawing.Size(560, 396)
  140.         Me.Controls.Add(Me.TabControl1)
  141.         Me.Controls.Add(Me.lstPoints)
  142.         Me.Controls.Add(Me.TableLayoutPanel1)
  143.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  144.         Me.MaximizeBox = False
  145.         Me.MinimizeBox = False
  146.         Me.Name = "CopyPointsDialog"
  147.         Me.ShowInTaskbar = False
  148.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  149.         Me.Text = "Curve Art - Copia punti"
  150.         Me.TableLayoutPanel1.ResumeLayout(False)
  151.         CType(Me.imgPreviewStart, System.ComponentModel.ISupportInitialize).EndInit()
  152.         Me.TabControl1.ResumeLayout(False)
  153.         Me.TabPage1.ResumeLayout(False)
  154.         Me.TabPage2.ResumeLayout(False)
  155.         CType(Me.imgPreviewEnd, System.ComponentModel.ISupportInitialize).EndInit()
  156.         Me.ResumeLayout(False)
  157.  
  158.     End Sub
  159.     Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
  160.     Friend WithEvents OK_Button As System.Windows.Forms.Button
  161.     Friend WithEvents Cancel_Button As System.Windows.Forms.Button
  162.     Friend WithEvents imgPreviewStart As System.Windows.Forms.PictureBox
  163.     Friend WithEvents lstPoints As System.Windows.Forms.CheckedListBox
  164.     Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
  165.     Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
  166.     Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
  167.     Friend WithEvents imgPreviewEnd As System.Windows.Forms.PictureBox
  168.  
  169. End Class