void LVw_Log_Kur()
 {
     this.SuspendLayout();
     string[] Sutunlar = new String[2];
     Sutunlar[0] = "";
     Sutunlar[1] = DilSec.Sorgu;
     OrtakSinif.LVw_Log_Kur(LVw_SQLLog, Sutunlar);
     LVw_SQLLog.Columns[0].Width = 100;
     LVw_SQLLog.Columns[1].Width = LVw_SQLLog.Width - (LVw_SQLLog.Columns[0].Width + 5);
     this.ResumeLayout();
 }