-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOgretimUyesi_Ara_Isim.Designer.cs
226 lines (220 loc) · 11.3 KB
/
OgretimUyesi_Ara_Isim.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
namespace OkulOtomasyonSitemi
{
partial class OgretimUyesi_Ara_Isim
{
/// <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.textBox1 = new System.Windows.Forms.TextBox();
this.listView1 = new System.Windows.Forms.ListView();
this.columnHeader1 = ((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.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.button1 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.yardımToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.yardımAlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.çıkışToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// textBox1
//
this.textBox1.Font = new System.Drawing.Font("Book Antiqua", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.textBox1.Location = new System.Drawing.Point(510, 93);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(240, 35);
this.textBox1.TabIndex = 40;
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// listView1
//
this.listView1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(56)))), ((int)(((byte)(69)))));
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader4,
this.columnHeader5,
this.columnHeader6,
this.columnHeader7,
this.columnHeader8});
this.listView1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.listView1.Font = new System.Drawing.Font("Book Antiqua", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.listView1.ForeColor = System.Drawing.Color.Silver;
this.listView1.HideSelection = false;
this.listView1.Location = new System.Drawing.Point(0, 165);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(1325, 424);
this.listView1.TabIndex = 39;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Text = "Ad";
this.columnHeader1.Width = 150;
//
// columnHeader2
//
this.columnHeader2.Text = "Soyad";
this.columnHeader2.Width = 151;
//
// columnHeader3
//
this.columnHeader3.Text = "Bölüm";
this.columnHeader3.Width = 172;
//
// columnHeader4
//
this.columnHeader4.Text = "İdari No";
this.columnHeader4.Width = 171;
//
// columnHeader5
//
this.columnHeader5.Text = "TC";
this.columnHeader5.Width = 152;
//
// columnHeader6
//
this.columnHeader6.Text = "Telefon";
this.columnHeader6.Width = 134;
//
// columnHeader7
//
this.columnHeader7.Text = "E-Posta";
this.columnHeader7.Width = 170;
//
// columnHeader8
//
this.columnHeader8.Text = "Cinsiyet";
this.columnHeader8.Width = 116;
//
// button1
//
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(56)))), ((int)(((byte)(69)))));
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Font = new System.Drawing.Font("Book Antiqua", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.button1.ForeColor = System.Drawing.Color.YellowGreen;
this.button1.Location = new System.Drawing.Point(843, 65);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(130, 63);
this.button1.TabIndex = 37;
this.button1.Text = "Ara";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label1
//
this.label1.Font = new System.Drawing.Font("Book Antiqua", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.label1.ForeColor = System.Drawing.Color.YellowGreen;
this.label1.Location = new System.Drawing.Point(531, 55);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(198, 23);
this.label1.TabIndex = 38;
this.label1.Text = "İsim Giriniz";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// menuStrip1
//
this.menuStrip1.BackColor = System.Drawing.Color.Gray;
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.yardımToolStripMenuItem,
this.çıkışToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(1325, 28);
this.menuStrip1.TabIndex = 41;
this.menuStrip1.Text = "menuStrip1";
//
// yardımToolStripMenuItem
//
this.yardımToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.yardımAlToolStripMenuItem});
this.yardımToolStripMenuItem.Name = "yardımToolStripMenuItem";
this.yardımToolStripMenuItem.Size = new System.Drawing.Size(69, 24);
this.yardımToolStripMenuItem.Text = "Yardım";
//
// yardımAlToolStripMenuItem
//
this.yardımAlToolStripMenuItem.Name = "yardımAlToolStripMenuItem";
this.yardımAlToolStripMenuItem.Size = new System.Drawing.Size(156, 26);
this.yardımAlToolStripMenuItem.Text = "Yardım Al";
this.yardımAlToolStripMenuItem.Click += new System.EventHandler(this.yardımAlToolStripMenuItem_Click);
//
// çıkışToolStripMenuItem
//
this.çıkışToolStripMenuItem.Name = "çıkışToolStripMenuItem";
this.çıkışToolStripMenuItem.Size = new System.Drawing.Size(53, 24);
this.çıkışToolStripMenuItem.Text = "Çıkış";
this.çıkışToolStripMenuItem.Click += new System.EventHandler(this.çıkışToolStripMenuItem_Click);
//
// OgretimUyesi_Ara_Isim
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(82)))));
this.ClientSize = new System.Drawing.Size(1325, 589);
this.Controls.Add(this.menuStrip1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.listView1);
this.Controls.Add(this.button1);
this.Controls.Add(this.label1);
this.ForeColor = System.Drawing.Color.Silver;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "OgretimUyesi_Ara_Isim";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Öğretim Üyesi Ara - İsim";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ColumnHeader columnHeader5;
private System.Windows.Forms.ColumnHeader columnHeader6;
private System.Windows.Forms.ColumnHeader columnHeader7;
private System.Windows.Forms.ColumnHeader columnHeader8;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem yardımToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem yardımAlToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem çıkışToolStripMenuItem;
}
}