-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFrmAddRecette.Designer.vb
More file actions
185 lines (181 loc) · 7.19 KB
/
FrmAddRecette.Designer.vb
File metadata and controls
185 lines (181 loc) · 7.19 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmAddRecette
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(FrmAddRecette))
Me.btnValid = New System.Windows.Forms.Button()
Me.tbNomRecette = New System.Windows.Forms.TextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.tbDesc = New System.Windows.Forms.TextBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.lblMsg = New System.Windows.Forms.Label()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.lbProduit = New System.Windows.Forms.ListBox()
Me.btnMore = New System.Windows.Forms.Button()
Me.btnLess = New System.Windows.Forms.Button()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.lbCompo = New System.Windows.Forms.ListBox()
Me.GroupBox2.SuspendLayout()
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'btnValid
'
Me.btnValid.Location = New System.Drawing.Point(15, 370)
Me.btnValid.Name = "btnValid"
Me.btnValid.Size = New System.Drawing.Size(287, 22)
Me.btnValid.TabIndex = 4
Me.btnValid.Text = "Validez"
Me.btnValid.UseVisualStyleBackColor = True
'
'tbNomRecette
'
Me.tbNomRecette.Location = New System.Drawing.Point(109, 20)
Me.tbNomRecette.Name = "tbNomRecette"
Me.tbNomRecette.Size = New System.Drawing.Size(180, 20)
Me.tbNomRecette.TabIndex = 5
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(12, 23)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(91, 13)
Me.Label1.TabIndex = 6
Me.Label1.Text = "Nom de la recette"
'
'tbDesc
'
Me.tbDesc.Location = New System.Drawing.Point(15, 64)
Me.tbDesc.Multiline = True
Me.tbDesc.Name = "tbDesc"
Me.tbDesc.Size = New System.Drawing.Size(275, 77)
Me.tbDesc.TabIndex = 7
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(12, 48)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(60, 13)
Me.Label2.TabIndex = 8
Me.Label2.Text = "Description"
'
'lblMsg
'
Me.lblMsg.AutoSize = True
Me.lblMsg.Location = New System.Drawing.Point(15, 353)
Me.lblMsg.Name = "lblMsg"
Me.lblMsg.Size = New System.Drawing.Size(174, 13)
Me.lblMsg.TabIndex = 46
Me.lblMsg.Text = "Entrez les informations de la recette"
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.lbProduit)
Me.GroupBox2.Location = New System.Drawing.Point(2, 159)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(135, 184)
Me.GroupBox2.TabIndex = 56
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Liste des produits"
'
'lbProduit
'
Me.lbProduit.FormattingEnabled = True
Me.lbProduit.Location = New System.Drawing.Point(6, 18)
Me.lbProduit.Name = "lbProduit"
Me.lbProduit.Size = New System.Drawing.Size(120, 160)
Me.lbProduit.TabIndex = 0
'
'btnMore
'
Me.btnMore.Location = New System.Drawing.Point(143, 225)
Me.btnMore.Name = "btnMore"
Me.btnMore.Size = New System.Drawing.Size(26, 23)
Me.btnMore.TabIndex = 54
Me.btnMore.Text = "+"
Me.btnMore.UseVisualStyleBackColor = True
'
'btnLess
'
Me.btnLess.Location = New System.Drawing.Point(143, 254)
Me.btnLess.Name = "btnLess"
Me.btnLess.Size = New System.Drawing.Size(26, 23)
Me.btnLess.TabIndex = 55
Me.btnLess.Text = "-"
Me.btnLess.UseVisualStyleBackColor = True
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.lbCompo)
Me.GroupBox1.Location = New System.Drawing.Point(175, 159)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(138, 184)
Me.GroupBox1.TabIndex = 57
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Composition"
'
'lbCompo
'
Me.lbCompo.FormattingEnabled = True
Me.lbCompo.Location = New System.Drawing.Point(6, 18)
Me.lbCompo.Name = "lbCompo"
Me.lbCompo.Size = New System.Drawing.Size(120, 160)
Me.lbCompo.TabIndex = 1
'
'FrmAddRecette
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.ClientSize = New System.Drawing.Size(314, 394)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.btnMore)
Me.Controls.Add(Me.btnLess)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.lblMsg)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.tbDesc)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.tbNomRecette)
Me.Controls.Add(Me.btnValid)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "FrmAddRecette"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Monin - Ajout"
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox1.ResumeLayout(False)
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents btnValid As Button
Friend WithEvents tbNomRecette As TextBox
Friend WithEvents Label1 As Label
Friend WithEvents tbDesc As TextBox
Friend WithEvents Label2 As Label
Friend WithEvents lblMsg As Label
Friend WithEvents GroupBox2 As GroupBox
Friend WithEvents lbProduit As ListBox
Friend WithEvents btnMore As Button
Friend WithEvents btnLess As Button
Friend WithEvents GroupBox1 As GroupBox
Friend WithEvents lbCompo As ListBox
End Class