-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFrmAide.Designer.vb
80 lines (75 loc) · 3.57 KB
/
FrmAide.Designer.vb
1
2
3
4
5
6
7
8
9
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmAide
Inherits System.Windows.Forms.Form
'Form remplace la méthode Dispose pour nettoyer la liste des composants.
<System.Diagnostics.DebuggerNonUserCode()> _
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.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAide))
Me.Button1 = New System.Windows.Forms.Button()
Me.txtBoxAide = New System.Windows.Forms.TextBox()
Me.SuspendLayout()
'
'Button1
'
Me.Button1.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.Button1.Location = New System.Drawing.Point(692, 891)
Me.Button1.Margin = New System.Windows.Forms.Padding(30, 6, 6, 6)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(150, 44)
Me.Button1.TabIndex = 0
Me.Button1.Text = "OK"
Me.Button1.UseVisualStyleBackColor = True
'
'txtBoxAide
'
Me.txtBoxAide.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.txtBoxAide.Font = New System.Drawing.Font("Myanmar Text", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtBoxAide.ForeColor = System.Drawing.Color.Gold
Me.txtBoxAide.Location = New System.Drawing.Point(1, 12)
Me.txtBoxAide.Multiline = True
Me.txtBoxAide.Name = "txtBoxAide"
Me.txtBoxAide.ReadOnly = True
Me.txtBoxAide.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.txtBoxAide.Size = New System.Drawing.Size(1502, 870)
Me.txtBoxAide.TabIndex = 2
Me.txtBoxAide.Text = resources.GetString("txtBoxAide.Text")
'
'frmAide
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(12.0!, 25.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.AutoScroll = True
Me.ClientSize = New System.Drawing.Size(1506, 950)
Me.Controls.Add(Me.txtBoxAide)
Me.Controls.Add(Me.Button1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Margin = New System.Windows.Forms.Padding(6)
Me.MaximizeBox = False
Me.MaximumSize = New System.Drawing.Size(1532, 1021)
Me.Name = "frmAide"
Me.Opacity = 0.9R
Me.ShowInTaskbar = False
Me.Text = "Aide"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Button1 As Button
Friend WithEvents txtBoxAide As TextBox
End Class