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
WaveProof - Form1.Designer.vb

Form1.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form1
  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.         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.     'Required by the Windows Form Designer
  18.     Private components As System.ComponentModel.IContainer
  19.  
  20.     'NOTE: The following procedure is required by the Windows Form Designer
  21.     'It can be modified using the Windows Form Designer.  
  22.     'Do not modify it using the code editor.
  23.     <System.Diagnostics.DebuggerStepThrough()> _
  24.     Private Sub InitializeComponent()
  25.         Me.components = New System.ComponentModel.Container
  26.         Me.picWave = New System.Windows.Forms.PictureBox
  27.         Me.btnLoad = New System.Windows.Forms.Button
  28.         Me.btnPlay = New System.Windows.Forms.Button
  29.         Me.tmrRefresh = New System.Windows.Forms.Timer(Me.components)
  30.         Me.GroupBox1 = New System.Windows.Forms.GroupBox
  31.         Me.lnkBackColor = New System.Windows.Forms.LinkLabel
  32.         Me.lnkWaveColor = New System.Windows.Forms.LinkLabel
  33.         Me.rbtWaveForm = New System.Windows.Forms.RadioButton
  34.         Me.btnPause = New System.Windows.Forms.Button
  35.         Me.btnStop = New System.Windows.Forms.Button
  36.         Me.ColorDialog = New System.Windows.Forms.ColorDialog
  37.         Me.Label1 = New System.Windows.Forms.Label
  38.         Me.nudTimeWidth = New System.Windows.Forms.NumericUpDown
  39.         Me.lblStatus = New System.Windows.Forms.Label
  40.         Me.rbtRectangles = New System.Windows.Forms.RadioButton
  41.         Me.rbtLoudness = New System.Windows.Forms.RadioButton
  42.         CType(Me.picWave, System.ComponentModel.ISupportInitialize).BeginInit()
  43.         Me.GroupBox1.SuspendLayout()
  44.         CType(Me.nudTimeWidth, System.ComponentModel.ISupportInitialize).BeginInit()
  45.         Me.SuspendLayout()
  46.         '
  47.         'picWave
  48.         '
  49.         Me.picWave.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  50.                     Or System.Windows.Forms.AnchorStyles.Left) _
  51.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  52.         Me.picWave.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  53.         Me.picWave.Location = New System.Drawing.Point(12, 12)
  54.         Me.picWave.Name = "picWave"
  55.         Me.picWave.Size = New System.Drawing.Size(557, 233)
  56.         Me.picWave.TabIndex = 0
  57.         Me.picWave.TabStop = False
  58.         '
  59.         'btnLoad
  60.         '
  61.         Me.btnLoad.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  62.         Me.btnLoad.Location = New System.Drawing.Point(494, 355)
  63.         Me.btnLoad.Name = "btnLoad"
  64.         Me.btnLoad.Size = New System.Drawing.Size(75, 23)
  65.         Me.btnLoad.TabIndex = 1
  66.         Me.btnLoad.Text = "Carica"
  67.         Me.btnLoad.UseVisualStyleBackColor = True
  68.         '
  69.         'btnPlay
  70.         '
  71.         Me.btnPlay.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  72.         Me.btnPlay.Enabled = False
  73.         Me.btnPlay.Location = New System.Drawing.Point(413, 355)
  74.         Me.btnPlay.Name = "btnPlay"
  75.         Me.btnPlay.Size = New System.Drawing.Size(75, 23)
  76.         Me.btnPlay.TabIndex = 2
  77.         Me.btnPlay.Text = "Play"
  78.         Me.btnPlay.UseVisualStyleBackColor = True
  79.         '
  80.         'tmrRefresh
  81.         '
  82.         Me.tmrRefresh.Interval = 10
  83.         '
  84.         'GroupBox1
  85.         '
  86.         Me.GroupBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  87.         Me.GroupBox1.Controls.Add(Me.rbtLoudness)
  88.         Me.GroupBox1.Controls.Add(Me.rbtRectangles)
  89.         Me.GroupBox1.Controls.Add(Me.lnkBackColor)
  90.         Me.GroupBox1.Controls.Add(Me.lnkWaveColor)
  91.         Me.GroupBox1.Controls.Add(Me.rbtWaveForm)
  92.         Me.GroupBox1.Enabled = False
  93.         Me.GroupBox1.Location = New System.Drawing.Point(12, 251)
  94.         Me.GroupBox1.Name = "GroupBox1"
  95.         Me.GroupBox1.Size = New System.Drawing.Size(200, 127)
  96.         Me.GroupBox1.TabIndex = 3
  97.         Me.GroupBox1.TabStop = False
  98.         Me.GroupBox1.Text = "Visualizza"
  99.         '
  100.         'lnkBackColor
  101.         '
  102.         Me.lnkBackColor.AutoSize = True
  103.         Me.lnkBackColor.BackColor = System.Drawing.Color.Black
  104.         Me.lnkBackColor.LinkColor = System.Drawing.Color.White
  105.         Me.lnkBackColor.Location = New System.Drawing.Point(122, 104)
  106.         Me.lnkBackColor.Name = "lnkBackColor"
  107.         Me.lnkBackColor.Size = New System.Drawing.Size(72, 13)
  108.         Me.lnkBackColor.TabIndex = 6
  109.         Me.lnkBackColor.TabStop = True
  110.         Me.lnkBackColor.Text = "Colore sfondo"
  111.         '
  112.         'lnkWaveColor
  113.         '
  114.         Me.lnkWaveColor.AutoSize = True
  115.         Me.lnkWaveColor.LinkColor = System.Drawing.Color.Black
  116.         Me.lnkWaveColor.Location = New System.Drawing.Point(50, 104)
  117.         Me.lnkWaveColor.Name = "lnkWaveColor"
  118.         Me.lnkWaveColor.Size = New System.Drawing.Size(66, 13)
  119.         Me.lnkWaveColor.TabIndex = 6
  120.         Me.lnkWaveColor.TabStop = True
  121.         Me.lnkWaveColor.Text = "Colore usato"
  122.         '
  123.         'rbtWaveForm
  124.         '
  125.         Me.rbtWaveForm.AutoSize = True
  126.         Me.rbtWaveForm.Checked = True
  127.         Me.rbtWaveForm.Location = New System.Drawing.Point(6, 19)
  128.         Me.rbtWaveForm.Name = "rbtWaveForm"
  129.         Me.rbtWaveForm.Size = New System.Drawing.Size(89, 17)
  130.         Me.rbtWaveForm.TabIndex = 0
  131.         Me.rbtWaveForm.TabStop = True
  132.         Me.rbtWaveForm.Text = "Forma d'onda"
  133.         Me.rbtWaveForm.UseVisualStyleBackColor = True
  134.         '
  135.         'btnPause
  136.         '
  137.         Me.btnPause.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  138.         Me.btnPause.Enabled = False
  139.         Me.btnPause.Location = New System.Drawing.Point(332, 355)
  140.         Me.btnPause.Name = "btnPause"
  141.         Me.btnPause.Size = New System.Drawing.Size(75, 23)
  142.         Me.btnPause.TabIndex = 4
  143.         Me.btnPause.Text = "Pausa"
  144.         Me.btnPause.UseVisualStyleBackColor = True
  145.         '
  146.         'btnStop
  147.         '
  148.         Me.btnStop.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  149.         Me.btnStop.Enabled = False
  150.         Me.btnStop.Location = New System.Drawing.Point(251, 355)
  151.         Me.btnStop.Name = "btnStop"
  152.         Me.btnStop.Size = New System.Drawing.Size(75, 23)
  153.         Me.btnStop.TabIndex = 5
  154.         Me.btnStop.Text = "Stop"
  155.         Me.btnStop.UseVisualStyleBackColor = True
  156.         '
  157.         'Label1
  158.         '
  159.         Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  160.         Me.Label1.AutoSize = True
  161.         Me.Label1.Location = New System.Drawing.Point(248, 251)
  162.         Me.Label1.Name = "Label1"
  163.         Me.Label1.Size = New System.Drawing.Size(188, 13)
  164.         Me.Label1.TabIndex = 6
  165.         Me.Label1.Text = "Ampiezza della finestra temporale (ms):"
  166.         '
  167.         'nudTimeWidth
  168.         '
  169.         Me.nudTimeWidth.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  170.         Me.nudTimeWidth.Increment = New Decimal(New Integer() {100, 0, 0, 0})
  171.         Me.nudTimeWidth.Location = New System.Drawing.Point(449, 251)
  172.         Me.nudTimeWidth.Name = "nudTimeWidth"
  173.         Me.nudTimeWidth.Size = New System.Drawing.Size(120, 20)
  174.         Me.nudTimeWidth.TabIndex = 7
  175.         '
  176.         'lblStatus
  177.         '
  178.         Me.lblStatus.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  179.         Me.lblStatus.Location = New System.Drawing.Point(251, 329)
  180.         Me.lblStatus.Name = "lblStatus"
  181.         Me.lblStatus.Size = New System.Drawing.Size(318, 23)
  182.         Me.lblStatus.TabIndex = 8
  183.         Me.lblStatus.Text = "Pronto"
  184.         '
  185.         'rbtRectangles
  186.         '
  187.         Me.rbtRectangles.AutoSize = True
  188.         Me.rbtRectangles.Location = New System.Drawing.Point(6, 42)
  189.         Me.rbtRectangles.Name = "rbtRectangles"
  190.         Me.rbtRectangles.Size = New System.Drawing.Size(73, 17)
  191.         Me.rbtRectangles.TabIndex = 9
  192.         Me.rbtRectangles.TabStop = True
  193.         Me.rbtRectangles.Text = "Rettangoli"
  194.         Me.rbtRectangles.UseVisualStyleBackColor = True
  195.         '
  196.         'rbtLoudness
  197.         '
  198.         Me.rbtLoudness.AutoSize = True
  199.         Me.rbtLoudness.Location = New System.Drawing.Point(6, 65)
  200.         Me.rbtLoudness.Name = "rbtLoudness"
  201.         Me.rbtLoudness.Size = New System.Drawing.Size(104, 17)
  202.         Me.rbtLoudness.TabIndex = 9
  203.         Me.rbtLoudness.TabStop = True
  204.         Me.rbtLoudness.Text = "Fasce d'intensità"
  205.         Me.rbtLoudness.UseVisualStyleBackColor = True
  206.         '
  207.         'Form1
  208.         '
  209.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  210.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  211.         Me.ClientSize = New System.Drawing.Size(581, 390)
  212.         Me.Controls.Add(Me.lblStatus)
  213.         Me.Controls.Add(Me.nudTimeWidth)
  214.         Me.Controls.Add(Me.Label1)
  215.         Me.Controls.Add(Me.btnStop)
  216.         Me.Controls.Add(Me.btnPause)
  217.         Me.Controls.Add(Me.GroupBox1)
  218.         Me.Controls.Add(Me.btnPlay)
  219.         Me.Controls.Add(Me.btnLoad)
  220.         Me.Controls.Add(Me.picWave)
  221.         Me.MinimumSize = New System.Drawing.Size(590, 391)
  222.         Me.Name = "Form1"
  223.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  224.         Me.Text = "Wave Visualizer"
  225.         CType(Me.picWave, System.ComponentModel.ISupportInitialize).EndInit()
  226.         Me.GroupBox1.ResumeLayout(False)
  227.         Me.GroupBox1.PerformLayout()
  228.         CType(Me.nudTimeWidth, System.ComponentModel.ISupportInitialize).EndInit()
  229.         Me.ResumeLayout(False)
  230.         Me.PerformLayout()
  231.  
  232.     End Sub
  233.     Friend WithEvents picWave As System.Windows.Forms.PictureBox
  234.     Friend WithEvents btnLoad As System.Windows.Forms.Button
  235.     Friend WithEvents btnPlay As System.Windows.Forms.Button
  236.     Friend WithEvents tmrRefresh As System.Windows.Forms.Timer
  237.     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
  238.     Friend WithEvents rbtWaveForm As System.Windows.Forms.RadioButton
  239.     Friend WithEvents btnPause As System.Windows.Forms.Button
  240.     Friend WithEvents btnStop As System.Windows.Forms.Button
  241.     Friend WithEvents lnkBackColor As System.Windows.Forms.LinkLabel
  242.     Friend WithEvents lnkWaveColor As System.Windows.Forms.LinkLabel
  243.     Friend WithEvents ColorDialog As System.Windows.Forms.ColorDialog
  244.     Friend WithEvents Label1 As System.Windows.Forms.Label
  245.     Friend WithEvents nudTimeWidth As System.Windows.Forms.NumericUpDown
  246.     Friend WithEvents lblStatus As System.Windows.Forms.Label
  247.     Friend WithEvents rbtRectangles As System.Windows.Forms.RadioButton
  248.     Friend WithEvents rbtLoudness As System.Windows.Forms.RadioButton
  249.  
  250. End Class