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

ItemPropertiesDialog.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class ItemPropertiesDialog
  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.grpOutline = New System.Windows.Forms.GroupBox
  26.         Me.chbDrawOutline = New System.Windows.Forms.CheckBox
  27.         Me.pnlColor = New System.Windows.Forms.Panel
  28.         Me.Label2 = New System.Windows.Forms.Label
  29.         Me.nudWidth = New System.Windows.Forms.NumericUpDown
  30.         Me.Label1 = New System.Windows.Forms.Label
  31.         Me.grpFill = New System.Windows.Forms.GroupBox
  32.         Me.chbFill = New System.Windows.Forms.CheckBox
  33.         Me.pnlFillColor = New System.Windows.Forms.Panel
  34.         Me.Label3 = New System.Windows.Forms.Label
  35.         Me.imgPreview = New System.Windows.Forms.PictureBox
  36.         Me.grpBlend = New System.Windows.Forms.GroupBox
  37.         Me.chbBlend = New System.Windows.Forms.CheckBox
  38.         Me.pnlBlendColor = New System.Windows.Forms.Panel
  39.         Me.Label5 = New System.Windows.Forms.Label
  40.         Me.nudBlendAngle = New System.Windows.Forms.NumericUpDown
  41.         Me.Label4 = New System.Windows.Forms.Label
  42.         Me.TableLayoutPanel1.SuspendLayout()
  43.         Me.grpOutline.SuspendLayout()
  44.         CType(Me.nudWidth, System.ComponentModel.ISupportInitialize).BeginInit()
  45.         Me.grpFill.SuspendLayout()
  46.         CType(Me.imgPreview, System.ComponentModel.ISupportInitialize).BeginInit()
  47.         Me.grpBlend.SuspendLayout()
  48.         CType(Me.nudBlendAngle, System.ComponentModel.ISupportInitialize).BeginInit()
  49.         Me.SuspendLayout()
  50.         '
  51.         'TableLayoutPanel1
  52.         '
  53.         Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  54.         Me.TableLayoutPanel1.ColumnCount = 2
  55.         Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  56.         Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  57.         Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0)
  58.         Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0)
  59.         Me.TableLayoutPanel1.Location = New System.Drawing.Point(392, 192)
  60.         Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
  61.         Me.TableLayoutPanel1.RowCount = 1
  62.         Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  63.         Me.TableLayoutPanel1.Size = New System.Drawing.Size(146, 29)
  64.         Me.TableLayoutPanel1.TabIndex = 0
  65.         '
  66.         'OK_Button
  67.         '
  68.         Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  69.         Me.OK_Button.Location = New System.Drawing.Point(3, 3)
  70.         Me.OK_Button.Name = "OK_Button"
  71.         Me.OK_Button.Size = New System.Drawing.Size(67, 23)
  72.         Me.OK_Button.TabIndex = 0
  73.         Me.OK_Button.Text = "OK"
  74.         '
  75.         'Cancel_Button
  76.         '
  77.         Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  78.         Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
  79.         Me.Cancel_Button.Location = New System.Drawing.Point(76, 3)
  80.         Me.Cancel_Button.Name = "Cancel_Button"
  81.         Me.Cancel_Button.Size = New System.Drawing.Size(67, 23)
  82.         Me.Cancel_Button.TabIndex = 1
  83.         Me.Cancel_Button.Text = "Annulla"
  84.         '
  85.         'grpOutline
  86.         '
  87.         Me.grpOutline.Controls.Add(Me.chbDrawOutline)
  88.         Me.grpOutline.Controls.Add(Me.pnlColor)
  89.         Me.grpOutline.Controls.Add(Me.Label2)
  90.         Me.grpOutline.Controls.Add(Me.nudWidth)
  91.         Me.grpOutline.Controls.Add(Me.Label1)
  92.         Me.grpOutline.Location = New System.Drawing.Point(182, 12)
  93.         Me.grpOutline.Name = "grpOutline"
  94.         Me.grpOutline.Size = New System.Drawing.Size(355, 51)
  95.         Me.grpOutline.TabIndex = 1
  96.         Me.grpOutline.TabStop = False
  97.         Me.grpOutline.Text = "Tratto"
  98.         '
  99.         'chbDrawOutline
  100.         '
  101.         Me.chbDrawOutline.AutoSize = True
  102.         Me.chbDrawOutline.Checked = True
  103.         Me.chbDrawOutline.CheckState = System.Windows.Forms.CheckState.Checked
  104.         Me.chbDrawOutline.Location = New System.Drawing.Point(334, 22)
  105.         Me.chbDrawOutline.Name = "chbDrawOutline"
  106.         Me.chbDrawOutline.Size = New System.Drawing.Size(15, 14)
  107.         Me.chbDrawOutline.TabIndex = 5
  108.         Me.chbDrawOutline.UseVisualStyleBackColor = True
  109.         '
  110.         'pnlColor
  111.         '
  112.         Me.pnlColor.BackColor = System.Drawing.Color.Black
  113.         Me.pnlColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  114.         Me.pnlColor.Location = New System.Drawing.Point(228, 18)
  115.         Me.pnlColor.Name = "pnlColor"
  116.         Me.pnlColor.Size = New System.Drawing.Size(62, 20)
  117.         Me.pnlColor.TabIndex = 4
  118.         '
  119.         'Label2
  120.         '
  121.         Me.Label2.AutoSize = True
  122.         Me.Label2.Location = New System.Drawing.Point(182, 20)
  123.         Me.Label2.Name = "Label2"
  124.         Me.Label2.Size = New System.Drawing.Size(40, 13)
  125.         Me.Label2.TabIndex = 3
  126.         Me.Label2.Text = "Colore:"
  127.         '
  128.         'nudWidth
  129.         '
  130.         Me.nudWidth.DecimalPlaces = 1
  131.         Me.nudWidth.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  132.         Me.nudWidth.Location = New System.Drawing.Point(66, 18)
  133.         Me.nudWidth.Maximum = New Decimal(New Integer() {10, 0, 0, 0})
  134.         Me.nudWidth.Minimum = New Decimal(New Integer() {5, 0, 0, 65536})
  135.         Me.nudWidth.Name = "nudWidth"
  136.         Me.nudWidth.Size = New System.Drawing.Size(62, 20)
  137.         Me.nudWidth.TabIndex = 2
  138.         Me.nudWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  139.         Me.nudWidth.Value = New Decimal(New Integer() {17, 0, 0, 65536})
  140.         '
  141.         'Label1
  142.         '
  143.         Me.Label1.AutoSize = True
  144.         Me.Label1.Location = New System.Drawing.Point(6, 20)
  145.         Me.Label1.Name = "Label1"
  146.         Me.Label1.Size = New System.Drawing.Size(54, 13)
  147.         Me.Label1.TabIndex = 0
  148.         Me.Label1.Text = "Spessore:"
  149.         '
  150.         'grpFill
  151.         '
  152.         Me.grpFill.Controls.Add(Me.chbFill)
  153.         Me.grpFill.Controls.Add(Me.pnlFillColor)
  154.         Me.grpFill.Controls.Add(Me.Label3)
  155.         Me.grpFill.Location = New System.Drawing.Point(182, 69)
  156.         Me.grpFill.Name = "grpFill"
  157.         Me.grpFill.Size = New System.Drawing.Size(355, 51)
  158.         Me.grpFill.TabIndex = 2
  159.         Me.grpFill.TabStop = False
  160.         Me.grpFill.Text = "Riempimento"
  161.         '
  162.         'chbFill
  163.         '
  164.         Me.chbFill.AutoSize = True
  165.         Me.chbFill.Location = New System.Drawing.Point(334, 20)
  166.         Me.chbFill.Name = "chbFill"
  167.         Me.chbFill.Size = New System.Drawing.Size(15, 14)
  168.         Me.chbFill.TabIndex = 8
  169.         Me.chbFill.UseVisualStyleBackColor = True
  170.         '
  171.         'pnlFillColor
  172.         '
  173.         Me.pnlFillColor.BackColor = System.Drawing.Color.Black
  174.         Me.pnlFillColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  175.         Me.pnlFillColor.Location = New System.Drawing.Point(66, 19)
  176.         Me.pnlFillColor.Name = "pnlFillColor"
  177.         Me.pnlFillColor.Size = New System.Drawing.Size(62, 20)
  178.         Me.pnlFillColor.TabIndex = 7
  179.         '
  180.         'Label3
  181.         '
  182.         Me.Label3.AutoSize = True
  183.         Me.Label3.Location = New System.Drawing.Point(6, 20)
  184.         Me.Label3.Name = "Label3"
  185.         Me.Label3.Size = New System.Drawing.Size(40, 13)
  186.         Me.Label3.TabIndex = 6
  187.         Me.Label3.Text = "Colore:"
  188.         '
  189.         'imgPreview
  190.         '
  191.         Me.imgPreview.BackColor = System.Drawing.Color.White
  192.         Me.imgPreview.Location = New System.Drawing.Point(12, 12)
  193.         Me.imgPreview.Name = "imgPreview"
  194.         Me.imgPreview.Size = New System.Drawing.Size(164, 165)
  195.         Me.imgPreview.TabIndex = 3
  196.         Me.imgPreview.TabStop = False
  197.         '
  198.         'grpBlend
  199.         '
  200.         Me.grpBlend.Controls.Add(Me.chbBlend)
  201.         Me.grpBlend.Controls.Add(Me.pnlBlendColor)
  202.         Me.grpBlend.Controls.Add(Me.Label5)
  203.         Me.grpBlend.Controls.Add(Me.nudBlendAngle)
  204.         Me.grpBlend.Controls.Add(Me.Label4)
  205.         Me.grpBlend.Location = New System.Drawing.Point(182, 126)
  206.         Me.grpBlend.Name = "grpBlend"
  207.         Me.grpBlend.Size = New System.Drawing.Size(355, 51)
  208.         Me.grpBlend.TabIndex = 4
  209.         Me.grpBlend.TabStop = False
  210.         Me.grpBlend.Text = "Sfumatura"
  211.         '
  212.         'chbBlend
  213.         '
  214.         Me.chbBlend.AutoSize = True
  215.         Me.chbBlend.Location = New System.Drawing.Point(334, 20)
  216.         Me.chbBlend.Name = "chbBlend"
  217.         Me.chbBlend.Size = New System.Drawing.Size(15, 14)
  218.         Me.chbBlend.TabIndex = 4
  219.         Me.chbBlend.UseVisualStyleBackColor = True
  220.         '
  221.         'pnlBlendColor
  222.         '
  223.         Me.pnlBlendColor.BackColor = System.Drawing.Color.Black
  224.         Me.pnlBlendColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  225.         Me.pnlBlendColor.Location = New System.Drawing.Point(228, 19)
  226.         Me.pnlBlendColor.Name = "pnlBlendColor"
  227.         Me.pnlBlendColor.Size = New System.Drawing.Size(62, 20)
  228.         Me.pnlBlendColor.TabIndex = 3
  229.         '
  230.         'Label5
  231.         '
  232.         Me.Label5.AutoSize = True
  233.         Me.Label5.Location = New System.Drawing.Point(182, 20)
  234.         Me.Label5.Name = "Label5"
  235.         Me.Label5.Size = New System.Drawing.Size(40, 13)
  236.         Me.Label5.TabIndex = 2
  237.         Me.Label5.Text = "Colore:"
  238.         '
  239.         'nudBlendAngle
  240.         '
  241.         Me.nudBlendAngle.DecimalPlaces = 1
  242.         Me.nudBlendAngle.Location = New System.Drawing.Point(66, 20)
  243.         Me.nudBlendAngle.Maximum = New Decimal(New Integer() {360, 0, 0, 0})
  244.         Me.nudBlendAngle.Name = "nudBlendAngle"
  245.         Me.nudBlendAngle.Size = New System.Drawing.Size(62, 20)
  246.         Me.nudBlendAngle.TabIndex = 1
  247.         Me.nudBlendAngle.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  248.         '
  249.         'Label4
  250.         '
  251.         Me.Label4.AutoSize = True
  252.         Me.Label4.Location = New System.Drawing.Point(6, 20)
  253.         Me.Label4.Name = "Label4"
  254.         Me.Label4.Size = New System.Drawing.Size(43, 13)
  255.         Me.Label4.TabIndex = 0
  256.         Me.Label4.Text = "Angolo:"
  257.         '
  258.         'ItemPropertiesDialog
  259.         '
  260.         Me.AcceptButton = Me.OK_Button
  261.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  262.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  263.         Me.CancelButton = Me.Cancel_Button
  264.         Me.ClientSize = New System.Drawing.Size(551, 233)
  265.         Me.Controls.Add(Me.grpBlend)
  266.         Me.Controls.Add(Me.imgPreview)
  267.         Me.Controls.Add(Me.grpFill)
  268.         Me.Controls.Add(Me.grpOutline)
  269.         Me.Controls.Add(Me.TableLayoutPanel1)
  270.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  271.         Me.MaximizeBox = False
  272.         Me.MinimizeBox = False
  273.         Me.Name = "ItemPropertiesDialog"
  274.         Me.ShowInTaskbar = False
  275.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  276.         Me.Text = "Curve Art - Proprietà oggetto"
  277.         Me.TableLayoutPanel1.ResumeLayout(False)
  278.         Me.grpOutline.ResumeLayout(False)
  279.         Me.grpOutline.PerformLayout()
  280.         CType(Me.nudWidth, System.ComponentModel.ISupportInitialize).EndInit()
  281.         Me.grpFill.ResumeLayout(False)
  282.         Me.grpFill.PerformLayout()
  283.         CType(Me.imgPreview, System.ComponentModel.ISupportInitialize).EndInit()
  284.         Me.grpBlend.ResumeLayout(False)
  285.         Me.grpBlend.PerformLayout()
  286.         CType(Me.nudBlendAngle, System.ComponentModel.ISupportInitialize).EndInit()
  287.         Me.ResumeLayout(False)
  288.  
  289.     End Sub
  290.     Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
  291.     Friend WithEvents OK_Button As System.Windows.Forms.Button
  292.     Friend WithEvents Cancel_Button As System.Windows.Forms.Button
  293.     Friend WithEvents grpOutline As System.Windows.Forms.GroupBox
  294.     Friend WithEvents nudWidth As System.Windows.Forms.NumericUpDown
  295.     Friend WithEvents Label1 As System.Windows.Forms.Label
  296.     Friend WithEvents chbDrawOutline As System.Windows.Forms.CheckBox
  297.     Friend WithEvents pnlColor As System.Windows.Forms.Panel
  298.     Friend WithEvents Label2 As System.Windows.Forms.Label
  299.     Friend WithEvents grpFill As System.Windows.Forms.GroupBox
  300.     Friend WithEvents chbFill As System.Windows.Forms.CheckBox
  301.     Friend WithEvents pnlFillColor As System.Windows.Forms.Panel
  302.     Friend WithEvents Label3 As System.Windows.Forms.Label
  303.     Friend WithEvents imgPreview As System.Windows.Forms.PictureBox
  304.     Friend WithEvents grpBlend As System.Windows.Forms.GroupBox
  305.     Friend WithEvents pnlBlendColor As System.Windows.Forms.Panel
  306.     Friend WithEvents Label5 As System.Windows.Forms.Label
  307.     Friend WithEvents nudBlendAngle As System.Windows.Forms.NumericUpDown
  308.     Friend WithEvents Label4 As System.Windows.Forms.Label
  309.     Friend WithEvents chbBlend As System.Windows.Forms.CheckBox
  310.  
  311. End Class