ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magicsld/pogtest.vb
Revision: 40
Committed: Mon Aug 20 21:30:28 2007 UTC (17 years, 8 months ago) by bournival
File size: 9476 byte(s)
Log Message:
Projet de these de Sylvain Bournival. Attention projet VB.

File Contents

# Content
1 Public Class pogtest
2 Inherits System.Windows.Forms.Form
3
4
5 #Region " Windows Form Designer generated code "
6
7 Public Sub New()
8 MyBase.New()
9
10 'This call is required by the Windows Form Designer.
11 InitializeComponent()
12
13 'Add any initialization after the InitializeComponent() call
14
15 End Sub
16
17 'Form overrides dispose to clean up the component list.
18 Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
19 If disposing Then
20 If Not (components Is Nothing) Then
21 components.Dispose()
22 End If
23 End If
24 MyBase.Dispose(disposing)
25 End Sub
26
27 'Required by the Windows Form Designer
28 Private components As System.ComponentModel.IContainer
29
30 'NOTE: The following procedure is required by the Windows Form Designer
31 'It can be modified using the Windows Form Designer.
32 'Do not modify it using the code editor.
33 Friend WithEvents Button2 As System.Windows.Forms.Button
34 Friend WithEvents PtEch As System.Windows.Forms.Button
35 Friend WithEvents SelEnt As System.Windows.Forms.Button
36 Friend WithEvents Bbox As System.Windows.Forms.Button
37 Friend WithEvents NbPo As System.Windows.Forms.Button
38 Friend WithEvents FichEch As System.Windows.Forms.Button
39 Friend WithEvents Label1 As System.Windows.Forms.Label
40 Friend WithEvents Label2 As System.Windows.Forms.Label
41 Friend WithEvents Label3 As System.Windows.Forms.Label
42 Friend WithEvents Label4 As System.Windows.Forms.Label
43 Friend WithEvents Label6 As System.Windows.Forms.Label
44 <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
45 Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(pogtest))
46 Me.Button2 = New System.Windows.Forms.Button
47 Me.PtEch = New System.Windows.Forms.Button
48 Me.SelEnt = New System.Windows.Forms.Button
49 Me.Bbox = New System.Windows.Forms.Button
50 Me.NbPo = New System.Windows.Forms.Button
51 Me.FichEch = New System.Windows.Forms.Button
52 Me.Label1 = New System.Windows.Forms.Label
53 Me.Label2 = New System.Windows.Forms.Label
54 Me.Label3 = New System.Windows.Forms.Label
55 Me.Label4 = New System.Windows.Forms.Label
56 Me.Label6 = New System.Windows.Forms.Label
57 Me.SuspendLayout()
58 '
59 'Button2
60 '
61 Me.Button2.Location = New System.Drawing.Point(160, 337)
62 Me.Button2.Name = "Button2"
63 Me.Button2.Size = New System.Drawing.Size(112, 32)
64 Me.Button2.TabIndex = 4
65 Me.Button2.Text = "Annuler"
66 '
67 'PtEch
68 '
69 Me.PtEch.BackColor = System.Drawing.SystemColors.HighlightText
70 Me.PtEch.Image = CType(resources.GetObject("PtEch.Image"), System.Drawing.Image)
71 Me.PtEch.Location = New System.Drawing.Point(8, 8)
72 Me.PtEch.Name = "PtEch"
73 Me.PtEch.Size = New System.Drawing.Size(56, 56)
74 Me.PtEch.TabIndex = 7
75 Me.PtEch.UseVisualStyleBackColor = False
76 '
77 'SelEnt
78 '
79 Me.SelEnt.BackColor = System.Drawing.SystemColors.HighlightText
80 Me.SelEnt.Image = CType(resources.GetObject("SelEnt.Image"), System.Drawing.Image)
81 Me.SelEnt.Location = New System.Drawing.Point(8, 72)
82 Me.SelEnt.Name = "SelEnt"
83 Me.SelEnt.Size = New System.Drawing.Size(56, 56)
84 Me.SelEnt.TabIndex = 8
85 Me.SelEnt.UseVisualStyleBackColor = False
86 '
87 'Bbox
88 '
89 Me.Bbox.BackColor = System.Drawing.SystemColors.HighlightText
90 Me.Bbox.Image = CType(resources.GetObject("Bbox.Image"), System.Drawing.Image)
91 Me.Bbox.Location = New System.Drawing.Point(8, 136)
92 Me.Bbox.Name = "Bbox"
93 Me.Bbox.Size = New System.Drawing.Size(56, 56)
94 Me.Bbox.TabIndex = 9
95 Me.Bbox.UseVisualStyleBackColor = False
96 '
97 'NbPo
98 '
99 Me.NbPo.BackColor = System.Drawing.SystemColors.HighlightText
100 Me.NbPo.Image = CType(resources.GetObject("NbPo.Image"), System.Drawing.Image)
101 Me.NbPo.Location = New System.Drawing.Point(8, 200)
102 Me.NbPo.Name = "NbPo"
103 Me.NbPo.Size = New System.Drawing.Size(56, 56)
104 Me.NbPo.TabIndex = 10
105 Me.NbPo.UseVisualStyleBackColor = False
106 '
107 'FichEch
108 '
109 Me.FichEch.BackColor = System.Drawing.SystemColors.HighlightText
110 Me.FichEch.Image = CType(resources.GetObject("FichEch.Image"), System.Drawing.Image)
111 Me.FichEch.ImageAlign = System.Drawing.ContentAlignment.BottomRight
112 Me.FichEch.Location = New System.Drawing.Point(8, 264)
113 Me.FichEch.Name = "FichEch"
114 Me.FichEch.Size = New System.Drawing.Size(56, 56)
115 Me.FichEch.TabIndex = 11
116 Me.FichEch.UseVisualStyleBackColor = False
117 '
118 'Label1
119 '
120 Me.Label1.BackColor = System.Drawing.Color.Transparent
121 Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
122 Me.Label1.Location = New System.Drawing.Point(72, 24)
123 Me.Label1.Name = "Label1"
124 Me.Label1.Size = New System.Drawing.Size(200, 23)
125 Me.Label1.TabIndex = 12
126 Me.Label1.Text = "Montrer les points d'échantillonnage"
127 '
128 'Label2
129 '
130 Me.Label2.BackColor = System.Drawing.Color.Transparent
131 Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
132 Me.Label2.Location = New System.Drawing.Point(72, 88)
133 Me.Label2.Name = "Label2"
134 Me.Label2.Size = New System.Drawing.Size(176, 23)
135 Me.Label2.TabIndex = 13
136 Me.Label2.Text = "Selectionner les entités raffinées"
137 '
138 'Label3
139 '
140 Me.Label3.BackColor = System.Drawing.Color.Transparent
141 Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
142 Me.Label3.Location = New System.Drawing.Point(72, 152)
143 Me.Label3.Name = "Label3"
144 Me.Label3.Size = New System.Drawing.Size(192, 23)
145 Me.Label3.TabIndex = 14
146 Me.Label3.Text = "Dimensions de la boite englobante"
147 '
148 'Label4
149 '
150 Me.Label4.BackColor = System.Drawing.Color.Transparent
151 Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
152 Me.Label4.Location = New System.Drawing.Point(72, 208)
153 Me.Label4.Name = "Label4"
154 Me.Label4.Size = New System.Drawing.Size(176, 32)
155 Me.Label4.TabIndex = 15
156 Me.Label4.Text = "Informations sur les points d'échantillonnage"
157 '
158 'Label6
159 '
160 Me.Label6.BackColor = System.Drawing.Color.Transparent
161 Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
162 Me.Label6.Location = New System.Drawing.Point(72, 264)
163 Me.Label6.Name = "Label6"
164 Me.Label6.Size = New System.Drawing.Size(192, 32)
165 Me.Label6.TabIndex = 16
166 Me.Label6.Text = "Montrer les points d'échantillonnage d'un fichier"
167 '
168 'pogtest
169 '
170 Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
171 Me.BackColor = System.Drawing.SystemColors.Menu
172 Me.ClientSize = New System.Drawing.Size(302, 383)
173 Me.Controls.Add(Me.Label6)
174 Me.Controls.Add(Me.Label4)
175 Me.Controls.Add(Me.Label3)
176 Me.Controls.Add(Me.Label2)
177 Me.Controls.Add(Me.FichEch)
178 Me.Controls.Add(Me.NbPo)
179 Me.Controls.Add(Me.Bbox)
180 Me.Controls.Add(Me.SelEnt)
181 Me.Controls.Add(Me.PtEch)
182 Me.Controls.Add(Me.Button2)
183 Me.Controls.Add(Me.Label1)
184 Me.Name = "pogtest"
185 Me.Text = "pogtest"
186 Me.ResumeLayout(False)
187
188 End Sub
189
190 #End Region
191
192 Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
193 Close()
194 End Sub
195
196 Private Sub PtEch_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PtEch.Click
197 Close()
198 testPog(False, True, False, False, False)
199 End Sub
200
201 Private Sub SelEnt_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SelEnt.Click
202 Close()
203 testPog(True, False, False, False, False)
204 End Sub
205
206 Private Sub Bbox_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Bbox.Click
207 Close()
208 testPog(False, False, True, False, False)
209 End Sub
210
211 Private Sub NbPo_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NbPo.Click
212 Close()
213 testPog(False, False, False, True, False)
214 End Sub
215
216 Private Sub FichEch_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles FichEch.Click
217 Close()
218 testPog(False, False, False, False, True)
219 End Sub
220
221
222 End Class