-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForm2.Designer.cs
654 lines (648 loc) · 31 KB
/
Form2.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
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
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
namespace NYP_PROJE
{
partial class Form2
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.oyuncularToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ofisÇalışanlarıToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.teknikEkipToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.evrakİşleriToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.müşterilerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.listView1 = new System.Windows.Forms.ListView();
this.id = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.ad = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.soyad = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.maas = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.rol = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.izinBaslangic = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.izinBitis = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.ekizin = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.ProjeAdi = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.ProjeBaslangic = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.ProjeBitis = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.listView2 = new System.Windows.Forms.ListView();
this.Tid = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.TAd = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.TSoyad = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.TMaas = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.TizinBaslangic = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.TizinBitis = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.Tekizin = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.listView3 = new System.Windows.Forms.ListView();
this.Eid = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.EAd = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.ESoyad = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.EMaas = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.EizinBaslangic = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.EizinBitis = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.Eekizin = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.listView4 = new System.Windows.Forms.ListView();
this.Mid = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.FirmaIsmi = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.Il = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.Ilce = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.Acikadres = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.ProjeFiyat = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.maasBelirle = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.Teknikmaas = new System.Windows.Forms.Button();
this.evrakmaas = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.izingünleri = new System.Windows.Forms.Label();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
this.izinOnayla = new System.Windows.Forms.Button();
this.ekizinLabel = new System.Windows.Forms.Label();
this.EktextBox2 = new System.Windows.Forms.TextBox();
this.ekİzinOnayla = new System.Windows.Forms.Button();
this.EvrakİzinOnayla = new System.Windows.Forms.Button();
this.TeknikIzinOnayla = new System.Windows.Forms.Button();
this.EvrakEkOnayla = new System.Windows.Forms.Button();
this.TeknikEOnayla = new System.Windows.Forms.Button();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.menuStrip1.Dock = System.Windows.Forms.DockStyle.Left;
this.menuStrip1.GripMargin = new System.Windows.Forms.Padding(5, 5, 0, 5);
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.oyuncularToolStripMenuItem,
this.ofisÇalışanlarıToolStripMenuItem,
this.müşterilerToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Padding = new System.Windows.Forms.Padding(4, 2, 0, 2);
this.menuStrip1.Size = new System.Drawing.Size(101, 554);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// oyuncularToolStripMenuItem
//
this.oyuncularToolStripMenuItem.Name = "oyuncularToolStripMenuItem";
this.oyuncularToolStripMenuItem.Size = new System.Drawing.Size(92, 19);
this.oyuncularToolStripMenuItem.Text = "Oyuncular";
this.oyuncularToolStripMenuItem.Click += new System.EventHandler(this.oyuncularToolStripMenuItem_Click);
//
// ofisÇalışanlarıToolStripMenuItem
//
this.ofisÇalışanlarıToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.teknikEkipToolStripMenuItem,
this.evrakİşleriToolStripMenuItem});
this.ofisÇalışanlarıToolStripMenuItem.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
this.ofisÇalışanlarıToolStripMenuItem.Name = "ofisÇalışanlarıToolStripMenuItem";
this.ofisÇalışanlarıToolStripMenuItem.Size = new System.Drawing.Size(92, 19);
this.ofisÇalışanlarıToolStripMenuItem.Text = "Ofis Çalışanları";
//
// teknikEkipToolStripMenuItem
//
this.teknikEkipToolStripMenuItem.Name = "teknikEkipToolStripMenuItem";
this.teknikEkipToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
this.teknikEkipToolStripMenuItem.Text = "Teknik Ekip";
this.teknikEkipToolStripMenuItem.Click += new System.EventHandler(this.teknikEkipToolStripMenuItem_Click);
//
// evrakİşleriToolStripMenuItem
//
this.evrakİşleriToolStripMenuItem.Name = "evrakİşleriToolStripMenuItem";
this.evrakİşleriToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
this.evrakİşleriToolStripMenuItem.Text = "Evrak İşleri";
this.evrakİşleriToolStripMenuItem.Click += new System.EventHandler(this.evrakİşleriToolStripMenuItem_Click);
//
// müşterilerToolStripMenuItem
//
this.müşterilerToolStripMenuItem.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
this.müşterilerToolStripMenuItem.Name = "müşterilerToolStripMenuItem";
this.müşterilerToolStripMenuItem.Size = new System.Drawing.Size(92, 19);
this.müşterilerToolStripMenuItem.Text = "Müşteriler";
this.müşterilerToolStripMenuItem.Click += new System.EventHandler(this.müşterilerToolStripMenuItem_Click);
//
// listView1
//
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.id,
this.ad,
this.soyad,
this.maas,
this.rol,
this.izinBaslangic,
this.izinBitis,
this.ekizin,
this.ProjeAdi,
this.ProjeBaslangic,
this.ProjeBitis});
this.listView1.HideSelection = false;
this.listView1.Location = new System.Drawing.Point(117, 30);
this.listView1.Margin = new System.Windows.Forms.Padding(2);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(958, 139);
this.listView1.TabIndex = 1;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
this.listView1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseDoubleClick);
//
// id
//
this.id.Text = "id";
this.id.Width = 80;
//
// ad
//
this.ad.Text = "ad";
this.ad.Width = 103;
//
// soyad
//
this.soyad.Text = "soyad";
this.soyad.Width = 83;
//
// maas
//
this.maas.Text = "maas";
this.maas.Width = 97;
//
// rol
//
this.rol.Text = "rol";
this.rol.Width = 107;
//
// izinBaslangic
//
this.izinBaslangic.Text = "İzin Başlangıç";
this.izinBaslangic.Width = 117;
//
// izinBitis
//
this.izinBitis.Text = "İzin Bitiş";
this.izinBitis.Width = 115;
//
// ekizin
//
this.ekizin.Text = "Ek İzin";
//
// ProjeAdi
//
this.ProjeAdi.Text = "Proje Adı";
this.ProjeAdi.Width = 93;
//
// ProjeBaslangic
//
this.ProjeBaslangic.Text = "Proje Başlangıç";
this.ProjeBaslangic.Width = 87;
//
// ProjeBitis
//
this.ProjeBitis.Text = "Proje Bitiş";
this.ProjeBitis.Width = 89;
//
// listView2
//
this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.Tid,
this.TAd,
this.TSoyad,
this.TMaas,
this.TizinBaslangic,
this.TizinBitis,
this.Tekizin,
this.columnHeader2,
this.columnHeader3,
this.columnHeader1});
this.listView2.HideSelection = false;
this.listView2.Location = new System.Drawing.Point(118, 30);
this.listView2.Name = "listView2";
this.listView2.Size = new System.Drawing.Size(957, 136);
this.listView2.TabIndex = 2;
this.listView2.UseCompatibleStateImageBehavior = false;
this.listView2.View = System.Windows.Forms.View.Details;
this.listView2.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView2_MouseDoubleClick_1);
//
// Tid
//
this.Tid.Text = "id";
this.Tid.Width = 104;
//
// TAd
//
this.TAd.Text = "Ad";
this.TAd.Width = 126;
//
// TSoyad
//
this.TSoyad.Text = "Soyad";
this.TSoyad.Width = 122;
//
// TMaas
//
this.TMaas.Text = "Maas";
this.TMaas.Width = 141;
//
// TizinBaslangic
//
this.TizinBaslangic.Text = "İzin Başlangıç";
//
// TizinBitis
//
this.TizinBitis.Text = "İzin Bitiş";
//
// Tekizin
//
this.Tekizin.Text = "Ek izin";
//
// columnHeader2
//
this.columnHeader2.Text = "ProjeAdı";
this.columnHeader2.Width = 123;
//
// columnHeader3
//
this.columnHeader3.Text = "Proje Başlangıç";
this.columnHeader3.Width = 108;
//
// columnHeader1
//
this.columnHeader1.Text = "Proje Bitiş";
//
// listView3
//
this.listView3.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.Eid,
this.EAd,
this.ESoyad,
this.EMaas,
this.EizinBaslangic,
this.EizinBitis,
this.Eekizin});
this.listView3.HideSelection = false;
this.listView3.Location = new System.Drawing.Point(117, 30);
this.listView3.Name = "listView3";
this.listView3.Size = new System.Drawing.Size(958, 138);
this.listView3.TabIndex = 3;
this.listView3.UseCompatibleStateImageBehavior = false;
this.listView3.View = System.Windows.Forms.View.Details;
this.listView3.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView3_MouseDoubleClick);
//
// Eid
//
this.Eid.Text = "İd";
//
// EAd
//
this.EAd.Text = "Ad";
//
// ESoyad
//
this.ESoyad.Text = "Soyad";
//
// EMaas
//
this.EMaas.Text = "Maas";
//
// EizinBaslangic
//
this.EizinBaslangic.Text = "İzin Başlangıç";
//
// EizinBitis
//
this.EizinBitis.Text = "İzin Bitiş";
//
// Eekizin
//
this.Eekizin.Text = "Ek İzin";
//
// listView4
//
this.listView4.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.Mid,
this.FirmaIsmi,
this.Il,
this.Ilce,
this.Acikadres,
this.ProjeFiyat});
this.listView4.HideSelection = false;
this.listView4.Location = new System.Drawing.Point(104, 30);
this.listView4.Name = "listView4";
this.listView4.Size = new System.Drawing.Size(971, 140);
this.listView4.TabIndex = 4;
this.listView4.UseCompatibleStateImageBehavior = false;
this.listView4.View = System.Windows.Forms.View.Details;
//
// Mid
//
this.Mid.Text = "id";
//
// FirmaIsmi
//
this.FirmaIsmi.Text = "Firmaİsmi";
//
// Il
//
this.Il.Text = "İl";
//
// Ilce
//
this.Ilce.Text = "İlçe";
//
// Acikadres
//
this.Acikadres.Text = "AçıkAdres";
//
// ProjeFiyat
//
this.ProjeFiyat.Text = "AnlaştığımızFiyat";
//
// maasBelirle
//
this.maasBelirle.BackColor = System.Drawing.SystemColors.ButtonFace;
this.maasBelirle.Location = new System.Drawing.Point(170, 259);
this.maasBelirle.Name = "maasBelirle";
this.maasBelirle.Size = new System.Drawing.Size(123, 36);
this.maasBelirle.TabIndex = 5;
this.maasBelirle.Text = "ONAYLA";
this.maasBelirle.UseVisualStyleBackColor = false;
this.maasBelirle.Click += new System.EventHandler(this.maasBelirle_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.SystemColors.ButtonFace;
this.label1.Font = new System.Drawing.Font("Microsoft YaHei", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(155, 202);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(172, 28);
this.label1.TabIndex = 6;
this.label1.Text = "Maaş Belirleme";
//
// textBox1
//
this.textBox1.BackColor = System.Drawing.SystemColors.ButtonFace;
this.textBox1.Location = new System.Drawing.Point(182, 233);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(98, 20);
this.textBox1.TabIndex = 7;
//
// Teknikmaas
//
this.Teknikmaas.BackColor = System.Drawing.SystemColors.ButtonFace;
this.Teknikmaas.Location = new System.Drawing.Point(170, 259);
this.Teknikmaas.Name = "Teknikmaas";
this.Teknikmaas.Size = new System.Drawing.Size(123, 36);
this.Teknikmaas.TabIndex = 8;
this.Teknikmaas.Text = "ONAYLA";
this.Teknikmaas.UseVisualStyleBackColor = false;
this.Teknikmaas.Click += new System.EventHandler(this.Teknikmaas_Click);
//
// evrakmaas
//
this.evrakmaas.BackColor = System.Drawing.SystemColors.ButtonFace;
this.evrakmaas.Location = new System.Drawing.Point(170, 259);
this.evrakmaas.Name = "evrakmaas";
this.evrakmaas.Size = new System.Drawing.Size(123, 36);
this.evrakmaas.TabIndex = 9;
this.evrakmaas.Text = "ONAYLA";
this.evrakmaas.UseVisualStyleBackColor = false;
this.evrakmaas.Click += new System.EventHandler(this.evrakmaas_Click);
//
// button1
//
this.button1.BackColor = System.Drawing.Color.Red;
this.button1.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.button1.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
this.button1.Location = new System.Drawing.Point(160, 348);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(167, 49);
this.button1.TabIndex = 10;
this.button1.Text = "MALİ RAPOR VER";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// izingünleri
//
this.izingünleri.AutoSize = true;
this.izingünleri.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.izingünleri.Location = new System.Drawing.Point(674, 202);
this.izingünleri.Name = "izingünleri";
this.izingünleri.Size = new System.Drawing.Size(101, 20);
this.izingünleri.TabIndex = 11;
this.izingünleri.Text = "İzin Günleri";
//
// dateTimePicker1
//
this.dateTimePicker1.Location = new System.Drawing.Point(564, 248);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(135, 20);
this.dateTimePicker1.TabIndex = 12;
//
// dateTimePicker2
//
this.dateTimePicker2.Location = new System.Drawing.Point(757, 248);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new System.Drawing.Size(148, 20);
this.dateTimePicker2.TabIndex = 13;
//
// izinOnayla
//
this.izinOnayla.Location = new System.Drawing.Point(678, 293);
this.izinOnayla.Name = "izinOnayla";
this.izinOnayla.Size = new System.Drawing.Size(124, 38);
this.izinOnayla.TabIndex = 14;
this.izinOnayla.Text = "ONAYLA";
this.izinOnayla.UseVisualStyleBackColor = true;
this.izinOnayla.Click += new System.EventHandler(this.izinOnayla_Click);
//
// ekizinLabel
//
this.ekizinLabel.AutoSize = true;
this.ekizinLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.ekizinLabel.Location = new System.Drawing.Point(710, 377);
this.ekizinLabel.Name = "ekizinLabel";
this.ekizinLabel.Size = new System.Drawing.Size(64, 20);
this.ekizinLabel.TabIndex = 15;
this.ekizinLabel.Text = "Ek İzin";
//
// EktextBox2
//
this.EktextBox2.Location = new System.Drawing.Point(703, 414);
this.EktextBox2.Name = "EktextBox2";
this.EktextBox2.Size = new System.Drawing.Size(71, 20);
this.EktextBox2.TabIndex = 16;
//
// ekİzinOnayla
//
this.ekİzinOnayla.Location = new System.Drawing.Point(678, 440);
this.ekİzinOnayla.Name = "ekİzinOnayla";
this.ekİzinOnayla.Size = new System.Drawing.Size(124, 44);
this.ekİzinOnayla.TabIndex = 17;
this.ekİzinOnayla.Text = "ONAYLA";
this.ekİzinOnayla.UseVisualStyleBackColor = true;
this.ekİzinOnayla.Click += new System.EventHandler(this.ekİzinOnayla_Click);
//
// EvrakİzinOnayla
//
this.EvrakİzinOnayla.Location = new System.Drawing.Point(678, 294);
this.EvrakİzinOnayla.Name = "EvrakİzinOnayla";
this.EvrakİzinOnayla.Size = new System.Drawing.Size(124, 37);
this.EvrakİzinOnayla.TabIndex = 18;
this.EvrakİzinOnayla.Text = "ONAYLA";
this.EvrakİzinOnayla.UseVisualStyleBackColor = true;
this.EvrakİzinOnayla.Click += new System.EventHandler(this.EvrakİzinOnayla_Click);
//
// TeknikIzinOnayla
//
this.TeknikIzinOnayla.Location = new System.Drawing.Point(678, 294);
this.TeknikIzinOnayla.Name = "TeknikIzinOnayla";
this.TeknikIzinOnayla.Size = new System.Drawing.Size(122, 37);
this.TeknikIzinOnayla.TabIndex = 19;
this.TeknikIzinOnayla.Text = "ONAYLA";
this.TeknikIzinOnayla.UseVisualStyleBackColor = true;
this.TeknikIzinOnayla.Click += new System.EventHandler(this.TeknikIzinOnayla_Click);
//
// EvrakEkOnayla
//
this.EvrakEkOnayla.Location = new System.Drawing.Point(678, 440);
this.EvrakEkOnayla.Name = "EvrakEkOnayla";
this.EvrakEkOnayla.Size = new System.Drawing.Size(119, 45);
this.EvrakEkOnayla.TabIndex = 20;
this.EvrakEkOnayla.Text = "ONAYLA";
this.EvrakEkOnayla.UseVisualStyleBackColor = true;
this.EvrakEkOnayla.Click += new System.EventHandler(this.EvrakEkOnayla_Click);
//
// TeknikEOnayla
//
this.TeknikEOnayla.Location = new System.Drawing.Point(678, 440);
this.TeknikEOnayla.Name = "TeknikEOnayla";
this.TeknikEOnayla.Size = new System.Drawing.Size(124, 43);
this.TeknikEOnayla.TabIndex = 21;
this.TeknikEOnayla.Text = "ONAYLA";
this.TeknikEOnayla.UseVisualStyleBackColor = true;
this.TeknikEOnayla.Click += new System.EventHandler(this.TeknikEOnayla_Click);
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1688, 554);
this.Controls.Add(this.TeknikEOnayla);
this.Controls.Add(this.EvrakEkOnayla);
this.Controls.Add(this.TeknikIzinOnayla);
this.Controls.Add(this.EvrakİzinOnayla);
this.Controls.Add(this.ekİzinOnayla);
this.Controls.Add(this.EktextBox2);
this.Controls.Add(this.ekizinLabel);
this.Controls.Add(this.izinOnayla);
this.Controls.Add(this.dateTimePicker2);
this.Controls.Add(this.dateTimePicker1);
this.Controls.Add(this.izingünleri);
this.Controls.Add(this.button1);
this.Controls.Add(this.evrakmaas);
this.Controls.Add(this.Teknikmaas);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label1);
this.Controls.Add(this.maasBelirle);
this.Controls.Add(this.listView4);
this.Controls.Add(this.listView3);
this.Controls.Add(this.listView2);
this.Controls.Add(this.listView1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "Form2";
this.Text = "Form2";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem oyuncularToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ofisÇalışanlarıToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem teknikEkipToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem evrakİşleriToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem müşterilerToolStripMenuItem;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.ColumnHeader id;
private System.Windows.Forms.ColumnHeader ad;
private System.Windows.Forms.ColumnHeader soyad;
private System.Windows.Forms.ColumnHeader maas;
private System.Windows.Forms.ColumnHeader rol;
private System.Windows.Forms.ColumnHeader ProjeAdi;
private System.Windows.Forms.ColumnHeader ProjeBaslangic;
private System.Windows.Forms.ColumnHeader Tid;
private System.Windows.Forms.ColumnHeader TAd;
private System.Windows.Forms.ColumnHeader TSoyad;
private System.Windows.Forms.ListView listView2;
private System.Windows.Forms.ColumnHeader TMaas;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ListView listView3;
private System.Windows.Forms.ListView listView4;
private System.Windows.Forms.Button maasBelirle;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.ColumnHeader ProjeBitis;
private System.Windows.Forms.ColumnHeader Eid;
private System.Windows.Forms.ColumnHeader EAd;
private System.Windows.Forms.ColumnHeader ESoyad;
private System.Windows.Forms.ColumnHeader EMaas;
private System.Windows.Forms.ColumnHeader Mid;
private System.Windows.Forms.ColumnHeader FirmaIsmi;
private System.Windows.Forms.ColumnHeader Il;
private System.Windows.Forms.ColumnHeader Ilce;
private System.Windows.Forms.ColumnHeader Acikadres;
private System.Windows.Forms.ColumnHeader ProjeFiyat;
private System.Windows.Forms.Button Teknikmaas;
private System.Windows.Forms.Button evrakmaas;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label izingünleri;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
private System.Windows.Forms.ColumnHeader izinBaslangic;
private System.Windows.Forms.ColumnHeader izinBitis;
private System.Windows.Forms.Button izinOnayla;
private System.Windows.Forms.ColumnHeader ekizin;
private System.Windows.Forms.Label ekizinLabel;
private System.Windows.Forms.TextBox EktextBox2;
private System.Windows.Forms.Button ekİzinOnayla;
private System.Windows.Forms.Button EvrakİzinOnayla;
private System.Windows.Forms.Button TeknikIzinOnayla;
private System.Windows.Forms.ColumnHeader EizinBaslangic;
private System.Windows.Forms.ColumnHeader EizinBitis;
private System.Windows.Forms.ColumnHeader Eekizin;
private System.Windows.Forms.ColumnHeader TizinBaslangic;
private System.Windows.Forms.ColumnHeader TizinBitis;
private System.Windows.Forms.ColumnHeader Tekizin;
private System.Windows.Forms.Button EvrakEkOnayla;
private System.Windows.Forms.Button TeknikEOnayla;
}
}