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
QHTML 2.0 - frmNew.Designer.vb

frmNew.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmNew
  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.grpBack = New System.Windows.Forms.GroupBox
  23.         Me.cmbLink = New System.Windows.Forms.ComboBox
  24.         Me.cmbText = New System.Windows.Forms.ComboBox
  25.         Me.cmbBack = New System.Windows.Forms.ComboBox
  26.         Me.rbtActive = New System.Windows.Forms.RadioButton
  27.         Me.rbtVisited = New System.Windows.Forms.RadioButton
  28.         Me.rbtNormal = New System.Windows.Forms.RadioButton
  29.         Me.Label5 = New System.Windows.Forms.Label
  30.         Me.lblText = New System.Windows.Forms.Label
  31.         Me.nudLeft = New System.Windows.Forms.NumericUpDown
  32.         Me.nudRight = New System.Windows.Forms.NumericUpDown
  33.         Me.Label4 = New System.Windows.Forms.Label
  34.         Me.Label3 = New System.Windows.Forms.Label
  35.         Me.Label2 = New System.Windows.Forms.Label
  36.         Me.dudImage = New System.Windows.Forms.DomainUpDown
  37.         Me.Label1 = New System.Windows.Forms.Label
  38.         Me.cmdIMG = New System.Windows.Forms.Button
  39.         Me.lblIMG = New System.Windows.Forms.Label
  40.         Me.lblColor = New System.Windows.Forms.Label
  41.         Me.DColor = New System.Windows.Forms.ColorDialog
  42.         Me.FOpen = New System.Windows.Forms.OpenFileDialog
  43.         Me.grpHead = New System.Windows.Forms.GroupBox
  44.         Me.txtTitle = New System.Windows.Forms.TextBox
  45.         Me.Label6 = New System.Windows.Forms.Label
  46.         Me.cmdOK = New System.Windows.Forms.Button
  47.         Me.grpBack.SuspendLayout()
  48.         CType(Me.nudLeft, System.ComponentModel.ISupportInitialize).BeginInit()
  49.         CType(Me.nudRight, System.ComponentModel.ISupportInitialize).BeginInit()
  50.         Me.grpHead.SuspendLayout()
  51.         Me.SuspendLayout()
  52.         '
  53.         'grpBack
  54.         '
  55.         Me.grpBack.Controls.Add(Me.cmbLink)
  56.         Me.grpBack.Controls.Add(Me.cmbText)
  57.         Me.grpBack.Controls.Add(Me.cmbBack)
  58.         Me.grpBack.Controls.Add(Me.rbtActive)
  59.         Me.grpBack.Controls.Add(Me.rbtVisited)
  60.         Me.grpBack.Controls.Add(Me.rbtNormal)
  61.         Me.grpBack.Controls.Add(Me.Label5)
  62.         Me.grpBack.Controls.Add(Me.lblText)
  63.         Me.grpBack.Controls.Add(Me.nudLeft)
  64.         Me.grpBack.Controls.Add(Me.nudRight)
  65.         Me.grpBack.Controls.Add(Me.Label4)
  66.         Me.grpBack.Controls.Add(Me.Label3)
  67.         Me.grpBack.Controls.Add(Me.Label2)
  68.         Me.grpBack.Controls.Add(Me.dudImage)
  69.         Me.grpBack.Controls.Add(Me.Label1)
  70.         Me.grpBack.Controls.Add(Me.cmdIMG)
  71.         Me.grpBack.Controls.Add(Me.lblIMG)
  72.         Me.grpBack.Controls.Add(Me.lblColor)
  73.         Me.grpBack.Location = New System.Drawing.Point(12, 12)
  74.         Me.grpBack.Name = "grpBack"
  75.         Me.grpBack.Size = New System.Drawing.Size(366, 195)
  76.         Me.grpBack.TabIndex = 0
  77.         Me.grpBack.TabStop = False
  78.         Me.grpBack.Text = "Sfondo"
  79.         '
  80.         'cmbLink
  81.         '
  82.         Me.cmbLink.FormattingEnabled = True
  83.         Me.cmbLink.Items.AddRange(New Object() {"orange", "blue", "white", "yellow", "gray", "brown", "black", "red", "green", "violet"})
  84.         Me.cmbLink.Location = New System.Drawing.Point(187, 155)
  85.         Me.cmbLink.Name = "cmbLink"
  86.         Me.cmbLink.Size = New System.Drawing.Size(173, 21)
  87.         Me.cmbLink.TabIndex = 20
  88.         '
  89.         'cmbText
  90.         '
  91.         Me.cmbText.FormattingEnabled = True
  92.         Me.cmbText.Items.AddRange(New Object() {"orange", "blue", "white", "yellow", "gray", "brown", "black", "red", "green", "violet"})
  93.         Me.cmbText.Location = New System.Drawing.Point(187, 32)
  94.         Me.cmbText.Name = "cmbText"
  95.         Me.cmbText.Size = New System.Drawing.Size(173, 21)
  96.         Me.cmbText.TabIndex = 19
  97.         '
  98.         'cmbBack
  99.         '
  100.         Me.cmbBack.FormattingEnabled = True
  101.         Me.cmbBack.Items.AddRange(New Object() {"orange", "blue", "white", "yellow", "gray", "brown", "black", "red", "green", "violet"})
  102.         Me.cmbBack.Location = New System.Drawing.Point(9, 32)
  103.         Me.cmbBack.Name = "cmbBack"
  104.         Me.cmbBack.Size = New System.Drawing.Size(173, 21)
  105.         Me.cmbBack.TabIndex = 18
  106.         '
  107.         'rbtActive
  108.         '
  109.         Me.rbtActive.AutoSize = True
  110.         Me.rbtActive.Location = New System.Drawing.Point(92, 172)
  111.         Me.rbtActive.Name = "rbtActive"
  112.         Me.rbtActive.Size = New System.Drawing.Size(48, 17)
  113.         Me.rbtActive.TabIndex = 16
  114.         Me.rbtActive.TabStop = True
  115.         Me.rbtActive.Text = "Attivi"
  116.         Me.rbtActive.UseVisualStyleBackColor = True
  117.         '
  118.         'rbtVisited
  119.         '
  120.         Me.rbtVisited.AutoSize = True
  121.         Me.rbtVisited.Location = New System.Drawing.Point(92, 156)
  122.         Me.rbtVisited.Name = "rbtVisited"
  123.         Me.rbtVisited.Size = New System.Drawing.Size(58, 17)
  124.         Me.rbtVisited.TabIndex = 15
  125.         Me.rbtVisited.TabStop = True
  126.         Me.rbtVisited.Text = "Visitati:"
  127.         Me.rbtVisited.UseVisualStyleBackColor = True
  128.         '
  129.         'rbtNormal
  130.         '
  131.         Me.rbtNormal.AutoSize = True
  132.         Me.rbtNormal.Location = New System.Drawing.Point(92, 140)
  133.         Me.rbtNormal.Name = "rbtNormal"
  134.         Me.rbtNormal.Size = New System.Drawing.Size(63, 17)
  135.         Me.rbtNormal.TabIndex = 14
  136.         Me.rbtNormal.TabStop = True
  137.         Me.rbtNormal.Text = "Normali:"
  138.         Me.rbtNormal.UseVisualStyleBackColor = True
  139.         '
  140.         'Label5
  141.         '
  142.         Me.Label5.AutoSize = True
  143.         Me.Label5.Location = New System.Drawing.Point(6, 142)
  144.         Me.Label5.Name = "Label5"
  145.         Me.Label5.Size = New System.Drawing.Size(72, 13)
  146.         Me.Label5.TabIndex = 13
  147.         Me.Label5.Text = "Colori dei link:"
  148.         '
  149.         'lblText
  150.         '
  151.         Me.lblText.AutoSize = True
  152.         Me.lblText.Location = New System.Drawing.Point(184, 16)
  153.         Me.lblText.Name = "lblText"
  154.         Me.lblText.Size = New System.Drawing.Size(83, 13)
  155.         Me.lblText.TabIndex = 11
  156.         Me.lblText.Text = "Colore del testo:"
  157.         '
  158.         'nudLeft
  159.         '
  160.         Me.nudLeft.Location = New System.Drawing.Point(316, 115)
  161.         Me.nudLeft.Name = "nudLeft"
  162.         Me.nudLeft.Size = New System.Drawing.Size(44, 20)
  163.         Me.nudLeft.TabIndex = 10
  164.         '
  165.         'nudRight
  166.         '
  167.         Me.nudRight.Location = New System.Drawing.Point(213, 115)
  168.         Me.nudRight.Name = "nudRight"
  169.         Me.nudRight.Size = New System.Drawing.Size(44, 20)
  170.         Me.nudRight.TabIndex = 9
  171.         '
  172.         'Label4
  173.         '
  174.         Me.Label4.AutoSize = True
  175.         Me.Label4.Location = New System.Drawing.Point(268, 117)
  176.         Me.Label4.Name = "Label4"
  177.         Me.Label4.Size = New System.Drawing.Size(44, 13)
  178.         Me.Label4.TabIndex = 8
  179.         Me.Label4.Text = "Sinistra:"
  180.         '
  181.         'Label3
  182.         '
  183.         Me.Label3.AutoSize = True
  184.         Me.Label3.Location = New System.Drawing.Point(166, 117)
  185.         Me.Label3.Name = "Label3"
  186.         Me.Label3.Size = New System.Drawing.Size(41, 13)
  187.         Me.Label3.TabIndex = 7
  188.         Me.Label3.Text = "Destra:"
  189.         '
  190.         'Label2
  191.         '
  192.         Me.Label2.AutoSize = True
  193.         Me.Label2.Location = New System.Drawing.Point(6, 117)
  194.         Me.Label2.Name = "Label2"
  195.         Me.Label2.Size = New System.Drawing.Size(154, 13)
  196.         Me.Label2.TabIndex = 6
  197.         Me.Label2.Text = "Distanza dai bordi della pagina:"
  198.         '
  199.         'dudImage
  200.         '
  201.         Me.dudImage.Items.Add("Normale ")
  202.         Me.dudImage.Items.Add("Non ripetuta ")
  203.         Me.dudImage.Items.Add("Fissa")
  204.         Me.dudImage.Location = New System.Drawing.Point(229, 85)
  205.         Me.dudImage.Name = "dudImage"
  206.         Me.dudImage.Size = New System.Drawing.Size(131, 20)
  207.         Me.dudImage.TabIndex = 5
  208.         '
  209.         'Label1
  210.         '
  211.         Me.Label1.AutoSize = True
  212.         Me.Label1.Location = New System.Drawing.Point(95, 87)
  213.         Me.Label1.Name = "Label1"
  214.         Me.Label1.Size = New System.Drawing.Size(128, 13)
  215.         Me.Label1.TabIndex = 4
  216.         Me.Label1.Text = "Visualizzazione immagine:"
  217.         '
  218.         'cmdIMG
  219.         '
  220.         Me.cmdIMG.Location = New System.Drawing.Point(6, 82)
  221.         Me.cmdIMG.Name = "cmdIMG"
  222.         Me.cmdIMG.Size = New System.Drawing.Size(83, 22)
  223.         Me.cmdIMG.TabIndex = 3
  224.         Me.cmdIMG.Text = "Cambia"
  225.         Me.cmdIMG.UseVisualStyleBackColor = True
  226.         '
  227.         'lblIMG
  228.         '
  229.         Me.lblIMG.AutoSize = True
  230.         Me.lblIMG.Location = New System.Drawing.Point(6, 66)
  231.         Me.lblIMG.Name = "lblIMG"
  232.         Me.lblIMG.Size = New System.Drawing.Size(101, 13)
  233.         Me.lblIMG.TabIndex = 2
  234.         Me.lblIMG.Text = "Immagine di sfondo:"
  235.         '
  236.         'lblColor
  237.         '
  238.         Me.lblColor.AutoSize = True
  239.         Me.lblColor.Location = New System.Drawing.Point(6, 16)
  240.         Me.lblColor.Name = "lblColor"
  241.         Me.lblColor.Size = New System.Drawing.Size(86, 13)
  242.         Me.lblColor.TabIndex = 0
  243.         Me.lblColor.Text = "Colore di sfondo:"
  244.         '
  245.         'FOpen
  246.         '
  247.         Me.FOpen.FileName = "OpenFileDialog1"
  248.         Me.FOpen.Filter = "File immagine|*.jpg;*.bmp;*.gif;*.png;*.tif;*.jpeg;*.tiff"
  249.         '
  250.         'grpHead
  251.         '
  252.         Me.grpHead.Controls.Add(Me.txtTitle)
  253.         Me.grpHead.Controls.Add(Me.Label6)
  254.         Me.grpHead.Location = New System.Drawing.Point(12, 213)
  255.         Me.grpHead.Name = "grpHead"
  256.         Me.grpHead.Size = New System.Drawing.Size(366, 38)
  257.         Me.grpHead.TabIndex = 1
  258.         Me.grpHead.TabStop = False
  259.         Me.grpHead.Text = "Testa"
  260.         '
  261.         'txtTitle
  262.         '
  263.         Me.txtTitle.Location = New System.Drawing.Point(83, 13)
  264.         Me.txtTitle.Name = "txtTitle"
  265.         Me.txtTitle.Size = New System.Drawing.Size(277, 20)
  266.         Me.txtTitle.TabIndex = 1
  267.         '
  268.         'Label6
  269.         '
  270.         Me.Label6.AutoSize = True
  271.         Me.Label6.Location = New System.Drawing.Point(6, 16)
  272.         Me.Label6.Name = "Label6"
  273.         Me.Label6.Size = New System.Drawing.Size(71, 13)
  274.         Me.Label6.TabIndex = 0
  275.         Me.Label6.Text = "Titolo pagina:"
  276.         '
  277.         'cmdOK
  278.         '
  279.         Me.cmdOK.Location = New System.Drawing.Point(272, 257)
  280.         Me.cmdOK.Name = "cmdOK"
  281.         Me.cmdOK.Size = New System.Drawing.Size(106, 24)
  282.         Me.cmdOK.TabIndex = 2
  283.         Me.cmdOK.Text = "OK"
  284.         Me.cmdOK.UseVisualStyleBackColor = True
  285.         '
  286.         'frmNew
  287.         '
  288.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  289.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  290.         Me.ClientSize = New System.Drawing.Size(390, 291)
  291.         Me.Controls.Add(Me.cmdOK)
  292.         Me.Controls.Add(Me.grpHead)
  293.         Me.Controls.Add(Me.grpBack)
  294.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  295.         Me.MaximizeBox = False
  296.         Me.Name = "frmNew"
  297.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  298.         Me.Text = "Nuovo documento"
  299.         Me.grpBack.ResumeLayout(False)
  300.         Me.grpBack.PerformLayout()
  301.         CType(Me.nudLeft, System.ComponentModel.ISupportInitialize).EndInit()
  302.         CType(Me.nudRight, System.ComponentModel.ISupportInitialize).EndInit()
  303.         Me.grpHead.ResumeLayout(False)
  304.         Me.grpHead.PerformLayout()
  305.         Me.ResumeLayout(False)
  306.  
  307.     End Sub
  308.     Friend WithEvents grpBack As System.Windows.Forms.GroupBox
  309.     Friend WithEvents lblColor As System.Windows.Forms.Label
  310.     Friend WithEvents DColor As System.Windows.Forms.ColorDialog
  311.     Friend WithEvents cmdIMG As System.Windows.Forms.Button
  312.     Friend WithEvents lblIMG As System.Windows.Forms.Label
  313.     Friend WithEvents FOpen As System.Windows.Forms.OpenFileDialog
  314.     Friend WithEvents nudLeft As System.Windows.Forms.NumericUpDown
  315.     Friend WithEvents nudRight As System.Windows.Forms.NumericUpDown
  316.     Friend WithEvents Label4 As System.Windows.Forms.Label
  317.     Friend WithEvents Label3 As System.Windows.Forms.Label
  318.     Friend WithEvents Label2 As System.Windows.Forms.Label
  319.     Friend WithEvents dudImage As System.Windows.Forms.DomainUpDown
  320.     Friend WithEvents Label1 As System.Windows.Forms.Label
  321.     Friend WithEvents lblText As System.Windows.Forms.Label
  322.     Friend WithEvents rbtVisited As System.Windows.Forms.RadioButton
  323.     Friend WithEvents rbtNormal As System.Windows.Forms.RadioButton
  324.     Friend WithEvents Label5 As System.Windows.Forms.Label
  325.     Friend WithEvents rbtActive As System.Windows.Forms.RadioButton
  326.     Friend WithEvents grpHead As System.Windows.Forms.GroupBox
  327.     Friend WithEvents txtTitle As System.Windows.Forms.TextBox
  328.     Friend WithEvents Label6 As System.Windows.Forms.Label
  329.     Friend WithEvents cmdOK As System.Windows.Forms.Button
  330.     Friend WithEvents cmbText As System.Windows.Forms.ComboBox
  331.     Friend WithEvents cmbBack As System.Windows.Forms.ComboBox
  332.     Friend WithEvents cmbLink As System.Windows.Forms.ComboBox
  333. End Class