![]() |
File encryption center - Setting.Designer.vb |
Setting.Designer.vb
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class Setting
- 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(Setting))
- Me.SpeedLBL = New System.Windows.Forms.Label
- Me.Label1 = New System.Windows.Forms.Label
- Me.Label2 = New System.Windows.Forms.Label
- Me.Label3 = New System.Windows.Forms.Label
- Me.Label4 = New System.Windows.Forms.Label
- Me.LogoPIC = New System.Windows.Forms.PictureBox
- Me.interval = New System.Windows.Forms.ComboBox
- Me.updateme = New System.Windows.Forms.ComboBox
- Me.rewrpass = New System.Windows.Forms.ComboBox
- Me.wrongpass = New System.Windows.Forms.ComboBox
- Me.hidepro = New System.Windows.Forms.ComboBox
- Me.prio = New System.Windows.Forms.ComboBox
- Me.SetPrioLBL = New System.Windows.Forms.Label
- Me.CancleBTN = New System.Windows.Forms.Button
- Me.AcceptBTN = New System.Windows.Forms.Button
- Me.Label6 = New System.Windows.Forms.Label
- Me.cryptname = New System.Windows.Forms.ComboBox
- Me.Label5 = New System.Windows.Forms.Label
- Me.RemoveBTN = New System.Windows.Forms.Button
- Me.InfoLBL = New System.Windows.Forms.Label
- Me.Label7 = New System.Windows.Forms.Label
- Me.RMTXT = New System.Windows.Forms.TextBox
- Me.RMinuPIC = New System.Windows.Forms.PictureBox
- CType(Me.LogoPIC, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.RMinuPIC, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'SpeedLBL
- '
- Me.SpeedLBL.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.SpeedLBL.Location = New System.Drawing.Point(160, 180)
- Me.SpeedLBL.Name = "SpeedLBL"
- Me.SpeedLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.SpeedLBL.Size = New System.Drawing.Size(170, 23)
- Me.SpeedLBL.TabIndex = 5
- Me.SpeedLBL.Text = "سرعة المعالجة :"
- Me.SpeedLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'Label1
- '
- Me.Label1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label1.Location = New System.Drawing.Point(160, 234)
- Me.Label1.Name = "Label1"
- Me.Label1.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.Label1.Size = New System.Drawing.Size(170, 23)
- Me.Label1.TabIndex = 6
- Me.Label1.Text = "طلب تكرار كلمة المرور :"
- Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'Label2
- '
- Me.Label2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label2.Location = New System.Drawing.Point(160, 315)
- Me.Label2.Name = "Label2"
- Me.Label2.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.Label2.Size = New System.Drawing.Size(170, 23)
- Me.Label2.TabIndex = 7
- Me.Label2.Text = "طلب التحديث :"
- Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'Label3
- '
- Me.Label3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label3.Location = New System.Drawing.Point(160, 261)
- Me.Label3.Name = "Label3"
- Me.Label3.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.Label3.Size = New System.Drawing.Size(170, 23)
- Me.Label3.TabIndex = 8
- Me.Label3.Text = "عند كتابة كلمة فك تشفير خاطئة :"
- Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'Label4
- '
- Me.Label4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label4.Location = New System.Drawing.Point(160, 288)
- Me.Label4.Name = "Label4"
- Me.Label4.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.Label4.Size = New System.Drawing.Size(170, 23)
- Me.Label4.TabIndex = 9
- Me.Label4.Text = "تمويه البرنامج :"
- Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'LogoPIC
- '
- Me.LogoPIC.Image = Global.Encrypt_files_center.My.Resources.Resources.CryptLOGO
- Me.LogoPIC.Location = New System.Drawing.Point(12, 12)
- Me.LogoPIC.Name = "LogoPIC"
- Me.LogoPIC.Size = New System.Drawing.Size(79, 82)
- Me.LogoPIC.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.LogoPIC.TabIndex = 11
- Me.LogoPIC.TabStop = False
- '
- 'interval
- '
- Me.interval.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.interval.FormattingEnabled = True
- Me.interval.Items.AddRange(New Object() {"1000 نبضة بالثانية", "500 نبضة بالثانية", "250 نبضة بالثانية"})
- Me.interval.Location = New System.Drawing.Point(12, 180)
- Me.interval.Name = "interval"
- Me.interval.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.interval.Size = New System.Drawing.Size(142, 21)
- Me.interval.TabIndex = 3
- '
- 'updateme
- '
- Me.updateme.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.updateme.FormattingEnabled = True
- Me.updateme.Items.AddRange(New Object() {"إذا كان الاتصال متوفر", "أبداً"})
- Me.updateme.Location = New System.Drawing.Point(12, 315)
- Me.updateme.Name = "updateme"
- Me.updateme.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.updateme.Size = New System.Drawing.Size(142, 21)
- Me.updateme.TabIndex = 8
- '
- 'rewrpass
- '
- Me.rewrpass.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.rewrpass.FormattingEnabled = True
- Me.rewrpass.Items.AddRange(New Object() {"نعم", "لا"})
- Me.rewrpass.Location = New System.Drawing.Point(12, 234)
- Me.rewrpass.Name = "rewrpass"
- Me.rewrpass.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.rewrpass.Size = New System.Drawing.Size(142, 21)
- Me.rewrpass.TabIndex = 5
- '
- 'wrongpass
- '
- Me.wrongpass.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.wrongpass.FormattingEnabled = True
- Me.wrongpass.Items.AddRange(New Object() {"عمل لاشيء"})
- Me.wrongpass.Location = New System.Drawing.Point(12, 261)
- Me.wrongpass.Name = "wrongpass"
- Me.wrongpass.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.wrongpass.Size = New System.Drawing.Size(142, 21)
- Me.wrongpass.TabIndex = 6
- '
- 'hidepro
- '
- Me.hidepro.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.hidepro.FormattingEnabled = True
- Me.hidepro.Items.AddRange(New Object() {"غير متوفر"})
- Me.hidepro.Location = New System.Drawing.Point(12, 288)
- Me.hidepro.Name = "hidepro"
- Me.hidepro.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.hidepro.Size = New System.Drawing.Size(142, 21)
- Me.hidepro.TabIndex = 7
- '
- 'prio
- '
- Me.prio.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.prio.FormattingEnabled = True
- Me.prio.Items.AddRange(New Object() {"مرتفع", "فوق العادي", "عادي"})
- Me.prio.Location = New System.Drawing.Point(12, 153)
- Me.prio.Name = "prio"
- Me.prio.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.prio.Size = New System.Drawing.Size(142, 21)
- Me.prio.TabIndex = 2
- '
- 'SetPrioLBL
- '
- Me.SetPrioLBL.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.SetPrioLBL.Location = New System.Drawing.Point(160, 153)
- Me.SetPrioLBL.Name = "SetPrioLBL"
- Me.SetPrioLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.SetPrioLBL.Size = New System.Drawing.Size(170, 23)
- Me.SetPrioLBL.TabIndex = 17
- Me.SetPrioLBL.Text = "تعيين الأفضلية :"
- Me.SetPrioLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- '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, 487)
- Me.CancleBTN.Name = "CancleBTN"
- Me.CancleBTN.Size = New System.Drawing.Size(75, 23)
- Me.CancleBTN.TabIndex = 1
- Me.CancleBTN.Text = "إلغاء الأمر"
- Me.CancleBTN.UseVisualStyleBackColor = True
- '
- '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(93, 487)
- Me.AcceptBTN.Name = "AcceptBTN"
- Me.AcceptBTN.Size = New System.Drawing.Size(75, 23)
- Me.AcceptBTN.TabIndex = 0
- Me.AcceptBTN.Text = "موافق"
- Me.AcceptBTN.UseVisualStyleBackColor = True
- '
- 'Label6
- '
- Me.Label6.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label6.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label6.ForeColor = System.Drawing.Color.SlateGray
- Me.Label6.Location = New System.Drawing.Point(217, 100)
- Me.Label6.Name = "Label6"
- Me.Label6.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.Label6.Size = New System.Drawing.Size(114, 23)
- Me.Label6.TabIndex = 21
- Me.Label6.Text = "إعدادات البرنامج :"
- Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'cryptname
- '
- Me.cryptname.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.cryptname.FormattingEnabled = True
- Me.cryptname.Items.AddRange(New Object() {"نعم ( مستحسن )", "لا"})
- Me.cryptname.Location = New System.Drawing.Point(12, 207)
- Me.cryptname.Name = "cryptname"
- Me.cryptname.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.cryptname.Size = New System.Drawing.Size(142, 21)
- Me.cryptname.TabIndex = 4
- '
- 'Label5
- '
- Me.Label5.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label5.Location = New System.Drawing.Point(160, 207)
- Me.Label5.Name = "Label5"
- Me.Label5.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.Label5.Size = New System.Drawing.Size(170, 23)
- Me.Label5.TabIndex = 22
- Me.Label5.Text = "تشفير أسماء الملفات :"
- Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'RemoveBTN
- '
- Me.RemoveBTN.Location = New System.Drawing.Point(12, 100)
- Me.RemoveBTN.Name = "RemoveBTN"
- Me.RemoveBTN.Size = New System.Drawing.Size(79, 23)
- Me.RemoveBTN.TabIndex = 23
- Me.RemoveBTN.Text = "إزالة"
- Me.RemoveBTN.UseVisualStyleBackColor = True
- '
- '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(97, 12)
- Me.InfoLBL.Name = "InfoLBL"
- Me.InfoLBL.Size = New System.Drawing.Size(114, 82)
- Me.InfoLBL.TabIndex = 24
- Me.InfoLBL.Text = "Info Lable"
- Me.InfoLBL.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- 'Label7
- '
- Me.Label7.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label7.Location = New System.Drawing.Point(160, 338)
- Me.Label7.Name = "Label7"
- Me.Label7.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.Label7.Size = New System.Drawing.Size(170, 23)
- Me.Label7.TabIndex = 25
- Me.Label7.Text = "النص الظاهر في القائمة اليمنى :"
- Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'RMTXT
- '
- Me.RMTXT.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.RMTXT.Font = New System.Drawing.Font("Times New Roman", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.RMTXT.ForeColor = System.Drawing.SystemColors.ControlDarkDark
- Me.RMTXT.Location = New System.Drawing.Point(12, 340)
- Me.RMTXT.Name = "RMTXT"
- Me.RMTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.RMTXT.Size = New System.Drawing.Size(142, 20)
- Me.RMTXT.TabIndex = 26
- Me.RMTXT.Text = "hhj"
- Me.RMTXT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'RMinuPIC
- '
- Me.RMinuPIC.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.RMinuPIC.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.RMinuPIC.Image = Global.Encrypt_files_center.My.Resources.Resources.RMenuIMG
- Me.RMinuPIC.Location = New System.Drawing.Point(56, 366)
- Me.RMinuPIC.Name = "RMinuPIC"
- Me.RMinuPIC.Size = New System.Drawing.Size(231, 117)
- Me.RMinuPIC.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.RMinuPIC.TabIndex = 27
- Me.RMinuPIC.TabStop = False
- '
- 'Setting
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(342, 522)
- Me.Controls.Add(Me.RMinuPIC)
- Me.Controls.Add(Me.RMTXT)
- Me.Controls.Add(Me.Label7)
- Me.Controls.Add(Me.InfoLBL)
- Me.Controls.Add(Me.RemoveBTN)
- Me.Controls.Add(Me.cryptname)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.Label6)
- Me.Controls.Add(Me.AcceptBTN)
- Me.Controls.Add(Me.CancleBTN)
- Me.Controls.Add(Me.prio)
- Me.Controls.Add(Me.SetPrioLBL)
- Me.Controls.Add(Me.hidepro)
- Me.Controls.Add(Me.wrongpass)
- Me.Controls.Add(Me.rewrpass)
- Me.Controls.Add(Me.updateme)
- Me.Controls.Add(Me.interval)
- Me.Controls.Add(Me.LogoPIC)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.SpeedLBL)
- Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
- Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
- Me.Name = "Setting"
- Me.Opacity = 0.95
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "Setting"
- CType(Me.LogoPIC, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.RMinuPIC, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
- End Sub
- Friend WithEvents SpeedLBL As System.Windows.Forms.Label
- Friend WithEvents Label1 As System.Windows.Forms.Label
- Friend WithEvents Label2 As System.Windows.Forms.Label
- Friend WithEvents Label3 As System.Windows.Forms.Label
- Friend WithEvents Label4 As System.Windows.Forms.Label
- Friend WithEvents LogoPIC As System.Windows.Forms.PictureBox
- Friend WithEvents interval As System.Windows.Forms.ComboBox
- Friend WithEvents ComboBox2 As System.Windows.Forms.ComboBox
- Friend WithEvents rewrpass As System.Windows.Forms.ComboBox
- Friend WithEvents wrongpass As System.Windows.Forms.ComboBox
- Friend WithEvents hidepro As System.Windows.Forms.ComboBox
- Friend WithEvents prio As System.Windows.Forms.ComboBox
- Friend WithEvents SetPrioLBL As System.Windows.Forms.Label
- Friend WithEvents CancleBTN As System.Windows.Forms.Button
- Friend WithEvents AcceptBTN As System.Windows.Forms.Button
- Friend WithEvents Label6 As System.Windows.Forms.Label
- Friend WithEvents updateme As System.Windows.Forms.ComboBox
- Friend WithEvents cryptname As System.Windows.Forms.ComboBox
- Friend WithEvents Label5 As System.Windows.Forms.Label
- Friend WithEvents RemoveBTN As System.Windows.Forms.Button
- Friend WithEvents InfoLBL As System.Windows.Forms.Label
- Friend WithEvents Label7 As System.Windows.Forms.Label
- Friend WithEvents RMTXT As System.Windows.Forms.TextBox
- Friend WithEvents RMinuPIC As System.Windows.Forms.PictureBox
- End Class