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
DesktopNotes - OptionForm.Designer.vb

OptionForm.Designer.vb

Caricato da: Ale96
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class OptionForm
  3.     Inherits System.Windows.Forms.Form
  4.  
  5.     'Form esegue l'override del metodo Dispose per pulire l'elenco dei componenti.
  6.     <System.Diagnostics.DebuggerNonUserCode()> _
  7.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  8.         Try
  9.             If disposing AndAlso components IsNot Nothing Then
  10.                 components.Dispose()
  11.             End If
  12.         Finally
  13.             MyBase.Dispose(disposing)
  14.         End Try
  15.     End Sub
  16.  
  17.     'Richiesto da Progettazione Windows Form
  18.     Private components As System.ComponentModel.IContainer
  19.  
  20.     'NOTA: la procedura che segue è richiesta da Progettazione Windows Form
  21.     'Può essere modificata in Progettazione Windows Form.  
  22.     'Non modificarla nell'editor del codice.
  23.     <System.Diagnostics.DebuggerStepThrough()> _
  24.     Private Sub InitializeComponent()
  25.         Me.Tlp1 = New System.Windows.Forms.TableLayoutPanel
  26.         Me.OK_Button = New System.Windows.Forms.Button
  27.         Me.Cancel_Button = New System.Windows.Forms.Button
  28.         Me.GbxFont = New System.Windows.Forms.GroupBox
  29.         Me.PbxColorPrewiev = New System.Windows.Forms.PictureBox
  30.         Me.BtnChangeForeColor = New System.Windows.Forms.Button
  31.         Me.BtnChangeFont = New System.Windows.Forms.Button
  32.         Me.TbxTextOfLblTextPrewiev = New System.Windows.Forms.TextBox
  33.         Me.LblTextPrewiev = New System.Windows.Forms.Label
  34.         Me.GbxWindow = New System.Windows.Forms.GroupBox
  35.         Me.Lbl6 = New System.Windows.Forms.Label
  36.         Me.NudX = New System.Windows.Forms.NumericUpDown
  37.         Me.Lbl5 = New System.Windows.Forms.Label
  38.         Me.Lbl4 = New System.Windows.Forms.Label
  39.         Me.NudY = New System.Windows.Forms.NumericUpDown
  40.         Me.Lbl3 = New System.Windows.Forms.Label
  41.         Me.NudHeight = New System.Windows.Forms.NumericUpDown
  42.         Me.Lbl2 = New System.Windows.Forms.Label
  43.         Me.Lbl1 = New System.Windows.Forms.Label
  44.         Me.CbxTopMost = New System.Windows.Forms.CheckBox
  45.         Me.NudWidth = New System.Windows.Forms.NumericUpDown
  46.         Me.PbxBackColorPrewiev = New System.Windows.Forms.PictureBox
  47.         Me.ChangeBackColor = New System.Windows.Forms.Button
  48.         Me.Tlp1.SuspendLayout()
  49.         Me.GbxFont.SuspendLayout()
  50.         CType(Me.PbxColorPrewiev, System.ComponentModel.ISupportInitialize).BeginInit()
  51.         Me.GbxWindow.SuspendLayout()
  52.         CType(Me.NudX, System.ComponentModel.ISupportInitialize).BeginInit()
  53.         CType(Me.NudY, System.ComponentModel.ISupportInitialize).BeginInit()
  54.         CType(Me.NudHeight, System.ComponentModel.ISupportInitialize).BeginInit()
  55.         CType(Me.NudWidth, System.ComponentModel.ISupportInitialize).BeginInit()
  56.         CType(Me.PbxBackColorPrewiev, System.ComponentModel.ISupportInitialize).BeginInit()
  57.         Me.SuspendLayout()
  58.         '
  59.         'Tlp1
  60.         '
  61.         Me.Tlp1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  62.         Me.Tlp1.ColumnCount = 2
  63.         Me.Tlp1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  64.         Me.Tlp1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  65.         Me.Tlp1.Controls.Add(Me.OK_Button, 0, 0)
  66.         Me.Tlp1.Controls.Add(Me.Cancel_Button, 1, 0)
  67.         Me.Tlp1.Location = New System.Drawing.Point(422, 198)
  68.         Me.Tlp1.Name = "Tlp1"
  69.         Me.Tlp1.RowCount = 1
  70.         Me.Tlp1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  71.         Me.Tlp1.Size = New System.Drawing.Size(146, 29)
  72.         Me.Tlp1.TabIndex = 0
  73.         '
  74.         'OK_Button
  75.         '
  76.         Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  77.         Me.OK_Button.Location = New System.Drawing.Point(3, 3)
  78.         Me.OK_Button.Name = "OK_Button"
  79.         Me.OK_Button.Size = New System.Drawing.Size(67, 23)
  80.         Me.OK_Button.TabIndex = 0
  81.         Me.OK_Button.Text = "OK"
  82.         '
  83.         'Cancel_Button
  84.         '
  85.         Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  86.         Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
  87.         Me.Cancel_Button.Location = New System.Drawing.Point(76, 3)
  88.         Me.Cancel_Button.Name = "Cancel_Button"
  89.         Me.Cancel_Button.Size = New System.Drawing.Size(67, 23)
  90.         Me.Cancel_Button.TabIndex = 1
  91.         Me.Cancel_Button.Text = "Annulla"
  92.         '
  93.         'GbxFont
  94.         '
  95.         Me.GbxFont.Controls.Add(Me.PbxColorPrewiev)
  96.         Me.GbxFont.Controls.Add(Me.BtnChangeForeColor)
  97.         Me.GbxFont.Controls.Add(Me.BtnChangeFont)
  98.         Me.GbxFont.Controls.Add(Me.TbxTextOfLblTextPrewiev)
  99.         Me.GbxFont.Controls.Add(Me.LblTextPrewiev)
  100.         Me.GbxFont.Location = New System.Drawing.Point(12, 12)
  101.         Me.GbxFont.Name = "GbxFont"
  102.         Me.GbxFont.Size = New System.Drawing.Size(333, 220)
  103.         Me.GbxFont.TabIndex = 1
  104.         Me.GbxFont.TabStop = False
  105.         Me.GbxFont.Text = "Font"
  106.         '
  107.         'PbxColorPrewiev
  108.         '
  109.         Me.PbxColorPrewiev.Location = New System.Drawing.Point(137, 19)
  110.         Me.PbxColorPrewiev.Name = "PbxColorPrewiev"
  111.         Me.PbxColorPrewiev.Size = New System.Drawing.Size(23, 23)
  112.         Me.PbxColorPrewiev.TabIndex = 4
  113.         Me.PbxColorPrewiev.TabStop = False
  114.         '
  115.         'BtnChangeForeColor
  116.         '
  117.         Me.BtnChangeForeColor.Location = New System.Drawing.Point(166, 19)
  118.         Me.BtnChangeForeColor.Name = "BtnChangeForeColor"
  119.         Me.BtnChangeForeColor.Size = New System.Drawing.Size(160, 23)
  120.         Me.BtnChangeForeColor.TabIndex = 3
  121.         Me.BtnChangeForeColor.Text = "Cambia colore carattere"
  122.         Me.BtnChangeForeColor.UseVisualStyleBackColor = True
  123.         '
  124.         'BtnChangeFont
  125.         '
  126.         Me.BtnChangeFont.Location = New System.Drawing.Point(6, 19)
  127.         Me.BtnChangeFont.Name = "BtnChangeFont"
  128.         Me.BtnChangeFont.Size = New System.Drawing.Size(125, 23)
  129.         Me.BtnChangeFont.TabIndex = 2
  130.         Me.BtnChangeFont.Text = "Cambia carattere"
  131.         Me.BtnChangeFont.UseVisualStyleBackColor = True
  132.         '
  133.         'TbxTextOfLblTextPrewiev
  134.         '
  135.         Me.TbxTextOfLblTextPrewiev.Location = New System.Drawing.Point(6, 194)
  136.         Me.TbxTextOfLblTextPrewiev.Name = "TbxTextOfLblTextPrewiev"
  137.         Me.TbxTextOfLblTextPrewiev.Size = New System.Drawing.Size(323, 20)
  138.         Me.TbxTextOfLblTextPrewiev.TabIndex = 1
  139.         Me.TbxTextOfLblTextPrewiev.Text = "Testo di prova"
  140.         '
  141.         'LblTextPrewiev
  142.         '
  143.         Me.LblTextPrewiev.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  144.         Me.LblTextPrewiev.Location = New System.Drawing.Point(6, 45)
  145.         Me.LblTextPrewiev.Name = "LblTextPrewiev"
  146.         Me.LblTextPrewiev.Size = New System.Drawing.Size(320, 139)
  147.         Me.LblTextPrewiev.TabIndex = 0
  148.         Me.LblTextPrewiev.Text = "Testo di prova"
  149.         Me.LblTextPrewiev.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  150.         '
  151.         'GbxWindow
  152.         '
  153.         Me.GbxWindow.Controls.Add(Me.Lbl6)
  154.         Me.GbxWindow.Controls.Add(Me.NudX)
  155.         Me.GbxWindow.Controls.Add(Me.Lbl5)
  156.         Me.GbxWindow.Controls.Add(Me.Lbl4)
  157.         Me.GbxWindow.Controls.Add(Me.NudY)
  158.         Me.GbxWindow.Controls.Add(Me.Lbl3)
  159.         Me.GbxWindow.Controls.Add(Me.NudHeight)
  160.         Me.GbxWindow.Controls.Add(Me.Lbl2)
  161.         Me.GbxWindow.Controls.Add(Me.Lbl1)
  162.         Me.GbxWindow.Controls.Add(Me.CbxTopMost)
  163.         Me.GbxWindow.Controls.Add(Me.NudWidth)
  164.         Me.GbxWindow.Controls.Add(Me.PbxBackColorPrewiev)
  165.         Me.GbxWindow.Controls.Add(Me.ChangeBackColor)
  166.         Me.GbxWindow.Location = New System.Drawing.Point(351, 12)
  167.         Me.GbxWindow.Name = "GbxWindow"
  168.         Me.GbxWindow.Size = New System.Drawing.Size(221, 175)
  169.         Me.GbxWindow.TabIndex = 2
  170.         Me.GbxWindow.TabStop = False
  171.         Me.GbxWindow.Text = "Finestra"
  172.         '
  173.         'Lbl6
  174.         '
  175.         Me.Lbl6.AutoSize = True
  176.         Me.Lbl6.Location = New System.Drawing.Point(116, 110)
  177.         Me.Lbl6.Name = "Lbl6"
  178.         Me.Lbl6.Size = New System.Drawing.Size(14, 13)
  179.         Me.Lbl6.TabIndex = 15
  180.         Me.Lbl6.Text = "Y"
  181.         '
  182.         'NudX
  183.         '
  184.         Me.NudX.Location = New System.Drawing.Point(6, 126)
  185.         Me.NudX.Maximum = New Decimal(New Integer() {2147483647, 0, 0, 0})
  186.         Me.NudX.Minimum = New Decimal(New Integer() {-2147483648, 0, 0, -2147483648})
  187.         Me.NudX.Name = "NudX"
  188.         Me.NudX.Size = New System.Drawing.Size(100, 20)
  189.         Me.NudX.TabIndex = 14
  190.         '
  191.         'Lbl5
  192.         '
  193.         Me.Lbl5.AutoSize = True
  194.         Me.Lbl5.Location = New System.Drawing.Point(6, 110)
  195.         Me.Lbl5.Name = "Lbl5"
  196.         Me.Lbl5.Size = New System.Drawing.Size(14, 13)
  197.         Me.Lbl5.TabIndex = 13
  198.         Me.Lbl5.Text = "X"
  199.         '
  200.         'Lbl4
  201.         '
  202.         Me.Lbl4.AutoSize = True
  203.         Me.Lbl4.Location = New System.Drawing.Point(6, 97)
  204.         Me.Lbl4.Name = "Lbl4"
  205.         Me.Lbl4.Size = New System.Drawing.Size(52, 13)
  206.         Me.Lbl4.TabIndex = 11
  207.         Me.Lbl4.Text = "Posizione"
  208.         '
  209.         'NudY
  210.         '
  211.         Me.NudY.Location = New System.Drawing.Point(112, 126)
  212.         Me.NudY.Maximum = New Decimal(New Integer() {2147483647, 0, 0, 0})
  213.         Me.NudY.Minimum = New Decimal(New Integer() {-2147483648, 0, 0, -2147483648})
  214.         Me.NudY.Name = "NudY"
  215.         Me.NudY.Size = New System.Drawing.Size(100, 20)
  216.         Me.NudY.TabIndex = 12
  217.         '
  218.         'Lbl3
  219.         '
  220.         Me.Lbl3.AutoSize = True
  221.         Me.Lbl3.Location = New System.Drawing.Point(116, 58)
  222.         Me.Lbl3.Name = "Lbl3"
  223.         Me.Lbl3.Size = New System.Drawing.Size(41, 13)
  224.         Me.Lbl3.TabIndex = 10
  225.         Me.Lbl3.Text = "Altezza"
  226.         '
  227.         'NudHeight
  228.         '
  229.         Me.NudHeight.Location = New System.Drawing.Point(112, 74)
  230.         Me.NudHeight.Maximum = New Decimal(New Integer() {800, 0, 0, 0})
  231.         Me.NudHeight.Name = "NudHeight"
  232.         Me.NudHeight.Size = New System.Drawing.Size(100, 20)
  233.         Me.NudHeight.TabIndex = 9
  234.         '
  235.         'Lbl2
  236.         '
  237.         Me.Lbl2.AutoSize = True
  238.         Me.Lbl2.Location = New System.Drawing.Point(6, 58)
  239.         Me.Lbl2.Name = "Lbl2"
  240.         Me.Lbl2.Size = New System.Drawing.Size(56, 13)
  241.         Me.Lbl2.TabIndex = 8
  242.         Me.Lbl2.Text = "Larghezza"
  243.         '
  244.         'Lbl1
  245.         '
  246.         Me.Lbl1.AutoSize = True
  247.         Me.Lbl1.Location = New System.Drawing.Point(6, 45)
  248.         Me.Lbl1.Name = "Lbl1"
  249.         Me.Lbl1.Size = New System.Drawing.Size(58, 13)
  250.         Me.Lbl1.TabIndex = 3
  251.         Me.Lbl1.Text = "Dimensioni"
  252.         '
  253.         'CbxTopMost
  254.         '
  255.         Me.CbxTopMost.AutoSize = True
  256.         Me.CbxTopMost.Location = New System.Drawing.Point(6, 152)
  257.         Me.CbxTopMost.Name = "CbxTopMost"
  258.         Me.CbxTopMost.Size = New System.Drawing.Size(130, 17)
  259.         Me.CbxTopMost.TabIndex = 7
  260.         Me.CbxTopMost.Text = "Sempre in primo piano"
  261.         Me.CbxTopMost.UseVisualStyleBackColor = True
  262.         '
  263.         'NudWidth
  264.         '
  265.         Me.NudWidth.Location = New System.Drawing.Point(6, 74)
  266.         Me.NudWidth.Maximum = New Decimal(New Integer() {1280, 0, 0, 0})
  267.         Me.NudWidth.Name = "NudWidth"
  268.         Me.NudWidth.Size = New System.Drawing.Size(100, 20)
  269.         Me.NudWidth.TabIndex = 6
  270.         '
  271.         'PbxBackColorPrewiev
  272.         '
  273.         Me.PbxBackColorPrewiev.Location = New System.Drawing.Point(6, 19)
  274.         Me.PbxBackColorPrewiev.Name = "PbxBackColorPrewiev"
  275.         Me.PbxBackColorPrewiev.Size = New System.Drawing.Size(23, 23)
  276.         Me.PbxBackColorPrewiev.TabIndex = 5
  277.         Me.PbxBackColorPrewiev.TabStop = False
  278.         '
  279.         'ChangeBackColor
  280.         '
  281.         Me.ChangeBackColor.Location = New System.Drawing.Point(35, 19)
  282.         Me.ChangeBackColor.Name = "ChangeBackColor"
  283.         Me.ChangeBackColor.Size = New System.Drawing.Size(160, 23)
  284.         Me.ChangeBackColor.TabIndex = 5
  285.         Me.ChangeBackColor.Text = "Cambia colore di sfondo"
  286.         Me.ChangeBackColor.UseVisualStyleBackColor = True
  287.         '
  288.         'OptionForm
  289.         '
  290.         Me.AcceptButton = Me.OK_Button
  291.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  292.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  293.         Me.CancelButton = Me.Cancel_Button
  294.         Me.ClientSize = New System.Drawing.Size(580, 239)
  295.         Me.Controls.Add(Me.GbxWindow)
  296.         Me.Controls.Add(Me.GbxFont)
  297.         Me.Controls.Add(Me.Tlp1)
  298.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  299.         Me.MaximizeBox = False
  300.         Me.MinimizeBox = False
  301.         Me.Name = "OptionForm"
  302.         Me.ShowInTaskbar = False
  303.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  304.         Me.Text = "Opzioni"
  305.         Me.Tlp1.ResumeLayout(False)
  306.         Me.GbxFont.ResumeLayout(False)
  307.         Me.GbxFont.PerformLayout()
  308.         CType(Me.PbxColorPrewiev, System.ComponentModel.ISupportInitialize).EndInit()
  309.         Me.GbxWindow.ResumeLayout(False)
  310.         Me.GbxWindow.PerformLayout()
  311.         CType(Me.NudX, System.ComponentModel.ISupportInitialize).EndInit()
  312.         CType(Me.NudY, System.ComponentModel.ISupportInitialize).EndInit()
  313.         CType(Me.NudHeight, System.ComponentModel.ISupportInitialize).EndInit()
  314.         CType(Me.NudWidth, System.ComponentModel.ISupportInitialize).EndInit()
  315.         CType(Me.PbxBackColorPrewiev, System.ComponentModel.ISupportInitialize).EndInit()
  316.         Me.ResumeLayout(False)
  317.  
  318.     End Sub
  319.     Friend WithEvents Tlp1 As System.Windows.Forms.TableLayoutPanel
  320.     Friend WithEvents OK_Button As System.Windows.Forms.Button
  321.     Friend WithEvents Cancel_Button As System.Windows.Forms.Button
  322.     Friend WithEvents GbxFont As System.Windows.Forms.GroupBox
  323.     Friend WithEvents BtnChangeFont As System.Windows.Forms.Button
  324.     Friend WithEvents TbxTextOfLblTextPrewiev As System.Windows.Forms.TextBox
  325.     Friend WithEvents LblTextPrewiev As System.Windows.Forms.Label
  326.     Friend WithEvents PbxColorPrewiev As System.Windows.Forms.PictureBox
  327.     Friend WithEvents BtnChangeForeColor As System.Windows.Forms.Button
  328.     Friend WithEvents GbxWindow As System.Windows.Forms.GroupBox
  329.     Friend WithEvents PbxBackColorPrewiev As System.Windows.Forms.PictureBox
  330.     Friend WithEvents ChangeBackColor As System.Windows.Forms.Button
  331.     Friend WithEvents Lbl6 As System.Windows.Forms.Label
  332.     Friend WithEvents NudX As System.Windows.Forms.NumericUpDown
  333.     Friend WithEvents Lbl5 As System.Windows.Forms.Label
  334.     Friend WithEvents Lbl4 As System.Windows.Forms.Label
  335.     Friend WithEvents NudY As System.Windows.Forms.NumericUpDown
  336.     Friend WithEvents Lbl3 As System.Windows.Forms.Label
  337.     Friend WithEvents NudHeight As System.Windows.Forms.NumericUpDown
  338.     Friend WithEvents Lbl2 As System.Windows.Forms.Label
  339.     Friend WithEvents Lbl1 As System.Windows.Forms.Label
  340.     Friend WithEvents CbxTopMost As System.Windows.Forms.CheckBox
  341.     Friend WithEvents NudWidth As System.Windows.Forms.NumericUpDown
  342.  
  343. End Class