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

frmButton.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmButton
  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.TabControl = New System.Windows.Forms.TabControl
  23.         Me.tabSimple = New System.Windows.Forms.TabPage
  24.         Me.cmdOK = New System.Windows.Forms.Button
  25.         Me.txtText = New System.Windows.Forms.TextBox
  26.         Me.Label2 = New System.Windows.Forms.Label
  27.         Me.Label1 = New System.Windows.Forms.Label
  28.         Me.cmbType = New System.Windows.Forms.ComboBox
  29.         Me.tabHard = New System.Windows.Forms.TabPage
  30.         Me.cmdOK2 = New System.Windows.Forms.Button
  31.         Me.txtHTML = New System.Windows.Forms.TextBox
  32.         Me.Label5 = New System.Windows.Forms.Label
  33.         Me.Label4 = New System.Windows.Forms.Label
  34.         Me.txtName = New System.Windows.Forms.TextBox
  35.         Me.cmbType2 = New System.Windows.Forms.ComboBox
  36.         Me.Label3 = New System.Windows.Forms.Label
  37.         Me.tabImage = New System.Windows.Forms.TabPage
  38.         Me.nudWidth = New System.Windows.Forms.NumericUpDown
  39.         Me.nudHeight = New System.Windows.Forms.NumericUpDown
  40.         Me.txtTip = New System.Windows.Forms.TextBox
  41.         Me.txtTitle = New System.Windows.Forms.TextBox
  42.         Me.Label11 = New System.Windows.Forms.Label
  43.         Me.Label10 = New System.Windows.Forms.Label
  44.         Me.Label9 = New System.Windows.Forms.Label
  45.         Me.Label8 = New System.Windows.Forms.Label
  46.         Me.txtURL = New System.Windows.Forms.TextBox
  47.         Me.Label7 = New System.Windows.Forms.Label
  48.         Me.txtName3 = New System.Windows.Forms.TextBox
  49.         Me.Label6 = New System.Windows.Forms.Label
  50.         Me.cmdOK3 = New System.Windows.Forms.Button
  51.         Me.chbEnabled = New System.Windows.Forms.CheckBox
  52.         Me.TabControl.SuspendLayout()
  53.         Me.tabSimple.SuspendLayout()
  54.         Me.tabHard.SuspendLayout()
  55.         Me.tabImage.SuspendLayout()
  56.         CType(Me.nudWidth, System.ComponentModel.ISupportInitialize).BeginInit()
  57.         CType(Me.nudHeight, System.ComponentModel.ISupportInitialize).BeginInit()
  58.         Me.SuspendLayout()
  59.         '
  60.         'TabControl
  61.         '
  62.         Me.TabControl.Controls.Add(Me.tabSimple)
  63.         Me.TabControl.Controls.Add(Me.tabHard)
  64.         Me.TabControl.Controls.Add(Me.tabImage)
  65.         Me.TabControl.Location = New System.Drawing.Point(0, 32)
  66.         Me.TabControl.Name = "TabControl"
  67.         Me.TabControl.SelectedIndex = 0
  68.         Me.TabControl.Size = New System.Drawing.Size(295, 266)
  69.         Me.TabControl.TabIndex = 0
  70.         '
  71.         'tabSimple
  72.         '
  73.         Me.tabSimple.Controls.Add(Me.cmdOK)
  74.         Me.tabSimple.Controls.Add(Me.txtText)
  75.         Me.tabSimple.Controls.Add(Me.Label2)
  76.         Me.tabSimple.Controls.Add(Me.Label1)
  77.         Me.tabSimple.Controls.Add(Me.cmbType)
  78.         Me.tabSimple.Location = New System.Drawing.Point(4, 22)
  79.         Me.tabSimple.Name = "tabSimple"
  80.         Me.tabSimple.Padding = New System.Windows.Forms.Padding(3)
  81.         Me.tabSimple.Size = New System.Drawing.Size(287, 242)
  82.         Me.tabSimple.TabIndex = 0
  83.         Me.tabSimple.Text = "Pulsante semplice"
  84.         Me.tabSimple.UseVisualStyleBackColor = True
  85.         '
  86.         'cmdOK
  87.         '
  88.         Me.cmdOK.Location = New System.Drawing.Point(194, 206)
  89.         Me.cmdOK.Name = "cmdOK"
  90.         Me.cmdOK.Size = New System.Drawing.Size(82, 26)
  91.         Me.cmdOK.TabIndex = 4
  92.         Me.cmdOK.Text = "OK"
  93.         Me.cmdOK.UseVisualStyleBackColor = True
  94.         '
  95.         'txtText
  96.         '
  97.         Me.txtText.Location = New System.Drawing.Point(94, 33)
  98.         Me.txtText.Name = "txtText"
  99.         Me.txtText.Size = New System.Drawing.Size(182, 20)
  100.         Me.txtText.TabIndex = 3
  101.         '
  102.         'Label2
  103.         '
  104.         Me.Label2.AutoSize = True
  105.         Me.Label2.Location = New System.Drawing.Point(3, 36)
  106.         Me.Label2.Name = "Label2"
  107.         Me.Label2.Size = New System.Drawing.Size(37, 13)
  108.         Me.Label2.TabIndex = 2
  109.         Me.Label2.Text = "Testo:"
  110.         '
  111.         'Label1
  112.         '
  113.         Me.Label1.AutoSize = True
  114.         Me.Label1.Location = New System.Drawing.Point(3, 9)
  115.         Me.Label1.Name = "Label1"
  116.         Me.Label1.Size = New System.Drawing.Size(85, 13)
  117.         Me.Label1.TabIndex = 1
  118.         Me.Label1.Text = "Tipo di pulsante:"
  119.         '
  120.         'cmbType
  121.         '
  122.         Me.cmbType.FormattingEnabled = True
  123.         Me.cmbType.Items.AddRange(New Object() {"Pulsante normale", "Pulsante di conferma", "Pulsante di reset"})
  124.         Me.cmbType.Location = New System.Drawing.Point(94, 6)
  125.         Me.cmbType.Name = "cmbType"
  126.         Me.cmbType.Size = New System.Drawing.Size(182, 21)
  127.         Me.cmbType.TabIndex = 0
  128.         '
  129.         'tabHard
  130.         '
  131.         Me.tabHard.Controls.Add(Me.cmdOK2)
  132.         Me.tabHard.Controls.Add(Me.txtHTML)
  133.         Me.tabHard.Controls.Add(Me.Label5)
  134.         Me.tabHard.Controls.Add(Me.Label4)
  135.         Me.tabHard.Controls.Add(Me.txtName)
  136.         Me.tabHard.Controls.Add(Me.cmbType2)
  137.         Me.tabHard.Controls.Add(Me.Label3)
  138.         Me.tabHard.Location = New System.Drawing.Point(4, 22)
  139.         Me.tabHard.Name = "tabHard"
  140.         Me.tabHard.Padding = New System.Windows.Forms.Padding(3)
  141.         Me.tabHard.Size = New System.Drawing.Size(287, 240)
  142.         Me.tabHard.TabIndex = 1
  143.         Me.tabHard.Text = "Pulsante complesso"
  144.         Me.tabHard.UseVisualStyleBackColor = True
  145.         '
  146.         'cmdOK2
  147.         '
  148.         Me.cmdOK2.Location = New System.Drawing.Point(197, 207)
  149.         Me.cmdOK2.Name = "cmdOK2"
  150.         Me.cmdOK2.Size = New System.Drawing.Size(79, 25)
  151.         Me.cmdOK2.TabIndex = 6
  152.         Me.cmdOK2.Text = "OK"
  153.         Me.cmdOK2.UseVisualStyleBackColor = True
  154.         '
  155.         'txtHTML
  156.         '
  157.         Me.txtHTML.Location = New System.Drawing.Point(9, 75)
  158.         Me.txtHTML.Multiline = True
  159.         Me.txtHTML.Name = "txtHTML"
  160.         Me.txtHTML.Size = New System.Drawing.Size(267, 126)
  161.         Me.txtHTML.TabIndex = 5
  162.         '
  163.         'Label5
  164.         '
  165.         Me.Label5.AutoSize = True
  166.         Me.Label5.Location = New System.Drawing.Point(6, 59)
  167.         Me.Label5.Name = "Label5"
  168.         Me.Label5.Size = New System.Drawing.Size(114, 13)
  169.         Me.Label5.TabIndex = 4
  170.         Me.Label5.Text = "Testo o codice HTML:"
  171.         '
  172.         'Label4
  173.         '
  174.         Me.Label4.AutoSize = True
  175.         Me.Label4.Location = New System.Drawing.Point(6, 35)
  176.         Me.Label4.Name = "Label4"
  177.         Me.Label4.Size = New System.Drawing.Size(31, 13)
  178.         Me.Label4.TabIndex = 3
  179.         Me.Label4.Text = "Tipo:"
  180.         '
  181.         'txtName
  182.         '
  183.         Me.txtName.Location = New System.Drawing.Point(52, 6)
  184.         Me.txtName.Name = "txtName"
  185.         Me.txtName.Size = New System.Drawing.Size(224, 20)
  186.         Me.txtName.TabIndex = 2
  187.         '
  188.         'cmbType2
  189.         '
  190.         Me.cmbType2.FormattingEnabled = True
  191.         Me.cmbType2.Items.AddRange(New Object() {"Pulsante normale", "Pulsante di conferma", "Pulsante di reset"})
  192.         Me.cmbType2.Location = New System.Drawing.Point(52, 32)
  193.         Me.cmbType2.Name = "cmbType2"
  194.         Me.cmbType2.Size = New System.Drawing.Size(224, 21)
  195.         Me.cmbType2.TabIndex = 1
  196.         '
  197.         'Label3
  198.         '
  199.         Me.Label3.AutoSize = True
  200.         Me.Label3.Location = New System.Drawing.Point(6, 9)
  201.         Me.Label3.Name = "Label3"
  202.         Me.Label3.Size = New System.Drawing.Size(38, 13)
  203.         Me.Label3.TabIndex = 0
  204.         Me.Label3.Text = "Nome:"
  205.         '
  206.         'tabImage
  207.         '
  208.         Me.tabImage.Controls.Add(Me.cmdOK3)
  209.         Me.tabImage.Controls.Add(Me.nudWidth)
  210.         Me.tabImage.Controls.Add(Me.nudHeight)
  211.         Me.tabImage.Controls.Add(Me.txtTip)
  212.         Me.tabImage.Controls.Add(Me.txtTitle)
  213.         Me.tabImage.Controls.Add(Me.Label11)
  214.         Me.tabImage.Controls.Add(Me.Label10)
  215.         Me.tabImage.Controls.Add(Me.Label9)
  216.         Me.tabImage.Controls.Add(Me.Label8)
  217.         Me.tabImage.Controls.Add(Me.txtURL)
  218.         Me.tabImage.Controls.Add(Me.Label7)
  219.         Me.tabImage.Controls.Add(Me.txtName3)
  220.         Me.tabImage.Controls.Add(Me.Label6)
  221.         Me.tabImage.Location = New System.Drawing.Point(4, 22)
  222.         Me.tabImage.Name = "tabImage"
  223.         Me.tabImage.Size = New System.Drawing.Size(287, 240)
  224.         Me.tabImage.TabIndex = 2
  225.         Me.tabImage.Text = "Immagine"
  226.         Me.tabImage.UseVisualStyleBackColor = True
  227.         '
  228.         'nudWidth
  229.         '
  230.         Me.nudWidth.Location = New System.Drawing.Point(231, 109)
  231.         Me.nudWidth.Name = "nudWidth"
  232.         Me.nudWidth.Size = New System.Drawing.Size(45, 20)
  233.         Me.nudWidth.TabIndex = 11
  234.         '
  235.         'nudHeight
  236.         '
  237.         Me.nudHeight.Location = New System.Drawing.Point(69, 109)
  238.         Me.nudHeight.Name = "nudHeight"
  239.         Me.nudHeight.Size = New System.Drawing.Size(45, 20)
  240.         Me.nudHeight.TabIndex = 10
  241.         '
  242.         'txtTip
  243.         '
  244.         Me.txtTip.Location = New System.Drawing.Point(88, 83)
  245.         Me.txtTip.Name = "txtTip"
  246.         Me.txtTip.Size = New System.Drawing.Size(188, 20)
  247.         Me.txtTip.TabIndex = 9
  248.         '
  249.         'txtTitle
  250.         '
  251.         Me.txtTitle.Location = New System.Drawing.Point(47, 31)
  252.         Me.txtTitle.Name = "txtTitle"
  253.         Me.txtTitle.Size = New System.Drawing.Size(229, 20)
  254.         Me.txtTitle.TabIndex = 8
  255.         '
  256.         'Label11
  257.         '
  258.         Me.Label11.AutoSize = True
  259.         Me.Label11.Location = New System.Drawing.Point(165, 111)
  260.         Me.Label11.Name = "Label11"
  261.         Me.Label11.Size = New System.Drawing.Size(59, 13)
  262.         Me.Label11.TabIndex = 7
  263.         Me.Label11.Text = "Larghezza:"
  264.         '
  265.         'Label10
  266.         '
  267.         Me.Label10.AutoSize = True
  268.         Me.Label10.Location = New System.Drawing.Point(3, 111)
  269.         Me.Label10.Name = "Label10"
  270.         Me.Label10.Size = New System.Drawing.Size(44, 13)
  271.         Me.Label10.TabIndex = 6
  272.         Me.Label10.Text = "Altezza:"
  273.         '
  274.         'Label9
  275.         '
  276.         Me.Label9.AutoSize = True
  277.         Me.Label9.Location = New System.Drawing.Point(3, 86)
  278.         Me.Label9.Name = "Label9"
  279.         Me.Label9.Size = New System.Drawing.Size(65, 13)
  280.         Me.Label9.TabIndex = 5
  281.         Me.Label9.Text = "Descrizione:"
  282.         '
  283.         'Label8
  284.         '
  285.         Me.Label8.AutoSize = True
  286.         Me.Label8.Location = New System.Drawing.Point(3, 34)
  287.         Me.Label8.Name = "Label8"
  288.         Me.Label8.Size = New System.Drawing.Size(36, 13)
  289.         Me.Label8.TabIndex = 4
  290.         Me.Label8.Text = "Titolo:"
  291.         '
  292.         'txtURL
  293.         '
  294.         Me.txtURL.Location = New System.Drawing.Point(88, 57)
  295.         Me.txtURL.Name = "txtURL"
  296.         Me.txtURL.Size = New System.Drawing.Size(188, 20)
  297.         Me.txtURL.TabIndex = 3
  298.         '
  299.         'Label7
  300.         '
  301.         Me.Label7.AutoSize = True
  302.         Me.Label7.Location = New System.Drawing.Point(3, 60)
  303.         Me.Label7.Name = "Label7"
  304.         Me.Label7.Size = New System.Drawing.Size(79, 13)
  305.         Me.Label7.TabIndex = 2
  306.         Me.Label7.Text = "URL immagine:"
  307.         '
  308.         'txtName3
  309.         '
  310.         Me.txtName3.Location = New System.Drawing.Point(47, 5)
  311.         Me.txtName3.Name = "txtName3"
  312.         Me.txtName3.Size = New System.Drawing.Size(229, 20)
  313.         Me.txtName3.TabIndex = 1
  314.         '
  315.         'Label6
  316.         '
  317.         Me.Label6.AutoSize = True
  318.         Me.Label6.Location = New System.Drawing.Point(3, 8)
  319.         Me.Label6.Name = "Label6"
  320.         Me.Label6.Size = New System.Drawing.Size(38, 13)
  321.         Me.Label6.TabIndex = 0
  322.         Me.Label6.Text = "Nome:"
  323.         '
  324.         'cmdOK3
  325.         '
  326.         Me.cmdOK3.Location = New System.Drawing.Point(198, 207)
  327.         Me.cmdOK3.Name = "cmdOK3"
  328.         Me.cmdOK3.Size = New System.Drawing.Size(78, 25)
  329.         Me.cmdOK3.TabIndex = 12
  330.         Me.cmdOK3.Text = "OK"
  331.         Me.cmdOK3.UseVisualStyleBackColor = True
  332.         '
  333.         'chbEnabled
  334.         '
  335.         Me.chbEnabled.AutoSize = True
  336.         Me.chbEnabled.Location = New System.Drawing.Point(4, 9)
  337.         Me.chbEnabled.Name = "chbEnabled"
  338.         Me.chbEnabled.Size = New System.Drawing.Size(119, 17)
  339.         Me.chbEnabled.TabIndex = 1
  340.         Me.chbEnabled.Text = "Pulsante disabilitato"
  341.         Me.chbEnabled.UseVisualStyleBackColor = True
  342.         '
  343.         'frmButton
  344.         '
  345.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  346.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  347.         Me.ClientSize = New System.Drawing.Size(292, 298)
  348.         Me.Controls.Add(Me.chbEnabled)
  349.         Me.Controls.Add(Me.TabControl)
  350.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  351.         Me.MaximizeBox = False
  352.         Me.Name = "frmButton"
  353.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  354.         Me.Text = "Creazione di un pulsante"
  355.         Me.TabControl.ResumeLayout(False)
  356.         Me.tabSimple.ResumeLayout(False)
  357.         Me.tabSimple.PerformLayout()
  358.         Me.tabHard.ResumeLayout(False)
  359.         Me.tabHard.PerformLayout()
  360.         Me.tabImage.ResumeLayout(False)
  361.         Me.tabImage.PerformLayout()
  362.         CType(Me.nudWidth, System.ComponentModel.ISupportInitialize).EndInit()
  363.         CType(Me.nudHeight, System.ComponentModel.ISupportInitialize).EndInit()
  364.         Me.ResumeLayout(False)
  365.         Me.PerformLayout()
  366.  
  367.     End Sub
  368.     Friend WithEvents TabControl As System.Windows.Forms.TabControl
  369.     Friend WithEvents tabSimple As System.Windows.Forms.TabPage
  370.     Friend WithEvents tabHard As System.Windows.Forms.TabPage
  371.     Friend WithEvents cmdOK As System.Windows.Forms.Button
  372.     Friend WithEvents txtText As System.Windows.Forms.TextBox
  373.     Friend WithEvents Label2 As System.Windows.Forms.Label
  374.     Friend WithEvents Label1 As System.Windows.Forms.Label
  375.     Friend WithEvents cmbType As System.Windows.Forms.ComboBox
  376.     Friend WithEvents Label4 As System.Windows.Forms.Label
  377.     Friend WithEvents txtName As System.Windows.Forms.TextBox
  378.     Friend WithEvents cmbType2 As System.Windows.Forms.ComboBox
  379.     Friend WithEvents Label3 As System.Windows.Forms.Label
  380.     Friend WithEvents cmdOK2 As System.Windows.Forms.Button
  381.     Friend WithEvents txtHTML As System.Windows.Forms.TextBox
  382.     Friend WithEvents Label5 As System.Windows.Forms.Label
  383.     Friend WithEvents tabImage As System.Windows.Forms.TabPage
  384.     Friend WithEvents txtTip As System.Windows.Forms.TextBox
  385.     Friend WithEvents txtTitle As System.Windows.Forms.TextBox
  386.     Friend WithEvents Label11 As System.Windows.Forms.Label
  387.     Friend WithEvents Label10 As System.Windows.Forms.Label
  388.     Friend WithEvents Label9 As System.Windows.Forms.Label
  389.     Friend WithEvents Label8 As System.Windows.Forms.Label
  390.     Friend WithEvents txtURL As System.Windows.Forms.TextBox
  391.     Friend WithEvents Label7 As System.Windows.Forms.Label
  392.     Friend WithEvents txtName3 As System.Windows.Forms.TextBox
  393.     Friend WithEvents Label6 As System.Windows.Forms.Label
  394.     Friend WithEvents nudWidth As System.Windows.Forms.NumericUpDown
  395.     Friend WithEvents nudHeight As System.Windows.Forms.NumericUpDown
  396.     Friend WithEvents cmdOK3 As System.Windows.Forms.Button
  397.     Friend WithEvents chbEnabled As System.Windows.Forms.CheckBox
  398. End Class