Partial Class Form1 Inherits System.Windows.Forms.Form 'Form remplace la méthode Dispose pour nettoyer la liste des composants. Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Requise par le Concepteur Windows Form Private components As System.ComponentModel.IContainer 'REMARQUE : la procédure suivante est requise par le Concepteur Windows Form 'Elle peut être modifiée à l'aide du Concepteur Windows Form. 'Ne la modifiez pas à l'aide de l'éditeur de code. Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1)) Me.Button1 = New System.Windows.Forms.Button() Me.ChargerFichier = New System.Windows.Forms.Button() Me.TextBoxFichier = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.TextBoxEncryption = New System.Windows.Forms.TextBox() Me.ButtonChangerIco = New System.Windows.Forms.Button() Me.PictureIcon = New System.Windows.Forms.PictureBox() Me.CheckBoxIcon = New System.Windows.Forms.CheckBox() Me.Label8 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.Label12 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.Label9 = New System.Windows.Forms.Label() Me.Acheter = New System.Windows.Forms.Button() Me.Label6 = New System.Windows.Forms.Label() Me.GroupBoxType = New System.Windows.Forms.GroupBox() Me.RadioButtonNatif = New System.Windows.Forms.RadioButton() Me.RadioButtonNet = New System.Windows.Forms.RadioButton() Me.GroupBoxInjection = New System.Windows.Forms.GroupBox() Me.RadioButtonReg = New System.Windows.Forms.RadioButton() Me.RadioButtonDll = New System.Windows.Forms.RadioButton() Me.GroupBoxCopier = New System.Windows.Forms.GroupBox() Me.TextBoxFichiercop = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.TextBoxDossier = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.GroupBoxStartup = New System.Windows.Forms.GroupBox() Me.TextBoxClestartup = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.Button2 = New System.Windows.Forms.Button() Me.ProgressBar1 = New System.Windows.Forms.ProgressBar() Me.RandomPool1 = New SpaceCrypter___Free_Edition.RandomPool() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() CType(Me.PictureIcon, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabPage2.SuspendLayout() Me.GroupBoxType.SuspendLayout() Me.GroupBoxInjection.SuspendLayout() Me.GroupBoxCopier.SuspendLayout() Me.GroupBoxStartup.SuspendLayout() Me.SuspendLayout() ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(486, 197) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(75, 23) Me.Button1.TabIndex = 0 Me.Button1.Text = "Crypter" Me.Button1.UseVisualStyleBackColor = True ' 'ChargerFichier ' Me.ChargerFichier.Location = New System.Drawing.Point(387, 22) Me.ChargerFichier.Name = "ChargerFichier" Me.ChargerFichier.Size = New System.Drawing.Size(75, 20) Me.ChargerFichier.TabIndex = 1 Me.ChargerFichier.Text = "Ouvrir" Me.ChargerFichier.TextAlign = System.Drawing.ContentAlignment.TopCenter Me.ChargerFichier.UseVisualStyleBackColor = True ' 'TextBoxFichier ' Me.TextBoxFichier.Location = New System.Drawing.Point(8, 22) Me.TextBoxFichier.Name = "TextBoxFichier" Me.TextBoxFichier.ReadOnly = True Me.TextBoxFichier.Size = New System.Drawing.Size(373, 20) Me.TextBoxFichier.TabIndex = 2 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(5, 6) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(88, 13) Me.Label1.TabIndex = 3 Me.Label1.Text = "Fichier a crypter :" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(5, 57) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(88, 13) Me.Label2.TabIndex = 4 Me.Label2.Text = "Clé d'encryption :" ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Location = New System.Drawing.Point(1, 1) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(476, 245) Me.TabControl1.TabIndex = 8 ' 'TabPage1 ' Me.TabPage1.Controls.Add(Me.TextBoxEncryption) Me.TabPage1.Controls.Add(Me.ButtonChangerIco) Me.TabPage1.Controls.Add(Me.PictureIcon) Me.TabPage1.Controls.Add(Me.CheckBoxIcon) Me.TabPage1.Controls.Add(Me.Label8) Me.TabPage1.Controls.Add(Me.Label7) Me.TabPage1.Controls.Add(Me.RandomPool1) Me.TabPage1.Controls.Add(Me.ChargerFichier) Me.TabPage1.Controls.Add(Me.Label1) Me.TabPage1.Controls.Add(Me.Label2) Me.TabPage1.Controls.Add(Me.TextBoxFichier) Me.TabPage1.Location = New System.Drawing.Point(4, 22) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(468, 219) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "Accueil" Me.TabPage1.UseVisualStyleBackColor = True ' 'TextBoxEncryption ' Me.TextBoxEncryption.Location = New System.Drawing.Point(8, 73) Me.TextBoxEncryption.Name = "TextBoxEncryption" Me.TextBoxEncryption.ReadOnly = True Me.TextBoxEncryption.Size = New System.Drawing.Size(454, 20) Me.TextBoxEncryption.TabIndex = 10 ' 'ButtonChangerIco ' Me.ButtonChangerIco.Enabled = False Me.ButtonChangerIco.Location = New System.Drawing.Point(290, 188) Me.ButtonChangerIco.Name = "ButtonChangerIco" Me.ButtonChangerIco.Size = New System.Drawing.Size(106, 23) Me.ButtonChangerIco.TabIndex = 9 Me.ButtonChangerIco.Text = "Charger un icon" Me.ButtonChangerIco.UseVisualStyleBackColor = True ' 'PictureIcon ' Me.PictureIcon.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.PictureIcon.Location = New System.Drawing.Point(402, 167) Me.PictureIcon.Name = "PictureIcon" Me.PictureIcon.Size = New System.Drawing.Size(44, 44) Me.PictureIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage Me.PictureIcon.TabIndex = 8 Me.PictureIcon.TabStop = False ' 'CheckBoxIcon ' Me.CheckBoxIcon.AutoSize = True Me.CheckBoxIcon.Location = New System.Drawing.Point(290, 167) Me.CheckBoxIcon.Name = "CheckBoxIcon" Me.CheckBoxIcon.Size = New System.Drawing.Size(89, 17) Me.CheckBoxIcon.TabIndex = 0 Me.CheckBoxIcon.Text = "Icon changer" Me.CheckBoxIcon.UseVisualStyleBackColor = True ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Label8.Location = New System.Drawing.Point(25, 188) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(145, 17) Me.Label8.TabIndex = 7 Me.Label8.Text = "Aucun fichier chargé !" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Label7.Location = New System.Drawing.Point(7, 167) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(184, 17) Me.Label7.TabIndex = 6 Me.Label7.Text = "Information de votre fichier :" ' 'TabPage2 ' Me.TabPage2.Controls.Add(Me.Label12) Me.TabPage2.Controls.Add(Me.Label11) Me.TabPage2.Controls.Add(Me.Label10) Me.TabPage2.Controls.Add(Me.Label9) Me.TabPage2.Controls.Add(Me.Acheter) Me.TabPage2.Controls.Add(Me.Label6) Me.TabPage2.Controls.Add(Me.GroupBoxType) Me.TabPage2.Controls.Add(Me.GroupBoxInjection) Me.TabPage2.Controls.Add(Me.GroupBoxCopier) Me.TabPage2.Controls.Add(Me.GroupBoxStartup) Me.TabPage2.Controls.Add(Me.Button1) Me.TabPage2.Location = New System.Drawing.Point(4, 22) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) Me.TabPage2.Size = New System.Drawing.Size(468, 219) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "Options" Me.TabPage2.UseVisualStyleBackColor = True ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Location = New System.Drawing.Point(7, 90) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(88, 13) Me.Label12.TabIndex = 18 Me.Label12.Text = "Copier le fichier : " ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(7, 14) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(100, 13) Me.Label11.TabIndex = 17 Me.Label11.Text = "Ajouter un StartUp :" ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(260, 14) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(53, 13) Me.Label10.TabIndex = 16 Me.Label10.Text = "Injection :" ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(257, 72) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(83, 13) Me.Label9.TabIndex = 15 Me.Label9.Text = "Type du fichier :" ' 'Acheter ' Me.Acheter.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Acheter.ForeColor = System.Drawing.Color.Red Me.Acheter.Location = New System.Drawing.Point(285, 170) Me.Acheter.Name = "Acheter" Me.Acheter.Size = New System.Drawing.Size(143, 37) Me.Acheter.TabIndex = 14 Me.Acheter.Text = "Clique ici" Me.Acheter.UseVisualStyleBackColor = True ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Label6.ForeColor = System.Drawing.Color.Red Me.Label6.Location = New System.Drawing.Point(260, 129) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(194, 34) Me.Label6.TabIndex = 13 Me.Label6.Text = "Besoin de plus de fonctions ?" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Achete SpaceCrypter !" Me.Label6.TextAlign = System.Drawing.ContentAlignment.BottomCenter ' 'GroupBoxType ' Me.GroupBoxType.Controls.Add(Me.RadioButtonNatif) Me.GroupBoxType.Controls.Add(Me.RadioButtonNet) Me.GroupBoxType.Location = New System.Drawing.Point(257, 83) Me.GroupBoxType.Name = "GroupBoxType" Me.GroupBoxType.Size = New System.Drawing.Size(200, 41) Me.GroupBoxType.TabIndex = 12 Me.GroupBoxType.TabStop = False ' 'RadioButtonNatif ' Me.RadioButtonNatif.AutoSize = True Me.RadioButtonNatif.Checked = True Me.RadioButtonNatif.Location = New System.Drawing.Point(124, 15) Me.RadioButtonNatif.Name = "RadioButtonNatif" Me.RadioButtonNatif.Size = New System.Drawing.Size(47, 17) Me.RadioButtonNatif.TabIndex = 1 Me.RadioButtonNatif.TabStop = True Me.RadioButtonNatif.Text = "Natif" Me.RadioButtonNatif.UseVisualStyleBackColor = True ' 'RadioButtonNet ' Me.RadioButtonNet.AutoSize = True Me.RadioButtonNet.Location = New System.Drawing.Point(28, 15) Me.RadioButtonNet.Name = "RadioButtonNet" Me.RadioButtonNet.Size = New System.Drawing.Size(50, 17) Me.RadioButtonNet.TabIndex = 0 Me.RadioButtonNet.Text = ".NET" Me.RadioButtonNet.UseVisualStyleBackColor = True ' 'GroupBoxInjection ' Me.GroupBoxInjection.Controls.Add(Me.RadioButtonReg) Me.GroupBoxInjection.Controls.Add(Me.RadioButtonDll) Me.GroupBoxInjection.Location = New System.Drawing.Point(257, 24) Me.GroupBoxInjection.Name = "GroupBoxInjection" Me.GroupBoxInjection.Size = New System.Drawing.Size(200, 41) Me.GroupBoxInjection.TabIndex = 10 Me.GroupBoxInjection.TabStop = False ' 'RadioButtonReg ' Me.RadioButtonReg.AutoSize = True Me.RadioButtonReg.Enabled = False Me.RadioButtonReg.Location = New System.Drawing.Point(125, 14) Me.RadioButtonReg.Name = "RadioButtonReg" Me.RadioButtonReg.Size = New System.Drawing.Size(65, 17) Me.RadioButtonReg.TabIndex = 1 Me.RadioButtonReg.Text = "RegAsm" Me.RadioButtonReg.UseVisualStyleBackColor = True ' 'RadioButtonDll ' Me.RadioButtonDll.AutoSize = True Me.RadioButtonDll.Checked = True Me.RadioButtonDll.Location = New System.Drawing.Point(6, 14) Me.RadioButtonDll.Name = "RadioButtonDll" Me.RadioButtonDll.Size = New System.Drawing.Size(77, 17) Me.RadioButtonDll.TabIndex = 0 Me.RadioButtonDll.TabStop = True Me.RadioButtonDll.Text = "Dllhost.exe" Me.RadioButtonDll.UseVisualStyleBackColor = True ' 'GroupBoxCopier ' Me.GroupBoxCopier.Controls.Add(Me.TextBoxFichiercop) Me.GroupBoxCopier.Controls.Add(Me.Label5) Me.GroupBoxCopier.Controls.Add(Me.TextBoxDossier) Me.GroupBoxCopier.Controls.Add(Me.Label4) Me.GroupBoxCopier.Location = New System.Drawing.Point(7, 105) Me.GroupBoxCopier.Name = "GroupBoxCopier" Me.GroupBoxCopier.Size = New System.Drawing.Size(244, 102) Me.GroupBoxCopier.TabIndex = 9 Me.GroupBoxCopier.TabStop = False ' 'TextBoxFichiercop ' Me.TextBoxFichiercop.Location = New System.Drawing.Point(6, 71) Me.TextBoxFichiercop.Name = "TextBoxFichiercop" Me.TextBoxFichiercop.Size = New System.Drawing.Size(232, 20) Me.TextBoxFichiercop.TabIndex = 10 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(6, 55) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(81, 13) Me.Label5.TabIndex = 9 Me.Label5.Text = "Nom du fichier :" ' 'TextBoxDossier ' Me.TextBoxDossier.Location = New System.Drawing.Point(6, 30) Me.TextBoxDossier.Name = "TextBoxDossier" Me.TextBoxDossier.Size = New System.Drawing.Size(232, 20) Me.TextBoxDossier.TabIndex = 8 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(3, 14) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(86, 13) Me.Label4.TabIndex = 0 Me.Label4.Text = "Nom du dossier :" ' 'GroupBoxStartup ' Me.GroupBoxStartup.Controls.Add(Me.TextBoxClestartup) Me.GroupBoxStartup.Controls.Add(Me.Label3) Me.GroupBoxStartup.Location = New System.Drawing.Point(7, 24) Me.GroupBoxStartup.Name = "GroupBoxStartup" Me.GroupBoxStartup.Size = New System.Drawing.Size(244, 63) Me.GroupBoxStartup.TabIndex = 7 Me.GroupBoxStartup.TabStop = False ' 'TextBoxClestartup ' Me.TextBoxClestartup.Location = New System.Drawing.Point(6, 32) Me.TextBoxClestartup.Name = "TextBoxClestartup" Me.TextBoxClestartup.Size = New System.Drawing.Size(232, 20) Me.TextBoxClestartup.TabIndex = 8 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(3, 16) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(78, 13) Me.Label3.TabIndex = 0 Me.Label3.Text = "Nom de la clé :" ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(355, 248) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(107, 23) Me.Button2.TabIndex = 9 Me.Button2.Text = "Cypter mon fichier" Me.Button2.UseVisualStyleBackColor = True ' 'ProgressBar1 ' Me.ProgressBar1.Location = New System.Drawing.Point(5, 248) Me.ProgressBar1.Name = "ProgressBar1" Me.ProgressBar1.Size = New System.Drawing.Size(344, 23) Me.ProgressBar1.TabIndex = 10 ' 'RandomPool1 ' Me.RandomPool1.BackColor = System.Drawing.Color.White Me.RandomPool1.Image = Nothing Me.RandomPool1.Location = New System.Drawing.Point(10, 99) Me.RandomPool1.Name = "RandomPool1" Me.RandomPool1.NoRounding = False Me.RandomPool1.Range = "0123456789ABCDEF" Me.RandomPool1.RangePadding = 2 Me.RandomPool1.Size = New System.Drawing.Size(449, 61) Me.RandomPool1.TabIndex = 5 Me.RandomPool1.Text = "RandomPool1" ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(474, 275) Me.Controls.Add(Me.ProgressBar1) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.TabControl1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.Name = "Form1" Me.Text = "SpaceCrypter - Free Edition | v1.0" Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.TabPage1.PerformLayout() CType(Me.PictureIcon, System.ComponentModel.ISupportInitialize).EndInit() Me.TabPage2.ResumeLayout(False) Me.TabPage2.PerformLayout() Me.GroupBoxType.ResumeLayout(False) Me.GroupBoxType.PerformLayout() Me.GroupBoxInjection.ResumeLayout(False) Me.GroupBoxInjection.PerformLayout() Me.GroupBoxCopier.ResumeLayout(False) Me.GroupBoxCopier.PerformLayout() Me.GroupBoxStartup.ResumeLayout(False) Me.GroupBoxStartup.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents Button1 As Button Friend WithEvents ChargerFichier As Button Friend WithEvents TextBoxFichier As TextBox Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents RandomPool1 As RandomPool Friend WithEvents TabControl1 As TabControl Friend WithEvents TabPage1 As TabPage Friend WithEvents ButtonChangerIco As Button Friend WithEvents PictureIcon As PictureBox Friend WithEvents CheckBoxIcon As CheckBox Friend WithEvents Label8 As Label Friend WithEvents Label7 As Label Friend WithEvents TabPage2 As TabPage Friend WithEvents Acheter As Button Friend WithEvents Label6 As Label Friend WithEvents GroupBoxType As GroupBox Friend WithEvents RadioButtonNatif As RadioButton Friend WithEvents RadioButtonNet As RadioButton Friend WithEvents GroupBoxInjection As GroupBox Friend WithEvents RadioButtonReg As RadioButton Friend WithEvents RadioButtonDll As RadioButton Friend WithEvents GroupBoxCopier As GroupBox Friend WithEvents TextBoxFichiercop As TextBox Friend WithEvents Label5 As Label Friend WithEvents TextBoxDossier As TextBox Friend WithEvents Label4 As Label Friend WithEvents GroupBoxStartup As GroupBox Friend WithEvents TextBoxClestartup As TextBox Friend WithEvents Label3 As Label Friend WithEvents TextBoxEncryption As TextBox Friend WithEvents Label9 As Label Friend WithEvents Label10 As Label Friend WithEvents Button2 As Button Friend WithEvents ProgressBar1 As ProgressBar Friend WithEvents Label12 As Label Friend WithEvents Label11 As Label End Class