-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFrmProduit.Designer.vb
More file actions
407 lines (402 loc) · 23.1 KB
/
FrmProduit.Designer.vb
File metadata and controls
407 lines (402 loc) · 23.1 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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmProduit
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 DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmProduit))
Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle16 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle17 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle18 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
Me.cboGamme = New System.Windows.Forms.ComboBox()
Me.LinkLabel1 = New System.Windows.Forms.LinkLabel()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.tbProduit = New System.Windows.Forms.TextBox()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.GroupBox5 = New System.Windows.Forms.GroupBox()
Me.dgCompo = New System.Windows.Forms.DataGridView()
Me.PictureBox4 = New System.Windows.Forms.PictureBox()
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.btnDelProduit = New System.Windows.Forms.Button()
Me.btnEditProduit = New System.Windows.Forms.Button()
Me.btnAddProduit = New System.Windows.Forms.Button()
Me.dgProduit = New System.Windows.Forms.DataGridView()
Me.dgRecette = New System.Windows.Forms.DataGridView()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.BtnGamme = New System.Windows.Forms.Button()
Me.GroupBox3.SuspendLayout()
Me.GroupBox1.SuspendLayout()
Me.GroupBox5.SuspendLayout()
CType(Me.dgCompo, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox4.SuspendLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.dgProduit, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.dgRecette, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox2.SuspendLayout()
Me.SuspendLayout()
'
'GroupBox3
'
Me.GroupBox3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.GroupBox3.Controls.Add(Me.cboGamme)
Me.GroupBox3.Controls.Add(Me.LinkLabel1)
Me.GroupBox3.Controls.Add(Me.Label1)
Me.GroupBox3.Controls.Add(Me.Label2)
Me.GroupBox3.Controls.Add(Me.tbProduit)
Me.GroupBox3.Location = New System.Drawing.Point(131, 14)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(393, 55)
Me.GroupBox3.TabIndex = 7
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "Recherche"
'
'cboGamme
'
Me.cboGamme.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboGamme.FormattingEnabled = True
Me.cboGamme.Location = New System.Drawing.Point(51, 16)
Me.cboGamme.Name = "cboGamme"
Me.cboGamme.Size = New System.Drawing.Size(121, 21)
Me.cboGamme.TabIndex = 6
'
'LinkLabel1
'
Me.LinkLabel1.AutoSize = True
Me.LinkLabel1.Location = New System.Drawing.Point(189, 20)
Me.LinkLabel1.Name = "LinkLabel1"
Me.LinkLabel1.Size = New System.Drawing.Size(14, 13)
Me.LinkLabel1.TabIndex = 5
Me.LinkLabel1.TabStop = True
Me.LinkLabel1.Text = "X"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(2, 20)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(43, 13)
Me.Label1.TabIndex = 3
Me.Label1.Text = "Gamme"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(209, 20)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(79, 13)
Me.Label2.TabIndex = 4
Me.Label2.Text = "Nom du produit"
'
'tbProduit
'
Me.tbProduit.Location = New System.Drawing.Point(287, 17)
Me.tbProduit.Name = "tbProduit"
Me.tbProduit.Size = New System.Drawing.Size(100, 20)
Me.tbProduit.TabIndex = 2
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.BtnGamme)
Me.GroupBox1.Controls.Add(Me.GroupBox5)
Me.GroupBox1.Controls.Add(Me.PictureBox4)
Me.GroupBox1.Controls.Add(Me.PictureBox2)
Me.GroupBox1.Controls.Add(Me.GroupBox4)
Me.GroupBox1.Controls.Add(Me.btnDelProduit)
Me.GroupBox1.Controls.Add(Me.btnEditProduit)
Me.GroupBox1.Controls.Add(Me.btnAddProduit)
Me.GroupBox1.Controls.Add(Me.dgProduit)
Me.GroupBox1.Controls.Add(Me.GroupBox3)
Me.GroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.GroupBox1.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.GroupBox1.Location = New System.Drawing.Point(23, 21)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(843, 538)
Me.GroupBox1.TabIndex = 7
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Produit"
'
'GroupBox5
'
Me.GroupBox5.Controls.Add(Me.dgCompo)
Me.GroupBox5.Location = New System.Drawing.Point(603, 308)
Me.GroupBox5.Name = "GroupBox5"
Me.GroupBox5.Size = New System.Drawing.Size(226, 170)
Me.GroupBox5.TabIndex = 16
Me.GroupBox5.TabStop = False
Me.GroupBox5.Text = "Composition de la recette"
'
'dgCompo
'
Me.dgCompo.AllowUserToAddRows = False
Me.dgCompo.AllowUserToDeleteRows = False
Me.dgCompo.AllowUserToResizeRows = False
Me.dgCompo.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
DataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Control
DataGridViewCellStyle13.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.WindowText
DataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgCompo.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle13
Me.dgCompo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
DataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Window
DataGridViewCellStyle14.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.ControlText
DataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgCompo.DefaultCellStyle = DataGridViewCellStyle14
Me.dgCompo.Location = New System.Drawing.Point(6, 19)
Me.dgCompo.Name = "dgCompo"
Me.dgCompo.ReadOnly = True
DataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle15.BackColor = System.Drawing.SystemColors.Control
DataGridViewCellStyle15.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle15.ForeColor = System.Drawing.SystemColors.WindowText
DataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgCompo.RowHeadersDefaultCellStyle = DataGridViewCellStyle15
Me.dgCompo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.dgCompo.Size = New System.Drawing.Size(212, 144)
Me.dgCompo.TabIndex = 12
'
'PictureBox4
'
Me.PictureBox4.Image = CType(resources.GetObject("PictureBox4.Image"), System.Drawing.Image)
Me.PictureBox4.Location = New System.Drawing.Point(527, 364)
Me.PictureBox4.Name = "PictureBox4"
Me.PictureBox4.Size = New System.Drawing.Size(70, 56)
Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox4.TabIndex = 15
Me.PictureBox4.TabStop = False
'
'PictureBox2
'
Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image)
Me.PictureBox2.Location = New System.Drawing.Point(87, 248)
Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.Size = New System.Drawing.Size(61, 54)
Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox2.TabIndex = 13
Me.PictureBox2.TabStop = False
'
'GroupBox4
'
Me.GroupBox4.Controls.Add(Me.PictureBox1)
Me.GroupBox4.Location = New System.Drawing.Point(652, 19)
Me.GroupBox4.Name = "GroupBox4"
Me.GroupBox4.Size = New System.Drawing.Size(177, 223)
Me.GroupBox4.TabIndex = 9
Me.GroupBox4.TabStop = False
Me.GroupBox4.Text = "Photo du produit sélectionné"
'
'PictureBox1
'
Me.PictureBox1.Location = New System.Drawing.Point(6, 19)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(161, 198)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox1.TabIndex = 0
Me.PictureBox1.TabStop = False
'
'btnDelProduit
'
Me.btnDelProduit.Location = New System.Drawing.Point(531, 185)
Me.btnDelProduit.Name = "btnDelProduit"
Me.btnDelProduit.Size = New System.Drawing.Size(115, 38)
Me.btnDelProduit.TabIndex = 11
Me.btnDelProduit.Text = "Supprimer le produit"
Me.btnDelProduit.UseVisualStyleBackColor = True
'
'btnEditProduit
'
Me.btnEditProduit.Location = New System.Drawing.Point(531, 138)
Me.btnEditProduit.Name = "btnEditProduit"
Me.btnEditProduit.Size = New System.Drawing.Size(115, 41)
Me.btnEditProduit.TabIndex = 10
Me.btnEditProduit.Text = "Editer le produit"
Me.btnEditProduit.UseVisualStyleBackColor = True
'
'btnAddProduit
'
Me.btnAddProduit.Location = New System.Drawing.Point(531, 91)
Me.btnAddProduit.Name = "btnAddProduit"
Me.btnAddProduit.Size = New System.Drawing.Size(115, 41)
Me.btnAddProduit.TabIndex = 8
Me.btnAddProduit.Text = "Ajout d'un nouveau produit"
Me.btnAddProduit.UseVisualStyleBackColor = True
'
'dgProduit
'
Me.dgProduit.AllowUserToAddRows = False
Me.dgProduit.AllowUserToDeleteRows = False
Me.dgProduit.AllowUserToResizeRows = False
Me.dgProduit.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control
DataGridViewCellStyle10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText
DataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgProduit.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle10
Me.dgProduit.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
DataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window
DataGridViewCellStyle11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText
DataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgProduit.DefaultCellStyle = DataGridViewCellStyle11
Me.dgProduit.Location = New System.Drawing.Point(6, 75)
Me.dgProduit.MultiSelect = False
Me.dgProduit.Name = "dgProduit"
Me.dgProduit.ReadOnly = True
DataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control
DataGridViewCellStyle12.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText
DataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgProduit.RowHeadersDefaultCellStyle = DataGridViewCellStyle12
Me.dgProduit.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders
Me.dgProduit.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.dgProduit.Size = New System.Drawing.Size(519, 167)
Me.dgProduit.TabIndex = 0
'
'dgRecette
'
Me.dgRecette.AllowUserToAddRows = False
Me.dgRecette.AllowUserToDeleteRows = False
Me.dgRecette.AllowUserToResizeRows = False
Me.dgRecette.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells
DataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Control
DataGridViewCellStyle16.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle16.ForeColor = System.Drawing.SystemColors.WindowText
DataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgRecette.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle16
Me.dgRecette.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
DataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle17.BackColor = System.Drawing.SystemColors.Window
DataGridViewCellStyle17.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle17.ForeColor = System.Drawing.SystemColors.ControlText
DataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgRecette.DefaultCellStyle = DataGridViewCellStyle17
Me.dgRecette.Location = New System.Drawing.Point(6, 20)
Me.dgRecette.Name = "dgRecette"
Me.dgRecette.ReadOnly = True
DataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Control
DataGridViewCellStyle18.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.WindowText
DataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgRecette.RowHeadersDefaultCellStyle = DataGridViewCellStyle18
Me.dgRecette.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.dgRecette.Size = New System.Drawing.Size(512, 144)
Me.dgRecette.TabIndex = 5
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.dgRecette)
Me.GroupBox2.Location = New System.Drawing.Point(23, 329)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(525, 170)
Me.GroupBox2.TabIndex = 16
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Recette du produit"
'
'BtnGamme
'
Me.BtnGamme.Location = New System.Drawing.Point(531, 34)
Me.BtnGamme.Name = "BtnGamme"
Me.BtnGamme.Size = New System.Drawing.Size(114, 41)
Me.BtnGamme.TabIndex = 17
Me.BtnGamme.Text = "Editer les gammes"
Me.BtnGamme.UseVisualStyleBackColor = True
'
'FrmProduit
'
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(878, 571)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.GroupBox1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "FrmProduit"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Monin - Produit"
Me.GroupBox3.ResumeLayout(False)
Me.GroupBox3.PerformLayout()
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox5.ResumeLayout(False)
CType(Me.dgCompo, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox4.ResumeLayout(False)
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.dgProduit, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.dgRecette, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox2.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents GroupBox3 As GroupBox
Friend WithEvents LinkLabel1 As LinkLabel
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents tbProduit As TextBox
Friend WithEvents GroupBox1 As GroupBox
Friend WithEvents btnDelProduit As Button
Friend WithEvents btnEditProduit As Button
Friend WithEvents btnAddProduit As Button
Friend WithEvents dgProduit As DataGridView
Friend WithEvents dgRecette As DataGridView
Friend WithEvents GroupBox4 As GroupBox
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents PictureBox2 As PictureBox
Friend WithEvents dgCompo As DataGridView
Friend WithEvents PictureBox4 As PictureBox
Friend WithEvents GroupBox5 As GroupBox
Friend WithEvents GroupBox2 As GroupBox
Friend WithEvents cboGamme As ComboBox
Friend WithEvents BtnGamme As Button
End Class