_ Partial Class Form177 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(Form177)) Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.ComboBox3 = New System.Windows.Forms.ComboBox() Me.ComboBox4 = New System.Windows.Forms.ComboBox() Me.Button1 = New System.Windows.Forms.Button() Me.Label4 = New System.Windows.Forms.Label() Me.ComboBox5 = New System.Windows.Forms.ComboBox() Me.SuspendLayout() ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Items.AddRange(New Object() {"Tous les jours", "Par moins"}) Me.ComboBox1.Location = New System.Drawing.Point(190, 10) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(136, 21) Me.ComboBox1.TabIndex = 0 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(12, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(176, 18) Me.Label1.TabIndex = 1 Me.Label1.Text = "Type de la configuration:" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(94, 42) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(90, 18) Me.Label2.TabIndex = 2 Me.Label2.Text = "À quel heur:" Me.Label2.Visible = False ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(111, 66) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(73, 18) Me.Label3.TabIndex = 3 Me.Label3.Text = "Quel jour:" Me.Label3.Visible = False ' 'ComboBox2 ' Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Items.AddRange(New Object() {"00", "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23"}) Me.ComboBox2.Location = New System.Drawing.Point(190, 39) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(49, 21) Me.ComboBox2.TabIndex = 4 Me.ComboBox2.Visible = False ' 'ComboBox3 ' Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox3.FormattingEnabled = True Me.ComboBox3.Items.AddRange(New Object() {"00", "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59"}) Me.ComboBox3.Location = New System.Drawing.Point(245, 39) Me.ComboBox3.Name = "ComboBox3" Me.ComboBox3.Size = New System.Drawing.Size(47, 21) Me.ComboBox3.TabIndex = 5 Me.ComboBox3.Visible = False ' 'ComboBox4 ' Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox4.FormattingEnabled = True Me.ComboBox4.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28"}) Me.ComboBox4.Location = New System.Drawing.Point(190, 66) Me.ComboBox4.Name = "ComboBox4" Me.ComboBox4.Size = New System.Drawing.Size(49, 21) Me.ComboBox4.TabIndex = 6 Me.ComboBox4.Visible = False ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button1.Location = New System.Drawing.Point(12, 130) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(330, 34) Me.Button1.TabIndex = 7 Me.Button1.Text = "Enregistrer la configuration de la sauvegarde" Me.Button1.UseVisualStyleBackColor = True Me.Button1.Visible = False ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(85, 95) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(101, 18) Me.Label4.TabIndex = 8 Me.Label4.Text = "Être notifier ?" Me.Label4.Visible = False ' 'ComboBox5 ' Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox5.FormattingEnabled = True Me.ComboBox5.Items.AddRange(New Object() {"Ne pas être notifier", "Au lancement de la sauvegarde", "Quand la sauvegarde est terminée", "Les deux"}) Me.ComboBox5.Location = New System.Drawing.Point(190, 92) Me.ComboBox5.Name = "ComboBox5" Me.ComboBox5.Size = New System.Drawing.Size(128, 21) Me.ComboBox5.TabIndex = 9 Me.ComboBox5.Visible = False ' 'Form177 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(350, 167) Me.Controls.Add(Me.ComboBox5) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.ComboBox4) Me.Controls.Add(Me.ComboBox3) Me.Controls.Add(Me.ComboBox2) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.ComboBox1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Location = New System.Drawing.Point(346, 180) Me.MaximizeBox = False Me.MaximumSize = New System.Drawing.Size(366, 206) Me.MinimumSize = New System.Drawing.Size(346, 180) Me.Name = "Form177" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Configuration de la sauvegarde" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ComboBox1 As ComboBox Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents ComboBox2 As ComboBox Friend WithEvents ComboBox3 As ComboBox Friend WithEvents ComboBox4 As ComboBox Friend WithEvents Button1 As Button Friend WithEvents Label4 As Label Friend WithEvents ComboBox5 As ComboBox End Class