![]() |
Process Modules and ProcessName Collecter - Form1.Designer.vb |
Form1.Designer.vb
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class Form1
- 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()
- Me.components = New System.ComponentModel.Container
- Me.Manager = New System.Windows.Forms.Timer(Me.components)
- Me.LB = New System.Windows.Forms.ListBox
- Me.GetBTN = New System.Windows.Forms.Button
- Me.NameTXT = New System.Windows.Forms.TextBox
- Me.SuspendLayout()
- '
- 'Manager
- '
- Me.Manager.Enabled = True
- Me.Manager.Interval = 1000
- '
- 'LB
- '
- Me.LB.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.LB.FormattingEnabled = True
- Me.LB.Location = New System.Drawing.Point(12, 13)
- Me.LB.Name = "LB"
- Me.LB.Size = New System.Drawing.Size(418, 550)
- Me.LB.TabIndex = 0
- '
- 'GetBTN
- '
- Me.GetBTN.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.GetBTN.Location = New System.Drawing.Point(12, 581)
- Me.GetBTN.Name = "GetBTN"
- Me.GetBTN.Size = New System.Drawing.Size(100, 23)
- Me.GetBTN.TabIndex = 1
- Me.GetBTN.Text = "حدث المعطيات"
- Me.GetBTN.UseVisualStyleBackColor = True
- '
- 'NameTXT
- '
- Me.NameTXT.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.NameTXT.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.NameTXT.ForeColor = System.Drawing.Color.SlateGray
- Me.NameTXT.Location = New System.Drawing.Point(118, 583)
- Me.NameTXT.Name = "NameTXT"
- Me.NameTXT.Size = New System.Drawing.Size(150, 23)
- Me.NameTXT.TabIndex = 2
- Me.NameTXT.Text = "notepad"
- Me.NameTXT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Form1
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(442, 616)
- Me.Controls.Add(Me.NameTXT)
- Me.Controls.Add(Me.GetBTN)
- Me.Controls.Add(Me.LB)
- Me.Name = "Form1"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "مخترق ملفات الطلبات الداخلية - وسام نفاع"
- Me.ResumeLayout(False)
- Me.PerformLayout()
- End Sub
- Friend WithEvents Manager As System.Windows.Forms.Timer
- Friend WithEvents LB As System.Windows.Forms.ListBox
- Friend WithEvents GetBTN As System.Windows.Forms.Button
- Friend WithEvents NameTXT As System.Windows.Forms.TextBox
- End Class