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

frmFrame.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmFrame
  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.Label1 = New System.Windows.Forms.Label
  23.         Me.dudColor = New System.Windows.Forms.DomainUpDown
  24.         Me.chbBorder = New System.Windows.Forms.CheckBox
  25.         Me.grpSize = New System.Windows.Forms.GroupBox
  26.         Me.txtVal = New System.Windows.Forms.TextBox
  27.         Me.Label3 = New System.Windows.Forms.Label
  28.         Me.rbtPart = New System.Windows.Forms.RadioButton
  29.         Me.rbtPercentage = New System.Windows.Forms.RadioButton
  30.         Me.rbtPixel = New System.Windows.Forms.RadioButton
  31.         Me.ComboBox1 = New System.Windows.Forms.ComboBox
  32.         Me.Label2 = New System.Windows.Forms.Label
  33.         Me.gdrpFrameset = New System.Windows.Forms.GroupBox
  34.         Me.gdrFrame = New System.Windows.Forms.GroupBox
  35.         Me.nudMWidth = New System.Windows.Forms.NumericUpDown
  36.         Me.nudMHeight = New System.Windows.Forms.NumericUpDown
  37.         Me.Label7 = New System.Windows.Forms.Label
  38.         Me.Label6 = New System.Windows.Forms.Label
  39.         Me.txtURL = New System.Windows.Forms.TextBox
  40.         Me.Label5 = New System.Windows.Forms.Label
  41.         Me.txtName = New System.Windows.Forms.TextBox
  42.         Me.Label4 = New System.Windows.Forms.Label
  43.         Me.chbRedim = New System.Windows.Forms.CheckBox
  44.         Me.Label8 = New System.Windows.Forms.Label
  45.         Me.cmbScroll = New System.Windows.Forms.ComboBox
  46.         Me.cmdAdd = New System.Windows.Forms.Button
  47.         Me.cmdRemove = New System.Windows.Forms.Button
  48.         Me.lstFrames = New System.Windows.Forms.ListBox
  49.         Me.cmdOK = New System.Windows.Forms.Button
  50.         Me.cmdConfirm = New System.Windows.Forms.Button
  51.         Me.grpSize.SuspendLayout()
  52.         Me.gdrpFrameset.SuspendLayout()
  53.         Me.gdrFrame.SuspendLayout()
  54.         CType(Me.nudMWidth, System.ComponentModel.ISupportInitialize).BeginInit()
  55.         CType(Me.nudMHeight, System.ComponentModel.ISupportInitialize).BeginInit()
  56.         Me.SuspendLayout()
  57.         '
  58.         'Label1
  59.         '
  60.         Me.Label1.AutoSize = True
  61.         Me.Label1.Location = New System.Drawing.Point(6, 16)
  62.         Me.Label1.Name = "Label1"
  63.         Me.Label1.Size = New System.Drawing.Size(87, 13)
  64.         Me.Label1.TabIndex = 0
  65.         Me.Label1.Text = "Colore del bordo:"
  66.         '
  67.         'dudColor
  68.         '
  69.         Me.dudColor.Items.Add("orange")
  70.         Me.dudColor.Items.Add("blue")
  71.         Me.dudColor.Items.Add("white")
  72.         Me.dudColor.Items.Add("yellow")
  73.         Me.dudColor.Items.Add("gray")
  74.         Me.dudColor.Items.Add("brown")
  75.         Me.dudColor.Items.Add("black")
  76.         Me.dudColor.Items.Add("red")
  77.         Me.dudColor.Items.Add("green")
  78.         Me.dudColor.Items.Add("violet")
  79.         Me.dudColor.Location = New System.Drawing.Point(99, 14)
  80.         Me.dudColor.Name = "dudColor"
  81.         Me.dudColor.Size = New System.Drawing.Size(169, 20)
  82.         Me.dudColor.TabIndex = 1
  83.         Me.dudColor.Text = "black"
  84.         '
  85.         'chbBorder
  86.         '
  87.         Me.chbBorder.AutoSize = True
  88.         Me.chbBorder.Location = New System.Drawing.Point(9, 43)
  89.         Me.chbBorder.Name = "chbBorder"
  90.         Me.chbBorder.Size = New System.Drawing.Size(149, 17)
  91.         Me.chbBorder.TabIndex = 2
  92.         Me.chbBorder.Text = "Bordo esterno visualizzato"
  93.         Me.chbBorder.UseVisualStyleBackColor = True
  94.         '
  95.         'grpSize
  96.         '
  97.         Me.grpSize.Controls.Add(Me.cmdConfirm)
  98.         Me.grpSize.Controls.Add(Me.txtVal)
  99.         Me.grpSize.Controls.Add(Me.Label3)
  100.         Me.grpSize.Controls.Add(Me.rbtPart)
  101.         Me.grpSize.Controls.Add(Me.rbtPercentage)
  102.         Me.grpSize.Controls.Add(Me.rbtPixel)
  103.         Me.grpSize.Controls.Add(Me.ComboBox1)
  104.         Me.grpSize.Controls.Add(Me.Label2)
  105.         Me.grpSize.Location = New System.Drawing.Point(6, 66)
  106.         Me.grpSize.Name = "grpSize"
  107.         Me.grpSize.Size = New System.Drawing.Size(262, 202)
  108.         Me.grpSize.TabIndex = 3
  109.         Me.grpSize.TabStop = False
  110.         Me.grpSize.Text = "Dimensioni"
  111.         '
  112.         'txtVal
  113.         '
  114.         Me.txtVal.Location = New System.Drawing.Point(9, 147)
  115.         Me.txtVal.Name = "txtVal"
  116.         Me.txtVal.Size = New System.Drawing.Size(247, 20)
  117.         Me.txtVal.TabIndex = 6
  118.         '
  119.         'Label3
  120.         '
  121.         Me.Label3.AutoSize = True
  122.         Me.Label3.Location = New System.Drawing.Point(6, 106)
  123.         Me.Label3.Name = "Label3"
  124.         Me.Label3.Size = New System.Drawing.Size(254, 39)
  125.         Me.Label3.TabIndex = 5
  126.         Me.Label3.Text = "Valori (immettere i valori separati da virgole; " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "i valori indicano le dimensioni" & _
  127.             " in pixel, in percentuale " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "o in parti):"
  128.         '
  129.         'rbtPart
  130.         '
  131.         Me.rbtPart.AutoSize = True
  132.         Me.rbtPart.Location = New System.Drawing.Point(9, 86)
  133.         Me.rbtPart.Name = "rbtPart"
  134.         Me.rbtPart.Size = New System.Drawing.Size(105, 17)
  135.         Me.rbtPart.TabIndex = 4
  136.         Me.rbtPart.Text = "Divisione in parti:"
  137.         Me.rbtPart.UseVisualStyleBackColor = True
  138.         '
  139.         'rbtPercentage
  140.         '
  141.         Me.rbtPercentage.AutoSize = True
  142.         Me.rbtPercentage.Location = New System.Drawing.Point(9, 63)
  143.         Me.rbtPercentage.Name = "rbtPercentage"
  144.         Me.rbtPercentage.Size = New System.Drawing.Size(149, 17)
  145.         Me.rbtPercentage.TabIndex = 3
  146.         Me.rbtPercentage.Text = "Dimensioni in percentuale:"
  147.         Me.rbtPercentage.UseVisualStyleBackColor = True
  148.         '
  149.         'rbtPixel
  150.         '
  151.         Me.rbtPixel.AutoSize = True
  152.         Me.rbtPixel.Checked = True
  153.         Me.rbtPixel.Location = New System.Drawing.Point(9, 40)
  154.         Me.rbtPixel.Name = "rbtPixel"
  155.         Me.rbtPixel.Size = New System.Drawing.Size(114, 17)
  156.         Me.rbtPixel.TabIndex = 2
  157.         Me.rbtPixel.TabStop = True
  158.         Me.rbtPixel.Text = "Dimensioni in pixel:"
  159.         Me.rbtPixel.UseVisualStyleBackColor = True
  160.         '
  161.         'ComboBox1
  162.         '
  163.         Me.ComboBox1.FormattingEnabled = True
  164.         Me.ComboBox1.Items.AddRange(New Object() {"Colonne", "Righe"})
  165.         Me.ComboBox1.Location = New System.Drawing.Point(43, 13)
  166.         Me.ComboBox1.Name = "ComboBox1"
  167.         Me.ComboBox1.Size = New System.Drawing.Size(213, 21)
  168.         Me.ComboBox1.TabIndex = 1
  169.         Me.ComboBox1.Text = "Colonna"
  170.         '
  171.         'Label2
  172.         '
  173.         Me.Label2.AutoSize = True
  174.         Me.Label2.Location = New System.Drawing.Point(6, 16)
  175.         Me.Label2.Name = "Label2"
  176.         Me.Label2.Size = New System.Drawing.Size(31, 13)
  177.         Me.Label2.TabIndex = 0
  178.         Me.Label2.Text = "Tipo:"
  179.         '
  180.         'gdrpFrameset
  181.         '
  182.         Me.gdrpFrameset.Controls.Add(Me.Label1)
  183.         Me.gdrpFrameset.Controls.Add(Me.dudColor)
  184.         Me.gdrpFrameset.Controls.Add(Me.grpSize)
  185.         Me.gdrpFrameset.Controls.Add(Me.chbBorder)
  186.         Me.gdrpFrameset.Location = New System.Drawing.Point(12, 9)
  187.         Me.gdrpFrameset.Name = "gdrpFrameset"
  188.         Me.gdrpFrameset.Size = New System.Drawing.Size(282, 274)
  189.         Me.gdrpFrameset.TabIndex = 5
  190.         Me.gdrpFrameset.TabStop = False
  191.         Me.gdrpFrameset.Text = "Frameset"
  192.         '
  193.         'gdrFrame
  194.         '
  195.         Me.gdrFrame.Controls.Add(Me.lstFrames)
  196.         Me.gdrFrame.Controls.Add(Me.cmdRemove)
  197.         Me.gdrFrame.Controls.Add(Me.cmdAdd)
  198.         Me.gdrFrame.Controls.Add(Me.cmbScroll)
  199.         Me.gdrFrame.Controls.Add(Me.Label8)
  200.         Me.gdrFrame.Controls.Add(Me.chbRedim)
  201.         Me.gdrFrame.Controls.Add(Me.nudMWidth)
  202.         Me.gdrFrame.Controls.Add(Me.nudMHeight)
  203.         Me.gdrFrame.Controls.Add(Me.Label7)
  204.         Me.gdrFrame.Controls.Add(Me.Label6)
  205.         Me.gdrFrame.Controls.Add(Me.txtURL)
  206.         Me.gdrFrame.Controls.Add(Me.Label5)
  207.         Me.gdrFrame.Controls.Add(Me.txtName)
  208.         Me.gdrFrame.Controls.Add(Me.Label4)
  209.         Me.gdrFrame.Location = New System.Drawing.Point(300, 9)
  210.         Me.gdrFrame.Name = "gdrFrame"
  211.         Me.gdrFrame.Size = New System.Drawing.Size(282, 246)
  212.         Me.gdrFrame.TabIndex = 6
  213.         Me.gdrFrame.TabStop = False
  214.         Me.gdrFrame.Text = "Frames singoli"
  215.         '
  216.         'nudMWidth
  217.         '
  218.         Me.nudMWidth.Location = New System.Drawing.Point(110, 85)
  219.         Me.nudMWidth.Name = "nudMWidth"
  220.         Me.nudMWidth.Size = New System.Drawing.Size(42, 20)
  221.         Me.nudMWidth.TabIndex = 7
  222.         '
  223.         'nudMHeight
  224.         '
  225.         Me.nudMHeight.Location = New System.Drawing.Point(110, 62)
  226.         Me.nudMHeight.Name = "nudMHeight"
  227.         Me.nudMHeight.Size = New System.Drawing.Size(42, 20)
  228.         Me.nudMHeight.TabIndex = 6
  229.         '
  230.         'Label7
  231.         '
  232.         Me.Label7.AutoSize = True
  233.         Me.Label7.Location = New System.Drawing.Point(6, 87)
  234.         Me.Label7.Name = "Label7"
  235.         Me.Label7.Size = New System.Drawing.Size(94, 13)
  236.         Me.Label7.TabIndex = 5
  237.         Me.Label7.Text = "Largheza margine:"
  238.         '
  239.         'Label6
  240.         '
  241.         Me.Label6.AutoSize = True
  242.         Me.Label6.Location = New System.Drawing.Point(6, 64)
  243.         Me.Label6.Name = "Label6"
  244.         Me.Label6.Size = New System.Drawing.Size(84, 13)
  245.         Me.Label6.TabIndex = 4
  246.         Me.Label6.Text = "Altezza margine:"
  247.         '
  248.         'txtURL
  249.         '
  250.         Me.txtURL.Location = New System.Drawing.Point(50, 36)
  251.         Me.txtURL.Name = "txtURL"
  252.         Me.txtURL.Size = New System.Drawing.Size(226, 20)
  253.         Me.txtURL.TabIndex = 3
  254.         '
  255.         'Label5
  256.         '
  257.         Me.Label5.AutoSize = True
  258.         Me.Label5.Location = New System.Drawing.Point(6, 43)
  259.         Me.Label5.Name = "Label5"
  260.         Me.Label5.Size = New System.Drawing.Size(32, 13)
  261.         Me.Label5.TabIndex = 2
  262.         Me.Label5.Text = "URL:"
  263.         '
  264.         'txtName
  265.         '
  266.         Me.txtName.Location = New System.Drawing.Point(50, 13)
  267.         Me.txtName.Name = "txtName"
  268.         Me.txtName.Size = New System.Drawing.Size(226, 20)
  269.         Me.txtName.TabIndex = 1
  270.         '
  271.         'Label4
  272.         '
  273.         Me.Label4.AutoSize = True
  274.         Me.Label4.Location = New System.Drawing.Point(6, 16)
  275.         Me.Label4.Name = "Label4"
  276.         Me.Label4.Size = New System.Drawing.Size(38, 13)
  277.         Me.Label4.TabIndex = 0
  278.         Me.Label4.Text = "Nome:"
  279.         '
  280.         'chbRedim
  281.         '
  282.         Me.chbRedim.AutoSize = True
  283.         Me.chbRedim.Location = New System.Drawing.Point(158, 62)
  284.         Me.chbRedim.Name = "chbRedim"
  285.         Me.chbRedim.Size = New System.Drawing.Size(120, 43)
  286.         Me.chbRedim.TabIndex = 8
  287.         Me.chbRedim.Text = "E' possibile adattare" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "il frame alla pagina" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "web."
  288.         Me.chbRedim.UseVisualStyleBackColor = True
  289.         '
  290.         'Label8
  291.         '
  292.         Me.Label8.AutoSize = True
  293.         Me.Label8.Location = New System.Drawing.Point(6, 114)
  294.         Me.Label8.Name = "Label8"
  295.         Me.Label8.Size = New System.Drawing.Size(103, 13)
  296.         Me.Label8.TabIndex = 9
  297.         Me.Label8.Text = "Barre di scorrimento:"
  298.         '
  299.         'cmbScroll
  300.         '
  301.         Me.cmbScroll.FormattingEnabled = True
  302.         Me.cmbScroll.Items.AddRange(New Object() {"auto", "yes", "no"})
  303.         Me.cmbScroll.Location = New System.Drawing.Point(115, 111)
  304.         Me.cmbScroll.Name = "cmbScroll"
  305.         Me.cmbScroll.Size = New System.Drawing.Size(161, 21)
  306.         Me.cmbScroll.TabIndex = 10
  307.         Me.cmbScroll.Text = "auto"
  308.         '
  309.         'cmdAdd
  310.         '
  311.         Me.cmdAdd.Location = New System.Drawing.Point(193, 138)
  312.         Me.cmdAdd.Name = "cmdAdd"
  313.         Me.cmdAdd.Size = New System.Drawing.Size(83, 25)
  314.         Me.cmdAdd.TabIndex = 11
  315.         Me.cmdAdd.Text = "Aggiungi"
  316.         Me.cmdAdd.UseVisualStyleBackColor = True
  317.         '
  318.         'cmdRemove
  319.         '
  320.         Me.cmdRemove.Location = New System.Drawing.Point(104, 138)
  321.         Me.cmdRemove.Name = "cmdRemove"
  322.         Me.cmdRemove.Size = New System.Drawing.Size(83, 25)
  323.         Me.cmdRemove.TabIndex = 12
  324.         Me.cmdRemove.Text = "Rimuovi"
  325.         Me.cmdRemove.UseVisualStyleBackColor = True
  326.         '
  327.         'lstFrames
  328.         '
  329.         Me.lstFrames.FormattingEnabled = True
  330.         Me.lstFrames.Location = New System.Drawing.Point(9, 169)
  331.         Me.lstFrames.Name = "lstFrames"
  332.         Me.lstFrames.Size = New System.Drawing.Size(267, 69)
  333.         Me.lstFrames.TabIndex = 13
  334.         '
  335.         'cmdOK
  336.         '
  337.         Me.cmdOK.Location = New System.Drawing.Point(493, 261)
  338.         Me.cmdOK.Name = "cmdOK"
  339.         Me.cmdOK.Size = New System.Drawing.Size(89, 27)
  340.         Me.cmdOK.TabIndex = 7
  341.         Me.cmdOK.Text = "OK"
  342.         Me.cmdOK.UseVisualStyleBackColor = True
  343.         '
  344.         'cmdConfirm
  345.         '
  346.         Me.cmdConfirm.Location = New System.Drawing.Point(175, 173)
  347.         Me.cmdConfirm.Name = "cmdConfirm"
  348.         Me.cmdConfirm.Size = New System.Drawing.Size(81, 23)
  349.         Me.cmdConfirm.TabIndex = 7
  350.         Me.cmdConfirm.Text = "Conferma"
  351.         Me.cmdConfirm.UseVisualStyleBackColor = True
  352.         '
  353.         'frmFrame
  354.         '
  355.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  356.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  357.         Me.ClientSize = New System.Drawing.Size(597, 295)
  358.         Me.Controls.Add(Me.cmdOK)
  359.         Me.Controls.Add(Me.gdrFrame)
  360.         Me.Controls.Add(Me.gdrpFrameset)
  361.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  362.         Me.MaximizeBox = False
  363.         Me.Name = "frmFrame"
  364.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  365.         Me.Text = "Creazione di un frameset"
  366.         Me.grpSize.ResumeLayout(False)
  367.         Me.grpSize.PerformLayout()
  368.         Me.gdrpFrameset.ResumeLayout(False)
  369.         Me.gdrpFrameset.PerformLayout()
  370.         Me.gdrFrame.ResumeLayout(False)
  371.         Me.gdrFrame.PerformLayout()
  372.         CType(Me.nudMWidth, System.ComponentModel.ISupportInitialize).EndInit()
  373.         CType(Me.nudMHeight, System.ComponentModel.ISupportInitialize).EndInit()
  374.         Me.ResumeLayout(False)
  375.  
  376.     End Sub
  377.     Friend WithEvents Label1 As System.Windows.Forms.Label
  378.     Friend WithEvents dudColor As System.Windows.Forms.DomainUpDown
  379.     Friend WithEvents chbBorder As System.Windows.Forms.CheckBox
  380.     Friend WithEvents grpSize As System.Windows.Forms.GroupBox
  381.     Friend WithEvents rbtPart As System.Windows.Forms.RadioButton
  382.     Friend WithEvents rbtPercentage As System.Windows.Forms.RadioButton
  383.     Friend WithEvents rbtPixel As System.Windows.Forms.RadioButton
  384.     Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
  385.     Friend WithEvents Label2 As System.Windows.Forms.Label
  386.     Friend WithEvents txtVal As System.Windows.Forms.TextBox
  387.     Friend WithEvents Label3 As System.Windows.Forms.Label
  388.     Friend WithEvents gdrpFrameset As System.Windows.Forms.GroupBox
  389.     Friend WithEvents gdrFrame As System.Windows.Forms.GroupBox
  390.     Friend WithEvents txtName As System.Windows.Forms.TextBox
  391.     Friend WithEvents Label4 As System.Windows.Forms.Label
  392.     Friend WithEvents nudMWidth As System.Windows.Forms.NumericUpDown
  393.     Friend WithEvents nudMHeight As System.Windows.Forms.NumericUpDown
  394.     Friend WithEvents Label7 As System.Windows.Forms.Label
  395.     Friend WithEvents Label6 As System.Windows.Forms.Label
  396.     Friend WithEvents txtURL As System.Windows.Forms.TextBox
  397.     Friend WithEvents Label5 As System.Windows.Forms.Label
  398.     Friend WithEvents cmbScroll As System.Windows.Forms.ComboBox
  399.     Friend WithEvents Label8 As System.Windows.Forms.Label
  400.     Friend WithEvents chbRedim As System.Windows.Forms.CheckBox
  401.     Friend WithEvents lstFrames As System.Windows.Forms.ListBox
  402.     Friend WithEvents cmdRemove As System.Windows.Forms.Button
  403.     Friend WithEvents cmdAdd As System.Windows.Forms.Button
  404.     Friend WithEvents cmdOK As System.Windows.Forms.Button
  405.     Friend WithEvents cmdConfirm As System.Windows.Forms.Button
  406. End Class