first commit
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
Imports System.ComponentModel
|
||||
Imports System.IO
|
||||
Imports System.Windows.Controls
|
||||
|
||||
Public Class Form180
|
||||
Private Sub Form180_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
||||
Dim lines1a() As String = File.ReadAllLines(théme)
|
||||
|
||||
If lines1a(0) = 2 Then
|
||||
Me.BackColor = Color.FromArgb(64, 64, 64)
|
||||
ElseIf lines1a(0) = 3 Then
|
||||
Me.BackColor = Color.FromArgb(Form1.colorbackA, Form1.colorbackR, Form1.colorbackG, Form1.colorbackB)
|
||||
Else
|
||||
|
||||
End If
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub Form180_Closing(sender As Object, e As CancelEventArgs) Handles Me.Closing
|
||||
If lisb5 = 1 Then
|
||||
e.Cancel = True
|
||||
MsgBox("Merci de patienter une exportation est en cours", MsgBoxStyle.Exclamation)
|
||||
Else
|
||||
|
||||
End If
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user