![]() |
File encryption center - SerialNumber.Designer.vb |
SerialNumber.Designer.vb
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class SerialNumber
- 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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(SerialNumber))
- Me.AcceptBTN = New System.Windows.Forms.Button
- Me.CancleBTN = New System.Windows.Forms.Button
- Me.PassTXT = New System.Windows.Forms.TextBox
- Me.RePassTXT = New System.Windows.Forms.TextBox
- Me.PassLBL = New System.Windows.Forms.Label
- Me.RePassLBL = New System.Windows.Forms.Label
- Me.LogoPIC = New System.Windows.Forms.PictureBox
- Me.InfoLBL = New System.Windows.Forms.Label
- Me.PictureBox1 = New System.Windows.Forms.PictureBox
- CType(Me.LogoPIC, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'AcceptBTN
- '
- Me.AcceptBTN.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.AcceptBTN.Location = New System.Drawing.Point(12, 120)
- Me.AcceptBTN.Name = "AcceptBTN"
- Me.AcceptBTN.Size = New System.Drawing.Size(75, 23)
- Me.AcceptBTN.TabIndex = 2
- Me.AcceptBTN.Text = "موافق"
- Me.AcceptBTN.UseVisualStyleBackColor = True
- '
- 'CancleBTN
- '
- Me.CancleBTN.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.CancleBTN.Location = New System.Drawing.Point(12, 149)
- Me.CancleBTN.Name = "CancleBTN"
- Me.CancleBTN.Size = New System.Drawing.Size(75, 23)
- Me.CancleBTN.TabIndex = 3
- Me.CancleBTN.Text = "إلغاء العملية"
- Me.CancleBTN.UseVisualStyleBackColor = True
- '
- 'PassTXT
- '
- Me.PassTXT.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.PassTXT.Location = New System.Drawing.Point(82, 35)
- Me.PassTXT.MaxLength = 60
- Me.PassTXT.Name = "PassTXT"
- Me.PassTXT.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
- Me.PassTXT.Size = New System.Drawing.Size(363, 20)
- Me.PassTXT.TabIndex = 0
- Me.PassTXT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'RePassTXT
- '
- Me.RePassTXT.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.RePassTXT.Location = New System.Drawing.Point(82, 84)
- Me.RePassTXT.MaxLength = 60
- Me.RePassTXT.Name = "RePassTXT"
- Me.RePassTXT.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
- Me.RePassTXT.Size = New System.Drawing.Size(363, 20)
- Me.RePassTXT.TabIndex = 1
- Me.RePassTXT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'PassLBL
- '
- Me.PassLBL.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.PassLBL.Location = New System.Drawing.Point(82, 9)
- Me.PassLBL.Name = "PassLBL"
- Me.PassLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.PassLBL.Size = New System.Drawing.Size(363, 23)
- Me.PassLBL.TabIndex = 4
- Me.PassLBL.Text = "أدخل كلمة سر فك تشفير الملف ( حتى 60 حرف ) :"
- Me.PassLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'RePassLBL
- '
- Me.RePassLBL.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.RePassLBL.Location = New System.Drawing.Point(82, 58)
- Me.RePassLBL.Name = "RePassLBL"
- Me.RePassLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.RePassLBL.Size = New System.Drawing.Size(363, 23)
- Me.RePassLBL.TabIndex = 5
- Me.RePassLBL.Text = "تأكيد الكلمة :"
- Me.RePassLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'LogoPIC
- '
- Me.LogoPIC.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.LogoPIC.Image = Global.Encrypt_files_center.My.Resources.Resources.CryptLOGO
- Me.LogoPIC.Location = New System.Drawing.Point(261, 112)
- Me.LogoPIC.Name = "LogoPIC"
- Me.LogoPIC.Size = New System.Drawing.Size(64, 65)
- Me.LogoPIC.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.LogoPIC.TabIndex = 11
- Me.LogoPIC.TabStop = False
- '
- 'InfoLBL
- '
- Me.InfoLBL.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.InfoLBL.Location = New System.Drawing.Point(331, 112)
- Me.InfoLBL.Name = "InfoLBL"
- Me.InfoLBL.Size = New System.Drawing.Size(114, 65)
- Me.InfoLBL.TabIndex = 20
- Me.InfoLBL.Text = "Info Lable"
- Me.InfoLBL.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- 'PictureBox1
- '
- Me.PictureBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.PictureBox1.Image = Global.Encrypt_files_center.My.Resources.Resources.KeyPIC
- Me.PictureBox1.Location = New System.Drawing.Point(9, 17)
- Me.PictureBox1.Name = "PictureBox1"
- Me.PictureBox1.Size = New System.Drawing.Size(64, 65)
- Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.PictureBox1.TabIndex = 21
- Me.PictureBox1.TabStop = False
- '
- 'SerialNumber
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(457, 184)
- Me.Controls.Add(Me.PictureBox1)
- Me.Controls.Add(Me.InfoLBL)
- Me.Controls.Add(Me.LogoPIC)
- Me.Controls.Add(Me.RePassLBL)
- Me.Controls.Add(Me.PassLBL)
- Me.Controls.Add(Me.RePassTXT)
- Me.Controls.Add(Me.PassTXT)
- Me.Controls.Add(Me.CancleBTN)
- Me.Controls.Add(Me.AcceptBTN)
- Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
- Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
- Me.Name = "SerialNumber"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "SerialNumber"
- CType(Me.LogoPIC, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
- End Sub
- Friend WithEvents AcceptBTN As System.Windows.Forms.Button
- Friend WithEvents CancleBTN As System.Windows.Forms.Button
- Friend WithEvents PassTXT As System.Windows.Forms.TextBox
- Friend WithEvents RePassTXT As System.Windows.Forms.TextBox
- Friend WithEvents PassLBL As System.Windows.Forms.Label
- Friend WithEvents RePassLBL As System.Windows.Forms.Label
- Friend WithEvents LogoPIC As System.Windows.Forms.PictureBox
- Friend WithEvents InfoLBL As System.Windows.Forms.Label
- Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
- End Class