-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathForm1.Designer.cs
231 lines (224 loc) · 10.8 KB
/
Form1.Designer.cs
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
namespace seuilAuto
{
partial class Form1
{
/// <summary>
/// Variable nécessaire au concepteur.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Nettoyage des ressources utilisées.
/// </summary>
/// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Code généré par le Concepteur Windows Form
/// <summary>
/// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
/// le contenu de cette méthode avec l'éditeur de code.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.ouvrirImage = new System.Windows.Forms.OpenFileDialog();
this.imageDepart = new System.Windows.Forms.PictureBox();
this.buttonOuvrir = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.imageSeuillee = new System.Windows.Forms.PictureBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.bSeuillageAuto = new System.Windows.Forms.Button();
this.valeurSeuilAuto = new System.Windows.Forms.TextBox();
this.parametersTextBox = new System.Windows.Forms.TextBox();
this.buttonPuzzle = new System.Windows.Forms.Button();
this.button_puzzle = new System.Windows.Forms.Button();
this.panel3 = new System.Windows.Forms.Panel();
this.puzzle = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.imageDepart)).BeginInit();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.imageSeuillee)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.puzzle)).BeginInit();
this.SuspendLayout();
//
// ouvrirImage
//
this.ouvrirImage.Filter = "Tous Fichiers | *.*";
this.ouvrirImage.InitialDirectory = "C:\\Hubert_KONIK\\Recherche\\Database\\Images";
this.ouvrirImage.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk);
//
// imageDepart
//
this.imageDepart.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.imageDepart.Cursor = System.Windows.Forms.Cursors.Default;
this.imageDepart.ImageLocation = "";
this.imageDepart.Location = new System.Drawing.Point(0, 0);
this.imageDepart.Name = "imageDepart";
this.imageDepart.Size = new System.Drawing.Size(0, 0);
this.imageDepart.TabIndex = 0;
this.imageDepart.TabStop = false;
//
// buttonOuvrir
//
this.buttonOuvrir.Location = new System.Drawing.Point(162, 443);
this.buttonOuvrir.Name = "buttonOuvrir";
this.buttonOuvrir.Size = new System.Drawing.Size(75, 23);
this.buttonOuvrir.TabIndex = 1;
this.buttonOuvrir.Text = "OpenFile";
this.buttonOuvrir.UseVisualStyleBackColor = true;
this.buttonOuvrir.Click += new System.EventHandler(this.buttonOuvrir_Click);
//
// panel1
//
this.panel1.AutoScroll = true;
this.panel1.Controls.Add(this.imageDepart);
this.panel1.Location = new System.Drawing.Point(12, 17);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(400, 400);
this.panel1.TabIndex = 2;
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
//
// panel2
//
this.panel2.AutoScroll = true;
this.panel2.Controls.Add(this.imageSeuillee);
this.panel2.Controls.Add(this.pictureBox1);
this.panel2.Location = new System.Drawing.Point(472, 17);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(400, 400);
this.panel2.TabIndex = 3;
//
// imageSeuillee
//
this.imageSeuillee.Location = new System.Drawing.Point(0, 0);
this.imageSeuillee.Name = "imageSeuillee";
this.imageSeuillee.Size = new System.Drawing.Size(400, 400);
this.imageSeuillee.TabIndex = 1;
this.imageSeuillee.TabStop = false;
//
// pictureBox1
//
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Default;
this.pictureBox1.ImageLocation = "";
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(0, 0);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// bSeuillageAuto
//
this.bSeuillageAuto.Location = new System.Drawing.Point(418, 200);
this.bSeuillageAuto.Name = "bSeuillageAuto";
this.bSeuillageAuto.Size = new System.Drawing.Size(48, 34);
this.bSeuillageAuto.TabIndex = 4;
this.bSeuillageAuto.Text = "Go";
this.bSeuillageAuto.UseVisualStyleBackColor = true;
this.bSeuillageAuto.Click += new System.EventHandler(this.seuillageAuto_Click);
//
// valeurSeuilAuto
//
this.valeurSeuilAuto.Location = new System.Drawing.Point(656, 443);
this.valeurSeuilAuto.Name = "valeurSeuilAuto";
this.valeurSeuilAuto.Size = new System.Drawing.Size(62, 20);
this.valeurSeuilAuto.TabIndex = 0;
this.valeurSeuilAuto.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.valeurSeuilAuto.Visible = false;
//
// parametersTextBox
//
this.parametersTextBox.Location = new System.Drawing.Point(12, 422);
this.parametersTextBox.Margin = new System.Windows.Forms.Padding(2);
this.parametersTextBox.Multiline = true;
this.parametersTextBox.Name = "parametersTextBox";
this.parametersTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.parametersTextBox.Size = new System.Drawing.Size(78, 46);
this.parametersTextBox.TabIndex = 5;
this.parametersTextBox.Text = "21\r\n15";
//
// buttonPuzzle
//
this.buttonPuzzle.Location = new System.Drawing.Point(0, 0);
this.buttonPuzzle.Name = "buttonPuzzle";
this.buttonPuzzle.Size = new System.Drawing.Size(75, 23);
this.buttonPuzzle.TabIndex = 8;
//
// button_puzzle
//
this.button_puzzle.Location = new System.Drawing.Point(1055, 426);
this.button_puzzle.Name = "button_puzzle";
this.button_puzzle.Size = new System.Drawing.Size(181, 40);
this.button_puzzle.TabIndex = 9;
this.button_puzzle.Text = "Open Puzzle";
this.button_puzzle.UseVisualStyleBackColor = true;
this.button_puzzle.Click += new System.EventHandler(this.button_puzzle_Click);
//
// panel3
//
this.panel3.Controls.Add(this.puzzle);
this.panel3.Location = new System.Drawing.Point(931, 17);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(400, 400);
this.panel3.TabIndex = 10;
//
// puzzle
//
this.puzzle.Location = new System.Drawing.Point(0, 0);
this.puzzle.Name = "puzzle";
this.puzzle.Size = new System.Drawing.Size(400, 400);
this.puzzle.TabIndex = 0;
this.puzzle.TabStop = false;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1459, 478);
this.Controls.Add(this.panel3);
this.Controls.Add(this.button_puzzle);
this.Controls.Add(this.buttonPuzzle);
this.Controls.Add(this.parametersTextBox);
this.Controls.Add(this.valeurSeuilAuto);
this.Controls.Add(this.bSeuillageAuto);
this.Controls.Add(this.panel2);
this.Controls.Add(this.buttonOuvrir);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form1";
this.Text = "Seuillage en deux classes";
((System.ComponentModel.ISupportInitialize)(this.imageDepart)).EndInit();
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.imageSeuillee)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.panel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.puzzle)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.OpenFileDialog ouvrirImage;
private System.Windows.Forms.PictureBox imageDepart;
private System.Windows.Forms.Button buttonOuvrir;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox imageSeuillee;
private System.Windows.Forms.Button bSeuillageAuto;
private System.Windows.Forms.TextBox valeurSeuilAuto;
private System.Windows.Forms.TextBox parametersTextBox;
private System.Windows.Forms.Button buttonPuzzle;
private System.Windows.Forms.Button button_puzzle;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.PictureBox puzzle;
}
}