-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFrmEntreprise.Designer.vb
More file actions
216 lines (211 loc) · 9.44 KB
/
FrmEntreprise.Designer.vb
File metadata and controls
216 lines (211 loc) · 9.44 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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class FrmEntreprise
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(FrmEntreprise))
Me.dgEntreprise = New System.Windows.Forms.DataGridView()
Me.Label1 = New System.Windows.Forms.Label()
Me.cbPays = New System.Windows.Forms.ComboBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.tbSearchEntreprise = New System.Windows.Forms.TextBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.btnAdd = New System.Windows.Forms.Button()
Me.btnUpdate = New System.Windows.Forms.Button()
Me.btnDel = New System.Windows.Forms.Button()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
CType(Me.dgEntreprise, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.GroupBox3.SuspendLayout()
Me.SuspendLayout()
'
'dgEntreprise
'
Me.dgEntreprise.AllowUserToAddRows = False
Me.dgEntreprise.AllowUserToDeleteRows = False
Me.dgEntreprise.AllowUserToResizeRows = False
Me.dgEntreprise.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgEntreprise.Location = New System.Drawing.Point(9, 17)
Me.dgEntreprise.MultiSelect = False
Me.dgEntreprise.Name = "dgEntreprise"
Me.dgEntreprise.ReadOnly = True
Me.dgEntreprise.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.dgEntreprise.Size = New System.Drawing.Size(735, 268)
Me.dgEntreprise.TabIndex = 0
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(19, 25)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(34, 15)
Me.Label1.TabIndex = 1
Me.Label1.Text = "Filtre"
'
'cbPays
'
Me.cbPays.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cbPays.FormattingEnabled = True
Me.cbPays.Items.AddRange(New Object() {"Toutes les entreprises"})
Me.cbPays.Location = New System.Drawing.Point(59, 28)
Me.cbPays.Name = "cbPays"
Me.cbPays.Size = New System.Drawing.Size(142, 21)
Me.cbPays.TabIndex = 2
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(248, 23)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(67, 15)
Me.Label2.TabIndex = 1
Me.Label2.Text = "Recherche"
'
'tbSearchEntreprise
'
Me.tbSearchEntreprise.Location = New System.Drawing.Point(341, 28)
Me.tbSearchEntreprise.Name = "tbSearchEntreprise"
Me.tbSearchEntreprise.Size = New System.Drawing.Size(132, 20)
Me.tbSearchEntreprise.TabIndex = 4
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(232, 38)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(103, 13)
Me.Label3.TabIndex = 0
Me.Label3.Text = "Par nom d'entreprise"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(5, 40)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(48, 13)
Me.Label4.TabIndex = 6
Me.Label4.Text = "Par pays"
'
'btnAdd
'
Me.btnAdd.Location = New System.Drawing.Point(15, 16)
Me.btnAdd.Name = "btnAdd"
Me.btnAdd.Size = New System.Drawing.Size(75, 23)
Me.btnAdd.TabIndex = 7
Me.btnAdd.Text = "Ajout"
Me.btnAdd.UseVisualStyleBackColor = True
'
'btnUpdate
'
Me.btnUpdate.Location = New System.Drawing.Point(15, 38)
Me.btnUpdate.Name = "btnUpdate"
Me.btnUpdate.Size = New System.Drawing.Size(75, 23)
Me.btnUpdate.TabIndex = 8
Me.btnUpdate.Text = "Modification"
Me.btnUpdate.UseVisualStyleBackColor = True
'
'btnDel
'
Me.btnDel.Location = New System.Drawing.Point(96, 16)
Me.btnDel.Name = "btnDel"
Me.btnDel.Size = New System.Drawing.Size(75, 23)
Me.btnDel.TabIndex = 9
Me.btnDel.Text = "Suppression"
Me.btnDel.UseVisualStyleBackColor = True
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.dgEntreprise)
Me.GroupBox1.Location = New System.Drawing.Point(12, 69)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(754, 294)
Me.GroupBox1.TabIndex = 10
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Liste des entreprises"
'
'GroupBox2
'
Me.GroupBox2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.GroupBox2.Controls.Add(Me.cbPays)
Me.GroupBox2.Controls.Add(Me.Label1)
Me.GroupBox2.Controls.Add(Me.Label2)
Me.GroupBox2.Controls.Add(Me.tbSearchEntreprise)
Me.GroupBox2.Controls.Add(Me.Label4)
Me.GroupBox2.Controls.Add(Me.Label3)
Me.GroupBox2.Location = New System.Drawing.Point(12, 2)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(487, 67)
Me.GroupBox2.TabIndex = 11
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Recherche"
'
'GroupBox3
'
Me.GroupBox3.Controls.Add(Me.btnAdd)
Me.GroupBox3.Controls.Add(Me.btnUpdate)
Me.GroupBox3.Controls.Add(Me.btnDel)
Me.GroupBox3.Location = New System.Drawing.Point(514, 2)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(252, 67)
Me.GroupBox3.TabIndex = 13
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "Actions"
'
'FrmEntreprise
'
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(771, 370)
Me.Controls.Add(Me.GroupBox3)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.GroupBox1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "FrmEntreprise"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Monin - Entreprise"
CType(Me.dgEntreprise, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
Me.GroupBox3.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents dgEntreprise As DataGridView
Friend WithEvents Label1 As Label
Friend WithEvents cbPays As ComboBox
Friend WithEvents Label2 As Label
Friend WithEvents tbSearchEntreprise As TextBox
Friend WithEvents Label3 As Label
Friend WithEvents Label4 As Label
Friend WithEvents btnAdd As Button
Friend WithEvents btnUpdate As Button
Friend WithEvents btnDel As Button
Friend WithEvents GroupBox1 As GroupBox
Friend WithEvents GroupBox2 As GroupBox
Friend WithEvents GroupBox3 As GroupBox
End Class