FLV.Designer.vb
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class FLV
- Inherits System.Windows.Forms.Form
- 'Form overrides dispose to clean up the component list.
- <System.Diagnostics.DebuggerNonUserCode()> _
- Protected Overrides Sub Dispose(ByVal disposing As Boolean)
- If disposing AndAlso components IsNot Nothing Then
- components.Dispose()
- End If
- MyBase.Dispose(disposing)
- End Sub
- 'Required by the Windows Form Designer
- Private components As System.ComponentModel.IContainer
- 'NOTE: The following procedure is required by the Windows Form Designer
- 'It can be modified using the Windows Form Designer.
- 'Do not modify it using the code editor.
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Dim ListViewItem1 As System.Windows.Forms.ListViewItem = New System.Windows.Forms.ListViewItem("Nadooshty")
- Dim ListViewItem2 As System.Windows.Forms.ListViewItem = New System.Windows.Forms.ListViewItem("بحبك")
- Me.ListView1 = New System.Windows.Forms.ListView
- Me.SuspendLayout()
- '
- 'ListView1
- '
- Me.ListView1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.ListView1.BackColor = System.Drawing.Color.Black
- Me.ListView1.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.ListView1.Font = New System.Drawing.Font("Times New Roman", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.ListView1.ForeColor = System.Drawing.Color.Gainsboro
- Me.ListView1.Items.AddRange(New System.Windows.Forms.ListViewItem() {ListViewItem1, ListViewItem2})
- Me.ListView1.Location = New System.Drawing.Point(28, 34)
- Me.ListView1.Name = "ListView1"
- Me.ListView1.Size = New System.Drawing.Size(153, 124)
- Me.ListView1.TabIndex = 0
- Me.ListView1.UseCompatibleStateImageBehavior = False
- Me.ListView1.View = System.Windows.Forms.View.List
- '
- 'FLV
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.BackColor = System.Drawing.Color.Black
- Me.ClientSize = New System.Drawing.Size(206, 195)
- Me.Controls.Add(Me.ListView1)
- Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
- Me.Name = "FLV"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "NewProduct"
- Me.ResumeLayout(False)
- End Sub
- Friend WithEvents ListView1 As System.Windows.Forms.ListView
- End Class