📄 fdetay.cs
字号:
this.tbNumara.Name = "tbNumara";
this.tbNumara.Size = new System.Drawing.Size(104, 20);
this.tbNumara.TabIndex = 1;
this.tbNumara.Text = "";
//
// dsOgrenci
//
this.dsOgrenci.DataSetName = "dsOgrenci";
this.dsOgrenci.Locale = new System.Globalization.CultureInfo("tr-TR");
//
// tbAd
//
this.tbAd.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsOgrenci, "kimlik.Ad"));
this.tbAd.Location = new System.Drawing.Point(88, 40);
this.tbAd.Name = "tbAd";
this.tbAd.Size = new System.Drawing.Size(104, 20);
this.tbAd.TabIndex = 1;
this.tbAd.Text = "";
//
// label2
//
this.label2.Location = new System.Drawing.Point(16, 42);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(72, 16);
this.label2.TabIndex = 0;
this.label2.Text = "Ad";
//
// tbSoyad
//
this.tbSoyad.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsOgrenci, "kimlik.Soyad"));
this.tbSoyad.Location = new System.Drawing.Point(88, 64);
this.tbSoyad.Name = "tbSoyad";
this.tbSoyad.Size = new System.Drawing.Size(104, 20);
this.tbSoyad.TabIndex = 1;
this.tbSoyad.Text = "";
//
// tbTelefon
//
this.tbTelefon.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsOgrenci, "kimlik.Tel"));
this.tbTelefon.Location = new System.Drawing.Point(88, 88);
this.tbTelefon.Name = "tbTelefon";
this.tbTelefon.Size = new System.Drawing.Size(104, 20);
this.tbTelefon.TabIndex = 1;
this.tbTelefon.Text = "";
//
// label3
//
this.label3.Location = new System.Drawing.Point(16, 66);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(72, 16);
this.label3.TabIndex = 0;
this.label3.Text = "Soyad";
//
// label4
//
this.label4.Location = new System.Drawing.Point(16, 90);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(72, 16);
this.label4.TabIndex = 0;
this.label4.Text = "Telefon";
//
// tbEMail
//
this.tbEMail.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsOgrenci, "kimlik.EMail"));
this.tbEMail.Location = new System.Drawing.Point(376, 16);
this.tbEMail.Name = "tbEMail";
this.tbEMail.Size = new System.Drawing.Size(216, 20);
this.tbEMail.TabIndex = 1;
this.tbEMail.Text = "";
//
// tbBitLise
//
this.tbBitLise.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsOgrenci, "kimlik.BitLise"));
this.tbBitLise.Location = new System.Drawing.Point(376, 40);
this.tbBitLise.Name = "tbBitLise";
this.tbBitLise.Size = new System.Drawing.Size(216, 20);
this.tbBitLise.TabIndex = 1;
this.tbBitLise.Text = "";
//
// tbAdres
//
this.tbAdres.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsOgrenci, "kimlik.Adres"));
this.tbAdres.Location = new System.Drawing.Point(376, 64);
this.tbAdres.Multiline = true;
this.tbAdres.Name = "tbAdres";
this.tbAdres.Size = new System.Drawing.Size(216, 45);
this.tbAdres.TabIndex = 1;
this.tbAdres.Text = "";
//
// label5
//
this.label5.Location = new System.Drawing.Point(288, 42);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(72, 16);
this.label5.TabIndex = 0;
this.label5.Text = "Bitirdi餴 Lise";
//
// label6
//
this.label6.Location = new System.Drawing.Point(288, 66);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(72, 16);
this.label6.TabIndex = 0;
this.label6.Text = "Adres";
//
// label8
//
this.label8.Location = new System.Drawing.Point(288, 18);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(72, 16);
this.label8.TabIndex = 0;
this.label8.Text = "E-Mail";
//
// dgDersler
//
this.dgDersler.DataMember = "";
this.dgDersler.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dgDersler.Location = new System.Drawing.Point(8, 120);
this.dgDersler.Name = "dgDersler";
this.dgDersler.Size = new System.Drawing.Size(584, 224);
this.dgDersler.TabIndex = 2;
this.dgDersler.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
this.dataGridTableStyle1});
//
// dataGridTableStyle1
//
this.dataGridTableStyle1.DataGrid = this.dgDersler;
this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
this.dataGridTextBoxColumn1,
this.dataGridTextBoxColumn2,
this.dataGridTextBoxColumn3,
this.dataGridTextBoxColumn4,
this.dataGridTextBoxColumn5,
this.dataGridTextBoxColumn6});
this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dataGridTableStyle1.MappingName = "dersler";
//
// dataGridTextBoxColumn1
//
this.dataGridTextBoxColumn1.Format = "";
this.dataGridTextBoxColumn1.FormatInfo = null;
this.dataGridTextBoxColumn1.HeaderText = "Ders Kodu";
this.dataGridTextBoxColumn1.MappingName = "Kod";
this.dataGridTextBoxColumn1.NullText = "";
this.dataGridTextBoxColumn1.Width = 75;
//
// dataGridTextBoxColumn2
//
this.dataGridTextBoxColumn2.Format = "";
this.dataGridTextBoxColumn2.FormatInfo = null;
this.dataGridTextBoxColumn2.HeaderText = "Ders Ad
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -