-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathMainForm.Designer.cs
348 lines (345 loc) · 15 KB
/
MainForm.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
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
/*
* Created by SharpDevelop.
* User: nk1449
* Date: 2017/05/29
* Time: 11:56
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
namespace UyghurOCR
{
partial class MainForm
{
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Disposes resources used by the form.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing) {
if (components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
/// <summary>
/// This method is required for Windows Forms designer support.
/// Do not change the method contents inside the source code editor. The Forms designer might
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent()
{
this.ramka = new UyghurOCR.ResimRamka();
this.butRecognize = new System.Windows.Forms.Button();
this.butNext = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.listBox1 = new System.Windows.Forms.ListBox();
this.butPDF = new System.Windows.Forms.Button();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.rdSingle = new System.Windows.Forms.RadioButton();
this.rdAuto = new System.Windows.Forms.RadioButton();
this.butDeskew = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.tilRusche = new System.Windows.Forms.CheckBox();
this.tilTurkche = new System.Windows.Forms.CheckBox();
this.tilEnglizche = new System.Windows.Forms.CheckBox();
this.tilXenzuche = new System.Windows.Forms.CheckBox();
this.tilUyghurche = new System.Windows.Forms.CheckBox();
this.tilUyghurUKIJ = new System.Windows.Forms.CheckBox();
this.butRecAll = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// ramka
//
this.ramka.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.ramka.Dock = System.Windows.Forms.DockStyle.Fill;
this.ramka.Image = null;
this.ramka.Location = new System.Drawing.Point(0, 0);
this.ramka.Name = "ramka";
this.ramka.Size = new System.Drawing.Size(547, 463);
this.ramka.TabIndex = 34;
//
// butRecognize
//
this.butRecognize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.butRecognize.Location = new System.Drawing.Point(743, 424);
this.butRecognize.Name = "butRecognize";
this.butRecognize.Size = new System.Drawing.Size(143, 32);
this.butRecognize.TabIndex = 37;
this.butRecognize.Text = "Tonu";
this.butRecognize.UseVisualStyleBackColor = true;
this.butRecognize.Click += new System.EventHandler(this.ButtonTonu);
//
// butNext
//
this.butNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.butNext.Location = new System.Drawing.Point(743, 462);
this.butNext.Name = "butNext";
this.butNext.Size = new System.Drawing.Size(143, 32);
this.butNext.TabIndex = 40;
this.butNext.Text = "Kéyinkisi";
this.butNext.UseVisualStyleBackColor = true;
this.butNext.Click += new System.EventHandler(this.ButtonNextClick);
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label1.Cursor = System.Windows.Forms.Cursors.Hand;
this.label1.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.label1.Location = new System.Drawing.Point(12, 3);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(879, 24);
this.label1.TabIndex = 41;
this.label1.Text = "label1";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.label1.Click += new System.EventHandler(this.Label1Click);
//
// splitContainer1
//
this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.splitContainer1.Location = new System.Drawing.Point(0, 36);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.listBox1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.ramka);
this.splitContainer1.Size = new System.Drawing.Size(732, 463);
this.splitContainer1.SplitterDistance = 181;
this.splitContainer1.TabIndex = 42;
//
// listBox1
//
this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.listBox1.FormattingEnabled = true;
this.listBox1.IntegralHeight = false;
this.listBox1.ItemHeight = 12;
this.listBox1.Location = new System.Drawing.Point(0, 0);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(181, 463);
this.listBox1.TabIndex = 0;
this.listBox1.SelectedIndexChanged += new System.EventHandler(this.ListBox1SelectedIndexChanged);
//
// butPDF
//
this.butPDF.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.butPDF.Location = new System.Drawing.Point(0, 505);
this.butPDF.Name = "butPDF";
this.butPDF.Size = new System.Drawing.Size(181, 32);
this.butPDF.TabIndex = 43;
this.butPDF.Text = "PDF ni Resimge";
this.butPDF.UseVisualStyleBackColor = true;
this.butPDF.Click += new System.EventHandler(this.ButPdftoImageClick);
//
// progressBar1
//
this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.progressBar1.Location = new System.Drawing.Point(187, 505);
this.progressBar1.MinimumSize = new System.Drawing.Size(431, 32);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(545, 32);
this.progressBar1.TabIndex = 44;
this.progressBar1.Visible = false;
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.rdSingle);
this.groupBox1.Controls.Add(this.rdAuto);
this.groupBox1.Location = new System.Drawing.Point(738, 232);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(153, 137);
this.groupBox1.TabIndex = 45;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Bet Qurulmisi";
//
// rdSingle
//
this.rdSingle.Checked = true;
this.rdSingle.Location = new System.Drawing.Point(6, 58);
this.rdSingle.Name = "rdSingle";
this.rdSingle.Size = new System.Drawing.Size(141, 24);
this.rdSingle.TabIndex = 1;
this.rdSingle.TabStop = true;
this.rdSingle.Text = "Birla Bölek";
this.rdSingle.UseVisualStyleBackColor = true;
//
// rdAuto
//
this.rdAuto.Location = new System.Drawing.Point(6, 28);
this.rdAuto.Name = "rdAuto";
this.rdAuto.Size = new System.Drawing.Size(141, 24);
this.rdAuto.TabIndex = 0;
this.rdAuto.Text = "Özüng Tap";
this.rdAuto.UseVisualStyleBackColor = true;
//
// butDeskew
//
this.butDeskew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.butDeskew.Location = new System.Drawing.Point(743, 386);
this.butDeskew.Name = "butDeskew";
this.butDeskew.Size = new System.Drawing.Size(143, 32);
this.butDeskew.TabIndex = 46;
this.butDeskew.Text = "Qiysiqni Tüzle";
this.butDeskew.UseVisualStyleBackColor = true;
this.butDeskew.Click += new System.EventHandler(this.Button2Click);
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.groupBox2.Controls.Add(this.tilRusche);
this.groupBox2.Controls.Add(this.tilTurkche);
this.groupBox2.Controls.Add(this.tilEnglizche);
this.groupBox2.Controls.Add(this.tilXenzuche);
this.groupBox2.Controls.Add(this.tilUyghurche);
this.groupBox2.Controls.Add(this.tilUyghurUKIJ);
this.groupBox2.Location = new System.Drawing.Point(738, 30);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(153, 196);
this.groupBox2.TabIndex = 47;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Tillar";
//
// tilRusche
//
this.tilRusche.Location = new System.Drawing.Point(5, 168);
this.tilRusche.Name = "tilRusche";
this.tilRusche.Size = new System.Drawing.Size(137, 24);
this.tilRusche.TabIndex = 5;
this.tilRusche.Text = "Rusche";
this.tilRusche.UseVisualStyleBackColor = true;
this.tilRusche.CheckedChanged += new System.EventHandler(this.ChkLangSelectedIndexChanged);
//
// tilTurkche
//
this.tilTurkche.Location = new System.Drawing.Point(5, 108);
this.tilTurkche.Name = "tilTurkche";
this.tilTurkche.Size = new System.Drawing.Size(137, 24);
this.tilTurkche.TabIndex = 4;
this.tilTurkche.Text = "Turkche";
this.tilTurkche.UseVisualStyleBackColor = true;
this.tilTurkche.CheckedChanged += new System.EventHandler(this.ChkLangSelectedIndexChanged);
//
// tilEnglizche
//
this.tilEnglizche.Location = new System.Drawing.Point(5, 78);
this.tilEnglizche.Name = "tilEnglizche";
this.tilEnglizche.Size = new System.Drawing.Size(137, 24);
this.tilEnglizche.TabIndex = 3;
this.tilEnglizche.Text = "In’glizche";
this.tilEnglizche.UseVisualStyleBackColor = true;
this.tilEnglizche.CheckedChanged += new System.EventHandler(this.ChkLangSelectedIndexChanged);
//
// tilXenzuche
//
this.tilXenzuche.Location = new System.Drawing.Point(5, 138);
this.tilXenzuche.Name = "tilXenzuche";
this.tilXenzuche.Size = new System.Drawing.Size(137, 24);
this.tilXenzuche.TabIndex = 2;
this.tilXenzuche.Text = "Xenzuche";
this.tilXenzuche.UseVisualStyleBackColor = true;
this.tilXenzuche.CheckedChanged += new System.EventHandler(this.ChkLangSelectedIndexChanged);
//
// tilUyghurche
//
this.tilUyghurche.Location = new System.Drawing.Point(5, 48);
this.tilUyghurche.Name = "tilUyghurche";
this.tilUyghurche.Size = new System.Drawing.Size(137, 24);
this.tilUyghurche.TabIndex = 1;
this.tilUyghurche.Text = "Uyghurche";
this.tilUyghurche.UseVisualStyleBackColor = true;
this.tilUyghurche.CheckedChanged += new System.EventHandler(this.ChkLangSelectedIndexChanged);
//
// tilUyghurUKIJ
//
this.tilUyghurUKIJ.Location = new System.Drawing.Point(6, 18);
this.tilUyghurUKIJ.Name = "tilUyghurUKIJ";
this.tilUyghurUKIJ.Size = new System.Drawing.Size(137, 24);
this.tilUyghurUKIJ.TabIndex = 0;
this.tilUyghurUKIJ.Text = "Uyghurche(UKIJ)";
this.tilUyghurUKIJ.UseVisualStyleBackColor = true;
this.tilUyghurUKIJ.CheckedChanged += new System.EventHandler(this.ChkLangSelectedIndexChanged);
//
// butRecAll
//
this.butRecAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.butRecAll.Location = new System.Drawing.Point(743, 501);
this.butRecAll.Name = "butRecAll";
this.butRecAll.Size = new System.Drawing.Size(143, 32);
this.butRecAll.TabIndex = 48;
this.butRecAll.Text = "Hemmini Tonu";
this.butRecAll.UseVisualStyleBackColor = true;
this.butRecAll.Click += new System.EventHandler(this.Button3Click);
//
// MainForm
//
this.AllowDrop = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(893, 542);
this.Controls.Add(this.butRecAll);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.butDeskew);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.progressBar1);
this.Controls.Add(this.butPDF);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.label1);
this.Controls.Add(this.butNext);
this.Controls.Add(this.butRecognize);
this.Name = "MainForm";
this.Text = "Addiy Uyghurche OCR";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFormFormClosing);
this.Load += new System.EventHandler(this.MainFormLoad);
this.Shown += new System.EventHandler(this.MainFormShown);
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.MainFormDragDrop);
this.DragEnter += new System.Windows.Forms.DragEventHandler(this.MainFormDragEnter);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
private UyghurOCR.ResimRamka ramka;
private System.Windows.Forms.Button butRecognize;
private System.Windows.Forms.Button butNext;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.Button butPDF;
private System.Windows.Forms.ProgressBar progressBar1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button butDeskew;
private System.Windows.Forms.RadioButton rdSingle;
private System.Windows.Forms.RadioButton rdAuto;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button butRecAll;
private System.Windows.Forms.CheckBox tilRusche;
private System.Windows.Forms.CheckBox tilTurkche;
private System.Windows.Forms.CheckBox tilEnglizche;
private System.Windows.Forms.CheckBox tilXenzuche;
private System.Windows.Forms.CheckBox tilUyghurche;
private System.Windows.Forms.CheckBox tilUyghurUKIJ;
}
}