-
Notifications
You must be signed in to change notification settings - Fork 0
/
KitapGecikme.Designer.cs
177 lines (171 loc) · 8.96 KB
/
KitapGecikme.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
namespace Kutuphanecsharp
{
partial class KitapGecikme
{
/// <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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.dgw2 = new Bunifu.Framework.UI.BunifuCustomDataGrid();
this.ad = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.soyad = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.phone = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.kitap = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.sontarih = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.btnClose = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dgw2)).BeginInit();
this.SuspendLayout();
//
// dgw2
//
this.dgw2.AllowUserToAddRows = false;
this.dgw2.AllowUserToDeleteRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.White;
this.dgw2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgw2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgw2.BackgroundColor = System.Drawing.Color.White;
this.dgw2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgw2.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
this.dgw2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(122)))), ((int)(((byte)(234)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("Segoe UI Semibold", 9.2F, System.Drawing.FontStyle.Bold);
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgw2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgw2.ColumnHeadersHeight = 40;
this.dgw2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ad,
this.soyad,
this.phone,
this.kitap,
this.sontarih});
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle3.Font = new System.Drawing.Font("Segoe UI Semibold", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(226)))), ((int)(((byte)(244)))));
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgw2.DefaultCellStyle = dataGridViewCellStyle3;
this.dgw2.DoubleBuffered = true;
this.dgw2.EnableHeadersVisualStyles = false;
this.dgw2.GridColor = System.Drawing.Color.WhiteSmoke;
this.dgw2.HeaderBgColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(122)))), ((int)(((byte)(234)))));
this.dgw2.HeaderForeColor = System.Drawing.Color.White;
this.dgw2.Location = new System.Drawing.Point(100, 91);
this.dgw2.Name = "dgw2";
this.dgw2.ReadOnly = true;
this.dgw2.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
this.dgw2.RowHeadersWidth = 51;
this.dgw2.RowTemplate.DividerHeight = 3;
this.dgw2.RowTemplate.Height = 24;
this.dgw2.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.dgw2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgw2.Size = new System.Drawing.Size(765, 174);
this.dgw2.TabIndex = 73;
//
// ad
//
this.ad.DataPropertyName = "ad";
this.ad.HeaderText = "AD";
this.ad.MinimumWidth = 6;
this.ad.Name = "ad";
this.ad.ReadOnly = true;
//
// soyad
//
this.soyad.DataPropertyName = "soyad";
this.soyad.HeaderText = "SOYAD";
this.soyad.MinimumWidth = 6;
this.soyad.Name = "soyad";
this.soyad.ReadOnly = true;
//
// phone
//
this.phone.DataPropertyName = "phone";
this.phone.HeaderText = "TELEFON";
this.phone.MinimumWidth = 6;
this.phone.Name = "phone";
this.phone.ReadOnly = true;
//
// kitap
//
this.kitap.DataPropertyName = "kitap";
this.kitap.HeaderText = "KİTAP";
this.kitap.MinimumWidth = 6;
this.kitap.Name = "kitap";
this.kitap.ReadOnly = true;
//
// sontarih
//
this.sontarih.DataPropertyName = "sontarih";
this.sontarih.HeaderText = "SONTARİH";
this.sontarih.MinimumWidth = 6;
this.sontarih.Name = "sontarih";
this.sontarih.ReadOnly = true;
//
// btnClose
//
this.btnClose.BackColor = System.Drawing.Color.DarkRed;
this.btnClose.FlatAppearance.BorderSize = 0;
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnClose.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.btnClose.Location = new System.Drawing.Point(975, 12);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(25, 25);
this.btnClose.TabIndex = 74;
this.btnClose.Text = "X";
this.btnClose.UseVisualStyleBackColor = false;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// KitapGecikme
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.LavenderBlush;
this.ClientSize = new System.Drawing.Size(1012, 556);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.dgw2);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "KitapGecikme";
this.Text = "KitapGecikme";
this.Load += new System.EventHandler(this.KitapGecikme_Load);
((System.ComponentModel.ISupportInitialize)(this.dgw2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Bunifu.Framework.UI.BunifuCustomDataGrid dgw2;
private System.Windows.Forms.DataGridViewTextBoxColumn ad;
private System.Windows.Forms.DataGridViewTextBoxColumn soyad;
private System.Windows.Forms.DataGridViewTextBoxColumn phone;
private System.Windows.Forms.DataGridViewTextBoxColumn kitap;
private System.Windows.Forms.DataGridViewTextBoxColumn sontarih;
public System.Windows.Forms.Button btnClose;
}
}