![]() |
File encryption center - Main.Designer.vb |
Main.Designer.vb
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class Main
- 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(Main))
- Me.CryptBTN = New System.Windows.Forms.Button
- Me.HelpBTN = New System.Windows.Forms.Button
- Me.SettingBTN = New System.Windows.Forms.Button
- Me.CloseBTN = New System.Windows.Forms.Button
- Me.PathTXT = New System.Windows.Forms.TextBox
- Me.AllFiles = New System.Windows.Forms.ListBox
- Me.Manager = New System.Windows.Forms.Timer(Me.components)
- Me.Bar = New System.Windows.Forms.ProgressBar
- Me.DesCryptBTN = New System.Windows.Forms.Button
- Me.AboutBTN = New System.Windows.Forms.Button
- Me.LogoPIC = New System.Windows.Forms.PictureBox
- Me.PIC = New System.Windows.Forms.PictureBox
- Me.InfoLBL = New System.Windows.Forms.Label
- Me.GetShift = New System.Windows.Forms.Label
- Me.MyInfoLBL = New System.Windows.Forms.Label
- Me.FilesListBTN = New System.Windows.Forms.Button
- CType(Me.LogoPIC, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.PIC, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'CryptBTN
- '
- Me.CryptBTN.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.CryptBTN.Enabled = False
- Me.CryptBTN.Image = Global.Encrypt_files_center.My.Resources.Resources.KeyPIC
- Me.CryptBTN.Location = New System.Drawing.Point(12, 48)
- Me.CryptBTN.Name = "CryptBTN"
- Me.CryptBTN.Size = New System.Drawing.Size(75, 23)
- Me.CryptBTN.TabIndex = 1
- Me.CryptBTN.Text = "تشفير"
- Me.CryptBTN.UseVisualStyleBackColor = True
- '
- 'HelpBTN
- '
- Me.HelpBTN.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.HelpBTN.Location = New System.Drawing.Point(12, 164)
- Me.HelpBTN.Name = "HelpBTN"
- Me.HelpBTN.Size = New System.Drawing.Size(75, 23)
- Me.HelpBTN.TabIndex = 4
- Me.HelpBTN.Text = "إرشادات"
- Me.HelpBTN.UseVisualStyleBackColor = True
- '
- 'SettingBTN
- '
- Me.SettingBTN.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.SettingBTN.Location = New System.Drawing.Point(12, 106)
- Me.SettingBTN.Name = "SettingBTN"
- Me.SettingBTN.Size = New System.Drawing.Size(75, 23)
- Me.SettingBTN.TabIndex = 3
- Me.SettingBTN.Text = "إعدادات"
- Me.SettingBTN.UseVisualStyleBackColor = True
- '
- 'CloseBTN
- '
- Me.CloseBTN.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.CloseBTN.Location = New System.Drawing.Point(12, 222)
- Me.CloseBTN.Name = "CloseBTN"
- Me.CloseBTN.Size = New System.Drawing.Size(75, 23)
- Me.CloseBTN.TabIndex = 6
- Me.CloseBTN.Text = "إغلاق"
- Me.CloseBTN.UseVisualStyleBackColor = True
- '
- 'PathTXT
- '
- Me.PathTXT.AllowDrop = True
- Me.PathTXT.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.PathTXT.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
- Me.PathTXT.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories
- Me.PathTXT.ForeColor = System.Drawing.Color.Silver
- Me.PathTXT.Location = New System.Drawing.Point(12, 14)
- Me.PathTXT.Name = "PathTXT"
- Me.PathTXT.Size = New System.Drawing.Size(250, 20)
- Me.PathTXT.TabIndex = 7
- Me.PathTXT.Text = "ضع المسار هنا"
- Me.PathTXT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'AllFiles
- '
- Me.AllFiles.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.AllFiles.Font = New System.Drawing.Font("Times New Roman", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.AllFiles.FormattingEnabled = True
- Me.AllFiles.ItemHeight = 14
- Me.AllFiles.Location = New System.Drawing.Point(268, 189)
- Me.AllFiles.Name = "AllFiles"
- Me.AllFiles.Size = New System.Drawing.Size(213, 172)
- Me.AllFiles.TabIndex = 6
- Me.AllFiles.Visible = False
- '
- 'Manager
- '
- Me.Manager.Interval = 1
- '
- 'Bar
- '
- Me.Bar.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Bar.Location = New System.Drawing.Point(12, 249)
- Me.Bar.Name = "Bar"
- Me.Bar.Size = New System.Drawing.Size(294, 23)
- Me.Bar.TabIndex = 7
- Me.Bar.Visible = False
- '
- 'DesCryptBTN
- '
- Me.DesCryptBTN.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.DesCryptBTN.Enabled = False
- Me.DesCryptBTN.Location = New System.Drawing.Point(12, 77)
- Me.DesCryptBTN.Name = "DesCryptBTN"
- Me.DesCryptBTN.Size = New System.Drawing.Size(75, 23)
- Me.DesCryptBTN.TabIndex = 2
- Me.DesCryptBTN.Text = "فك تشفير"
- Me.DesCryptBTN.UseVisualStyleBackColor = True
- '
- 'AboutBTN
- '
- Me.AboutBTN.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.AboutBTN.Location = New System.Drawing.Point(12, 193)
- Me.AboutBTN.Name = "AboutBTN"
- Me.AboutBTN.Size = New System.Drawing.Size(75, 23)
- Me.AboutBTN.TabIndex = 5
- Me.AboutBTN.Text = "حول"
- Me.AboutBTN.UseVisualStyleBackColor = True
- '
- 'LogoPIC
- '
- Me.LogoPIC.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.LogoPIC.Image = Global.Encrypt_files_center.My.Resources.Resources.CryptLOGO
- Me.LogoPIC.Location = New System.Drawing.Point(120, 67)
- Me.LogoPIC.Name = "LogoPIC"
- Me.LogoPIC.Size = New System.Drawing.Size(153, 153)
- Me.LogoPIC.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.LogoPIC.TabIndex = 10
- Me.LogoPIC.TabStop = False
- '
- 'PIC
- '
- Me.PIC.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.PIC.Location = New System.Drawing.Point(270, 2)
- Me.PIC.Name = "PIC"
- Me.PIC.Size = New System.Drawing.Size(40, 40)
- Me.PIC.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.PIC.TabIndex = 5
- Me.PIC.TabStop = False
- '
- 'InfoLBL
- '
- Me.InfoLBL.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.InfoLBL.Location = New System.Drawing.Point(93, 223)
- Me.InfoLBL.Name = "InfoLBL"
- Me.InfoLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.InfoLBL.Size = New System.Drawing.Size(216, 23)
- Me.InfoLBL.TabIndex = 18
- Me.InfoLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'GetShift
- '
- Me.GetShift.AutoSize = True
- Me.GetShift.Location = New System.Drawing.Point(0, 0)
- Me.GetShift.Name = "GetShift"
- Me.GetShift.Size = New System.Drawing.Size(11, 13)
- Me.GetShift.TabIndex = 19
- Me.GetShift.Text = """"
- Me.GetShift.Visible = False
- '
- 'MyInfoLBL
- '
- Me.MyInfoLBL.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.MyInfoLBL.Location = New System.Drawing.Point(117, 194)
- Me.MyInfoLBL.Name = "MyInfoLBL"
- Me.MyInfoLBL.Size = New System.Drawing.Size(126, 65)
- Me.MyInfoLBL.TabIndex = 21
- Me.MyInfoLBL.Text = "Info Lable"
- Me.MyInfoLBL.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- 'FilesListBTN
- '
- Me.FilesListBTN.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.FilesListBTN.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.FilesListBTN.Location = New System.Drawing.Point(12, 135)
- Me.FilesListBTN.Name = "FilesListBTN"
- Me.FilesListBTN.Size = New System.Drawing.Size(75, 23)
- Me.FilesListBTN.TabIndex = 22
- Me.FilesListBTN.Text = "القائمة"
- Me.FilesListBTN.UseVisualStyleBackColor = True
- '
- 'Main
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(318, 284)
- Me.Controls.Add(Me.FilesListBTN)
- Me.Controls.Add(Me.MyInfoLBL)
- Me.Controls.Add(Me.GetShift)
- Me.Controls.Add(Me.InfoLBL)
- Me.Controls.Add(Me.Bar)
- Me.Controls.Add(Me.AboutBTN)
- Me.Controls.Add(Me.DesCryptBTN)
- Me.Controls.Add(Me.AllFiles)
- Me.Controls.Add(Me.PIC)
- Me.Controls.Add(Me.PathTXT)
- Me.Controls.Add(Me.CloseBTN)
- Me.Controls.Add(Me.SettingBTN)
- Me.Controls.Add(Me.HelpBTN)
- Me.Controls.Add(Me.CryptBTN)
- Me.Controls.Add(Me.LogoPIC)
- Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
- Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
- Me.Name = "Main"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "Form1"
- CType(Me.LogoPIC, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.PIC, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
- End Sub
- Friend WithEvents CryptBTN As System.Windows.Forms.Button
- Friend WithEvents HelpBTN As System.Windows.Forms.Button
- Friend WithEvents SettingBTN As System.Windows.Forms.Button
- Friend WithEvents CloseBTN As System.Windows.Forms.Button
- Friend WithEvents PathTXT As System.Windows.Forms.TextBox
- Friend WithEvents PIC As System.Windows.Forms.PictureBox
- Friend WithEvents AllFiles As System.Windows.Forms.ListBox
- Friend WithEvents Manager As System.Windows.Forms.Timer
- Friend WithEvents Bar As System.Windows.Forms.ProgressBar
- Friend WithEvents DesCryptBTN As System.Windows.Forms.Button
- Friend WithEvents AboutBTN As System.Windows.Forms.Button
- Friend WithEvents LogoPIC As System.Windows.Forms.PictureBox
- Friend WithEvents InfoLBL As System.Windows.Forms.Label
- Friend WithEvents GetShift As System.Windows.Forms.Label
- Friend WithEvents MyInfoLBL As System.Windows.Forms.Label
- Friend WithEvents FilesListBTN As System.Windows.Forms.Button
- End Class