![]() |
File encryption center - Setup.Designer.vb |
Setup.Designer.vb
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class Setup
- 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
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Setup))
- Me.InfoLBL = New System.Windows.Forms.Label
- Me.NextBTN = New System.Windows.Forms.Button
- Me.CloseBTN = New System.Windows.Forms.Button
- Me.StatusLBL = New System.Windows.Forms.Label
- Me.RMTXT = New System.Windows.Forms.TextBox
- Me.Manager = New System.Windows.Forms.Timer(Me.components)
- Me.BrevBTN = New System.Windows.Forms.Button
- Me.SuspendLayout()
- '
- 'InfoLBL
- '
- Me.InfoLBL.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.InfoLBL.Dock = System.Windows.Forms.DockStyle.Top
- Me.InfoLBL.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.InfoLBL.ForeColor = System.Drawing.Color.MediumBlue
- Me.InfoLBL.Image = Global.Encrypt_files_center.My.Resources.Resources.CryptLOGO
- Me.InfoLBL.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
- Me.InfoLBL.Location = New System.Drawing.Point(0, 0)
- Me.InfoLBL.Name = "InfoLBL"
- Me.InfoLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.InfoLBL.Size = New System.Drawing.Size(376, 139)
- Me.InfoLBL.TabIndex = 0
- Me.InfoLBL.Text = "Label1"
- Me.InfoLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'NextBTN
- '
- Me.NextBTN.Location = New System.Drawing.Point(93, 300)
- Me.NextBTN.Name = "NextBTN"
- Me.NextBTN.Size = New System.Drawing.Size(75, 23)
- Me.NextBTN.TabIndex = 0
- Me.NextBTN.Text = "< التالي"
- Me.NextBTN.UseVisualStyleBackColor = True
- '
- 'CloseBTN
- '
- Me.CloseBTN.Location = New System.Drawing.Point(12, 300)
- Me.CloseBTN.Name = "CloseBTN"
- Me.CloseBTN.Size = New System.Drawing.Size(75, 23)
- Me.CloseBTN.TabIndex = 2
- Me.CloseBTN.Text = "إلغاء"
- Me.CloseBTN.UseVisualStyleBackColor = True
- '
- 'StatusLBL
- '
- Me.StatusLBL.Dock = System.Windows.Forms.DockStyle.Top
- Me.StatusLBL.ForeColor = System.Drawing.Color.DarkSlateBlue
- Me.StatusLBL.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
- Me.StatusLBL.Location = New System.Drawing.Point(0, 139)
- Me.StatusLBL.Name = "StatusLBL"
- Me.StatusLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.StatusLBL.Size = New System.Drawing.Size(376, 122)
- Me.StatusLBL.TabIndex = 3
- Me.StatusLBL.Text = "Label1"
- Me.StatusLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'RMTXT
- '
- Me.RMTXT.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.RMTXT.ForeColor = System.Drawing.Color.Red
- Me.RMTXT.Location = New System.Drawing.Point(78, 274)
- Me.RMTXT.Name = "RMTXT"
- Me.RMTXT.Size = New System.Drawing.Size(220, 20)
- Me.RMTXT.TabIndex = 3
- Me.RMTXT.Text = "hhj"
- Me.RMTXT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- Me.RMTXT.Visible = False
- '
- 'Manager
- '
- Me.Manager.Interval = 1000
- '
- 'BrevBTN
- '
- Me.BrevBTN.Location = New System.Drawing.Point(174, 300)
- Me.BrevBTN.Name = "BrevBTN"
- Me.BrevBTN.Size = New System.Drawing.Size(75, 23)
- Me.BrevBTN.TabIndex = 1
- Me.BrevBTN.Text = "السابق >"
- Me.BrevBTN.UseVisualStyleBackColor = True
- '
- 'Setup
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(376, 335)
- Me.Controls.Add(Me.BrevBTN)
- Me.Controls.Add(Me.RMTXT)
- Me.Controls.Add(Me.StatusLBL)
- Me.Controls.Add(Me.CloseBTN)
- Me.Controls.Add(Me.NextBTN)
- Me.Controls.Add(Me.InfoLBL)
- Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
- Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
- Me.Name = "Setup"
- Me.Opacity = 0.95
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "Setup"
- Me.ResumeLayout(False)
- Me.PerformLayout()
- End Sub
- Friend WithEvents InfoLBL As System.Windows.Forms.Label
- Friend WithEvents NextBTN As System.Windows.Forms.Button
- Friend WithEvents CloseBTN As System.Windows.Forms.Button
- Friend WithEvents StatusLBL As System.Windows.Forms.Label
- Friend WithEvents RMTXT As System.Windows.Forms.TextBox
- Friend WithEvents Manager As System.Windows.Forms.Timer
- Friend WithEvents BrevBTN As System.Windows.Forms.Button
- End Class