<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Clomosy | Forum : Arayüz Geçiş Sorunu</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : Arayüz Geçiş Sorunu]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 12 May 2026 06:09:39 +0000</pubDate>
  <lastBuildDate>Tue, 12 May 2026 03:16:41 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=1525</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Clomosy | Forum]]></title>
   <url>https://forum.clomosy.com.tr/forum_images/logo.png</url>
   <link>https://forum.clomosy.com.tr/</link>
  </image>
  <item>
   <title><![CDATA[Arayüz Geçiş Sorunu : https://static.cloudflareinsig...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1525&amp;PID=3508#3508</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=458">s.dmr</a><br /><strong>Konu:</strong> 1525<br /><strong>Gönderim Zamanı:</strong> 12&nbsp;Mayıs&nbsp;2026 Saat 03:16<br /><br /><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"</a> integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous"><div><span style="color: rgb31, 31, 31; font-family: &quot;Google Sans Flex&quot;, &quot;Google Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px; font-variant-ligatures: n&#111;ne; white-space: pre-wrap;">Uygulamanın ilk iki sayfası (Giriş ve Konu Seçimi) sorunsuz bir şekilde çalışıyor ve aralarında geçiş yapabiliyorum. Ancak konu seçimini yaptıktan sonra soruların gelmesi gereken 3. arayüz (Soru Paneli) ekrana gelmiyor ve sürekli hata alıyorum. Hata veren 3. sayfa kodlarını tamamen ayırıp farklı bir projede tek başına çalıştırmayı denedim ama yine çalışmadı. Kopyaladığım kodlarda hata veren bölümü yorum satırına aldım.</span></div><div><span style="color: rgb31, 31, 31; font-family: &quot;Google Sans Flex&quot;, &quot;Google Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px; font-variant-ligatures: n&#111;ne; white-space: pre-wrap;"><br></span></div><div><div>var</div><div>&nbsp; GirisForm: TclForm;</div><div>&nbsp; LogoImg : TclImage;</div><div>&nbsp; BaslaBtn: TClProButton;</div><div>&nbsp; HeaderPanel: TClProPanel;</div><div>&nbsp; HeaderLogo: TclImage;</div><div>&nbsp;&nbsp;</div><div>&nbsp; // konu butonları</div><div>&nbsp; Buton1, Buton2, Buton3, Buton4, Buton5 : TClProButton;</div><div>&nbsp;&nbsp;</div><div>&nbsp; /*</div><div>&nbsp; // soru nesneleri</div><div>&nbsp; SoruLabel, SoruNoLabel: TclLabel;</div><div>&nbsp; BtnA, BtnB, BtnC, BtnD: TClProButton;</div><div>&nbsp; SoruPanel: TClProPanel;</div><div>&nbsp; Seckonu: String;</div><div>&nbsp; Sorusira: Integer;</div><div>&nbsp; Dcevap: String;</div><div>&nbsp; BasariYuzdesi: Float;</div><div>&nbsp; DogruSayisi: Integer;</div><div>void SoruGetir;</div><div>{</div><div>&nbsp; if (Seckonu == 'ÇARPANLAR VE KATLAR')</div><div>&nbsp; {</div><div>&nbsp; &nbsp; SoruNoLabel.Text = 'Soru: ' + IntToStr(Sorusira);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if (Sorusira == 1)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; SoruLabel.Text = '24 sayısının kaç tane pozitif tam sayı çarpanı vardır?';</div><div>&nbsp; &nbsp; &nbsp; BtnA.Text = '4';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnB.Text = '6';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnC.Text = '8';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnD.Text = '10';</div><div>&nbsp; &nbsp; &nbsp; Dcevap = '8';</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else if (Sorusira == 2)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; SoruLabel.Text = 'Aşağıdakilerden hangisi 60 sayısının asal çarpanlarından biri değildir?';</div><div>&nbsp; &nbsp; &nbsp; BtnA.Text = '5';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnB.Text = '4';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnC.Text = '2';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnD.Text = '3';</div><div>&nbsp; &nbsp; &nbsp; Dcevap = '4';</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else if (Sorusira == 3)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; SoruLabel.Text = 'Aralarında asal olan iki sayının EBOBu her zaman kaçtır?';</div><div>&nbsp; &nbsp; &nbsp; BtnA.Text = 'Sayıların toplamı';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnB.Text = 'Sayıların çarpımı';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnC.Text = '1';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnD.Text = '0';</div><div>&nbsp; &nbsp; &nbsp; Dcevap = '1';</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else if (Sorusira == 4)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; SoruLabel.Text = '9 ve 15 sayılarının EKOKu kaçtır?';</div><div>&nbsp; &nbsp; &nbsp; BtnA.Text = '3';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnB.Text = '30';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnC.Text = '45';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnD.Text = '90';</div><div>&nbsp; &nbsp; &nbsp; Dcevap = '45';</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else if (Sorusira == 5)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; SoruLabel.Text = 'Aşağıdaki sayı çiftlerinden hangisi aralarında asaldır?';</div><div>&nbsp; &nbsp; &nbsp; BtnA.Text = '8 ve 25';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnB.Text = '14 ve 21';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnC.Text = '10 ve 20';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnD.Text = '6 ve 51';</div><div>&nbsp; &nbsp; &nbsp; Dcevap = '8 ve 25';</div><div>&nbsp; &nbsp; }</div><div>}</div><div>&nbsp; else if (Seckonu == 'ÜSLÜ İFADELER')</div><div>&nbsp; {</div><div>&nbsp; &nbsp; SoruNoLabel.Text = 'Soru: ' + IntToStr(Sorusira);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if (Sorusira == 1)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; SoruLabel.Text = '(-2)&#8308; ifadesinin eşiti nedir?';</div><div>&nbsp; &nbsp; &nbsp; BtnA.Text = '-8';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnB.Text = '16';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnC.Text = '-8';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnD.Text = '-16';</div><div>&nbsp; &nbsp; &nbsp; Dcevap = '16';</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else if (Sorusira == 2)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; SoruLabel.Text = '10&#8304; + 1¹&#8304;&#8304; + 0&#8309; işleminin sonucu nedir?';</div><div>&nbsp; &nbsp; &nbsp; BtnA.Text = '0';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnB.Text = '1';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnC.Text = '2';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnD.Text = '11';</div><div>&nbsp; &nbsp; &nbsp; Dcevap = '2';</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else if (Sorusira == 3)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; SoruLabel.Text = '(2³)² ifadesi aşağıdakilerden hangisine eşittir?';</div><div>&nbsp; &nbsp; &nbsp; BtnA.Text = '8²';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnB.Text = '4²';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnC.Text = '64²';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnD.Text = '2&#8309;';</div><div>&nbsp; &nbsp; &nbsp; Dcevap = '8²';</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else if (Sorusira == 4)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; SoruLabel.Text = '3&#8309;.3³ işleminin sonucu nedir?';</div><div>&nbsp; &nbsp; &nbsp; BtnA.Text = '9&#8312;';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnB.Text = '3&#8312;';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnC.Text = '3¹&#8309;';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnD.Text = '6&#8312;';</div><div>&nbsp; &nbsp; &nbsp; Dcevap = '3&#8312;';</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else if (Sorusira == 5)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; SoruLabel.Text = 'Aşağıdaki üslü ifadelerden hangisinin değeri sayı doğrusunda 0 ile 1 arasında değildir?';</div><div>&nbsp; &nbsp; &nbsp; BtnA.Text = '(-3)&#8315;²';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnB.Text = '3&#8315;²';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnC.Text = '(-2)&#8315;³';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnD.Text = '2&#8315;³';</div><div>&nbsp; &nbsp; &nbsp; Dcevap = '(-2)&#8315;³';</div><div>&nbsp; &nbsp; }</div><div>}</div><div>&nbsp; &nbsp;else if (Seckonu == 'KAREKÖKLÜ İFADELER')</div><div>&nbsp; {</div><div>&nbsp; &nbsp; SoruNoLabel.Text = 'Soru: ' + IntToStr(Sorusira);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if (Sorusira == 1)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; SoruLabel.Text = '&#8730;28 sayısı a&#8730;b şeklinde nasıl ifade edilir?';</div><div>&nbsp; &nbsp; &nbsp; BtnA.Text = '2&#8730;7';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnB.Text = '4&#8730;7';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnC.Text = '7&#8730;2';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnD.Text = '2&#8730;14';</div><div>&nbsp; &nbsp; &nbsp; Dcevap = '2&#8730;7';</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else if (Sorusira == 2)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; SoruLabel.Text = '2&#8730;5 sayısı &#8730;a şeklinde nasıl ifade edilir?';</div><div>&nbsp; &nbsp; &nbsp; BtnA.Text = '&#8730;10';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnB.Text = '&#8730;20';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnC.Text = '&#8730;7';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnD.Text = '&#8730;50';</div><div>&nbsp; &nbsp; &nbsp; Dcevap = '&#8730;20';</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else if (Sorusira == 3)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; SoruLabel.Text = '&#8730;80 - &#8730;20 işleminin sonucu kaçtır?';</div><div>&nbsp; &nbsp; &nbsp; BtnA.Text = '&#8730;60';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnB.Text = '2&#8730;5';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnC.Text = '2&#8730;15';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnD.Text = '&#8730;40';</div><div>&nbsp; &nbsp; &nbsp; Dcevap = '2&#8730;5';</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else if (Sorusira == 4)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; SoruLabel.Text = '&#8730;1,21 ifadesinin değeri aşağıdakilerden hangisidir?';</div><div>&nbsp; &nbsp; &nbsp; BtnA.Text = '11';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnB.Text = '121';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnC.Text = '0,11';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnD.Text = '1,1';</div><div>&nbsp; &nbsp; &nbsp; Dcevap = '1,1';</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else if (Sorusira == 5)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; SoruLabel.Text = 'Aşağıdaki sayılardan hangisi bir tam kare sayı değildir?';</div><div>&nbsp; &nbsp; &nbsp; BtnA.Text = '289';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnB.Text = '256';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnC.Text = '150';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnD.Text = '144';</div><div>&nbsp; &nbsp; &nbsp; Dcevap = '150';</div><div>&nbsp; &nbsp; }</div><div>}</div><div>&nbsp; &nbsp;else if (Seckonu == 'OLASILIK')</div><div>&nbsp; {</div><div>&nbsp; &nbsp; SoruNoLabel.Text = 'Soru: ' + IntToStr(Sorusira);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if (Sorusira == 1)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; SoruLabel.Text = 'Bir torbada 4 kırmızı, 5 mavi ve 3 sarı bilye vardır. Torbadan rastgele çekilen bir bilyenin sarı olmama olasılığı kaçtır?';</div><div>&nbsp; &nbsp; &nbsp; BtnA.Text = '1/2';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnB.Text = '1/4';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnC.Text = '3/4';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnD.Text = '5/12';</div><div>&nbsp; &nbsp; &nbsp; Dcevap = '3/4';</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else if (Sorusira == 2)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; SoruLabel.Text = 'Bir olayın olma olasılığı x ise, olmama olasılığı aşağıdakilerden hangisidir?';</div><div>&nbsp; &nbsp; &nbsp; BtnA.Text = '1-x';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnB.Text = 'x';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnC.Text = '0';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnD.Text = '1/x';</div><div>&nbsp; &nbsp; &nbsp; Dcevap = '1-x';</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else if (Sorusira == 3)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; SoruLabel.Text = '20 kişilik bir sınıfta rastgele seçilen bir öğrencinin erkek olma olasılığı 2/5 tir. Bu sınıfta kaç kız öğrenci vardır?';</div><div>&nbsp; &nbsp; &nbsp; BtnA.Text = '8';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnB.Text = '10';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnC.Text = '12';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnD.Text = '15';</div><div>&nbsp; &nbsp; &nbsp; Dcevap = '12';</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else if (Sorusira == 4)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; SoruLabel.Text = 'MATEMATİK kelimesinin harfleri kartlara yazılıp bir kutuya atılıyor. Çekilen bir kartın üzerinde M harfi yazma olasılığı kaçtır?';</div><div>&nbsp; &nbsp; &nbsp; BtnA.Text = '1/3';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnB.Text = '2/9';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnC.Text = '2/8';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnD.Text = '1';</div><div>&nbsp; &nbsp; &nbsp; Dcevap = '2/9';</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else if (Sorusira == 5)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; SoruLabel.Text = 'Aşağıdaki değerlerden hangisi bir olayın gerçekleşme olasılığı olamaz?';</div><div>&nbsp; &nbsp; &nbsp; BtnA.Text = '3/4';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnB.Text = '0';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnC.Text = '%49,5';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnD.Text = '1,2';</div><div>&nbsp; &nbsp; &nbsp; Dcevap = '1,2';</div><div>&nbsp; &nbsp; }</div><div>}</div><div>&nbsp; &nbsp;else if (Seckonu == 'CEBİRSEL İFADELER VE ÖZDEŞLİKLER')</div><div>&nbsp; {</div><div>&nbsp; &nbsp; SoruNoLabel.Text = 'Soru: ' + IntToStr(Sorusira);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if (Sorusira == 1)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; SoruLabel.Text = '3x²&#8722;5x+7 cebirsel ifadesinin katsayılar toplamı kaçtır?';</div><div>&nbsp; &nbsp; &nbsp; BtnA.Text = '15';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnB.Text = '-2';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnC.Text = '10';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnD.Text = '5';</div><div>&nbsp; &nbsp; &nbsp; Dcevap = '5';</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else if (Sorusira == 2)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; SoruLabel.Text = '(x + 4)² ifadesinin özdeşliği aşağıdakilerden hangisidir?';</div><div>&nbsp; &nbsp; &nbsp; BtnA.Text = 'x²+4x+8';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnB.Text = 'x²+8x+16';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnC.Text = 'x²+8x+8';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnD.Text = 'x²+16';</div><div>&nbsp; &nbsp; &nbsp; Dcevap = 'x²+8x+16';</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else if (Sorusira == 3)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; SoruLabel.Text = 'a² - 49 cebirsel ifadesinin çarpanlarına ayrılmış hali hangisidir?';</div><div>&nbsp; &nbsp; &nbsp; BtnA.Text = '(a&#8722;7)&#8901;(a&#8722;7)';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnB.Text = '(a+7)&#8901;(a+7)';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnC.Text = '(a&#8722;7)&#8901;(a&#8722;7)';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnD.Text = 'a(a-49)';</div><div>&nbsp; &nbsp; &nbsp; Dcevap = '(a+7)&#8901;(a&#8722;7)';</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else if (Sorusira == 4)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; SoruLabel.Text = '12x²y - 18xy² ifadesinin çarpanlarından biri aşağıdakilerden hangisidir?';</div><div>&nbsp; &nbsp; &nbsp; BtnA.Text = '4x';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnB.Text = '3y²';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnC.Text = '2x-3y';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnD.Text = '6x²';</div><div>&nbsp; &nbsp; &nbsp; Dcevap = '2x-3y';</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else if (Sorusira == 5)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; SoruLabel.Text = 'a = 105 ve b = 100 için a² - 2ab + b² ifadesinin değeri kaçtır?';</div><div>&nbsp; &nbsp; &nbsp; BtnA.Text = '5';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnB.Text = '100';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnC.Text = '42025';&nbsp;</div><div>&nbsp; &nbsp; &nbsp; BtnD.Text = '25';</div><div>&nbsp; &nbsp; &nbsp; Dcevap = '25';</div><div>&nbsp; &nbsp; }</div><div><br></div><div>&nbsp; //renk sıfırla</div><div>&nbsp; BtnA.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#5c679c');</div><div>&nbsp; BtnA.SetclProSettings(BtnA.clProSettings);</div><div>&nbsp; BtnB.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#5c679c');</div><div>&nbsp; BtnB.SetclProSettings(BtnB.clProSettings);</div><div>&nbsp; BtnC.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#5c679c');</div><div>&nbsp; BtnC.SetclProSettings(BtnC.clProSettings);</div><div>&nbsp; BtnD.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#5c679c');</div><div>&nbsp; BtnD.SetclProSettings(BtnD.clProSettings);</div><div>}</div><div>void Cevap;</div><div>{</div><div>&nbsp; if (TClProButton(GirisForm.ClSender).Text == Dcevap)</div><div>&nbsp;&nbsp;</div><div>&nbsp; {</div><div>&nbsp; &nbsp; DogruSayisi = DogruSayisi + 1;</div><div>&nbsp; &nbsp; ShowMessage('Tebrikler! Doğru Cevap.');</div><div>&nbsp; }</div><div>&nbsp; else&nbsp;</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Hatalı Cevap! Doğru cevap: ' + Dcevap);</div><div>&nbsp; }</div><div>&nbsp; {</div><div>&nbsp;&nbsp;</div><div>&nbsp; &nbsp; if (Sorusira &lt; 5)&nbsp;</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; Sorusira = Sorusira + 1;</div><div>&nbsp; &nbsp; &nbsp; SoruGetir;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else { ShowMessage('Sorular Bitti! Harikaydın.');</div><div>&nbsp; &nbsp; SoruPanel.Visible = False;</div><div>&nbsp; &nbsp; LogoImg.Visible = True;</div><div>&nbsp; &nbsp; BaslaBtn.Visible = True; }</div><div>&nbsp; }</div><div>&nbsp; else&nbsp;</div><div>&nbsp; {</div><div>&nbsp; ShowMessage('Hatalı Cevap, tekrar dene!');</div><div>&nbsp; }</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (Sorusira &lt; 5)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; Sorusira = Sorusira + 1;</div><div>&nbsp; &nbsp; SoruGetir;</div><div>&nbsp; }</div><div>&nbsp; else</div><div>&nbsp; {</div><div>&nbsp; &nbsp;BasariYuzdesi = (DogruSayisi / 5.0) * 100;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; ShowMessage('Sınav Bitti! Doğru Sayısı: '+IntToStr(DogruSayisi)+'Başarı Yüzdesi: %'+ FloatToStr(BasariYuzdesi));</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; SoruPanel.Visible = False;</div><div>&nbsp; &nbsp; LogoImg.Visible = True;</div><div>&nbsp; &nbsp; BaslaBtn.Visible = True;</div><div>&nbsp; &nbsp; HeaderPanel.Visible = False;</div><div>}</div><div>*/</div><div>&nbsp; //baslama</div><div>void OnBaslaClick;</div><div>{</div><div>&nbsp; // İlk sayfadaki nesneleri gizle</div><div>&nbsp; LogoImg.Visible = False;</div><div>&nbsp; BaslaBtn.Visible = False;</div><div>&nbsp;&nbsp;</div><div>&nbsp; // 2. Sayfa nesneleri görünür yap</div><div>&nbsp; HeaderPanel.Visible = True;</div><div>&nbsp; Buton1.Visible = True;</div><div>&nbsp; Buton2.Visible = True;</div><div>&nbsp; Buton3.Visible = True;</div><div>&nbsp; Buton4.Visible = True;</div><div>&nbsp; Buton5.Visible = True;</div><div>&nbsp;&nbsp;</div><div>&nbsp; GirisForm.SetFormColor('#FFFFFF', '#E2E8F0', clGVertical);&nbsp;</div><div>&nbsp;&nbsp;</div><div>}</div><div><br></div><div>&nbsp; // Konu butonuna tıklandığında çalışacak bölüm</div><div>void OnKonuClick;</div><div>{</div><div>&nbsp; ShowMessage(TClProButton(GirisForm.ClSender).Text + ' konusuna ait alıştırma soruları hazırlanıyor...');</div><div>&nbsp; /*</div><div>&nbsp; Seckonu = TClProButton(GirisForm.ClSender).Text;</div><div>&nbsp; Buton1.Visible = False;</div><div>&nbsp; Buton2.Visible = False;</div><div>&nbsp; Buton3.Visible = False;</div><div>&nbsp; Buton4.Visible = False;</div><div>&nbsp; Buton5.Visible = False;</div><div>&nbsp; SoruPanel.Visible = True;</div><div>&nbsp; Sorusira = 1;</div><div>&nbsp; SoruGetir;</div><div>&nbsp; */</div><div>}</div><div><br></div><div>{</div><div>&nbsp; GirisForm = TclForm.Create(Self);</div><div>&nbsp; GirisForm.LytTopBar.Visible = False;</div><div>&nbsp; GirisForm.SetFormColor('#F8FAFC', '#F8FAFC', clGVertical);</div><div>&nbsp;&nbsp;</div><div>&nbsp; HeaderPanel = GirisForm.AddNewProPanel(GirisForm, 'HeaderPanel');</div><div>&nbsp; HeaderPanel.Align = alTop;</div><div>&nbsp; HeaderPanel.Height = 95;</div><div>&nbsp; HeaderPanel.Margins.Top = 1;</div><div>&nbsp; HeaderPanel.Margins.Left = 1;</div><div>&nbsp; HeaderPanel.Margins.Right = 1;</div><div>&nbsp; HeaderPanel.Visible = False;&nbsp;</div><div>&nbsp; clComponent.SetupComponent(HeaderPanel, '{"BorderColor":"#0CB492", "BorderWidth":2, "BackgroundColor":"#F8FAFC"}');</div><div><br></div><div>&nbsp; HeaderLogo = GirisForm.AddNewImage(HeaderPanel, 'HeaderLogo');</div><div>&nbsp; HeaderLogo.Align = alCenter;</div><div>&nbsp; HeaderLogo.Width = 300;</div><div>&nbsp; HeaderLogo.Height = 90;</div><div>&nbsp; GirisForm.setImage(HeaderLogo, '<a href="https://i.ibb.co/b5GkB1yn/logo.png" target="_blank" rel="nofollow">https://i.ibb.co/b5GkB1yn/logo.png</a>');</div><div>&nbsp;&nbsp;</div><div>&nbsp; // Sayfa 1</div><div>&nbsp; LogoImg = GirisForm.AddNewImage(GirisForm,'LogoImg');</div><div>&nbsp; LogoImg.Width = 500;</div><div>&nbsp; LogoImg.Height = 500;</div><div>&nbsp; GirisForm.setImage(LogoImg,'<a href="https://i.ibb.co/b5GkB1yn/logo.png" target="_blank" rel="nofollow">https://i.ibb.co/b5GkB1yn/logo.png</a>');</div><div><br></div><div>&nbsp; BaslaBtn = GirisForm.AddNewProButton(GirisForm, 'BaslaBtn', 'Hadi Başlayalım!');</div><div>&nbsp; BaslaBtn.Align = alBottom;</div><div>&nbsp; BaslaBtn.Margins.Bottom = 100;</div><div>&nbsp; BaslaBtn.Margins.Left = 200;</div><div>&nbsp; BaslaBtn.Margins.Right = 200;</div><div>&nbsp; BaslaBtn.Height = 50;</div><div>&nbsp; BaslaBtn.clProSettings.FontSize = 16;</div><div>&nbsp; BaslaBtn.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#0CB492');</div><div>&nbsp; BaslaBtn.clProSettings.FontColor = clAlphaColor.clHexToColor('#ffffff');</div><div>&nbsp; BaslaBtn.clProSettings.IsRound = True;</div><div>&nbsp; BaslaBtn.clProSettings.RoundHeight = 10;</div><div>&nbsp; BaslaBtn.clProSettings.RoundWidth = 10;</div><div>&nbsp; BaslaBtn.SetclProSettings(BaslaBtn.clProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; // Sayfa 2</div><div>&nbsp; // 1. çarpanlar ve katlar butonu</div><div>&nbsp; Buton5 = GirisForm.AddNewProButton(GirisForm, 'Buton5', 'ÇARPANLAR VE KATLAR');</div><div>&nbsp; Buton5.Align = alTop;</div><div>&nbsp; Buton5.Margins.Top = 15;</div><div>&nbsp; Buton5.Margins.Left = 1;</div><div>&nbsp; Buton5.Margins.Right = 1;</div><div>&nbsp; Buton5.Height = 60;</div><div>&nbsp; Buton5.Visible = False;&nbsp;</div><div><br></div><div>&nbsp; Buton5.clProSettings.FontSize = 18;</div><div>&nbsp; Buton5.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#5c679c');</div><div>&nbsp; Buton5.clProSettings.FontColor = clAlphaColor.clHexToColor('#ffffff');</div><div>&nbsp; Buton5.clProSettings.IsRound = True;</div><div>&nbsp; Buton5.clProSettings.RoundHeight = 10;</div><div>&nbsp; Buton5.clProSettings.RoundWidth = 10;</div><div>&nbsp; Buton5.SetclProSettings(Buton5.clProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp; // 2. üslü ifadeler butonu</div><div>&nbsp; Buton4 = GirisForm.AddNewProButton(GirisForm, 'Buton4', 'ÜSLÜ İFADELER');</div><div>&nbsp; Buton4.Align = alTop;</div><div>&nbsp; Buton4.Margins.Top = 15;</div><div>&nbsp; Buton4.Margins.Left = 1;</div><div>&nbsp; Buton4.Margins.Right = 1;</div><div>&nbsp; Buton4.Height = 60;</div><div>&nbsp; Buton4.Visible = False;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; Buton4.clProSettings.FontSize = 18;</div><div>&nbsp; Buton4.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#6d597a');</div><div>&nbsp; Buton4.clProSettings.FontColor = clAlphaColor.clHexToColor('#ffffff');</div><div>&nbsp; Buton4.clProSettings.IsRound = True;</div><div>&nbsp; Buton4.clProSettings.RoundHeight = 10;</div><div>&nbsp; Buton4.clProSettings.RoundWidth = 10;</div><div>&nbsp; Buton4.SetclProSettings(Buton4.clProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp; // 3. kareköklü ifadeler butonu</div><div>&nbsp; Buton3 = GirisForm.AddNewProButton(GirisForm, 'Buton3', 'KAREKÖKLÜ İFADELER');</div><div>&nbsp; Buton3.Align = alTop;</div><div>&nbsp; Buton3.Margins.Top = 15;</div><div>&nbsp; Buton3.Margins.Left = 1;</div><div>&nbsp; Buton3.Margins.Right = 1;</div><div>&nbsp; Buton3.Height = 60;</div><div>&nbsp; Buton3.Visible = False;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; Buton3.clProSettings.FontSize = 18;</div><div>&nbsp; Buton3.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#b56576');</div><div>&nbsp; Buton3.clProSettings.FontColor = clAlphaColor.clHexToColor('#ffffff');</div><div>&nbsp; Buton3.clProSettings.IsRound = True;</div><div>&nbsp; Buton3.clProSettings.RoundHeight = 10;</div><div>&nbsp; Buton3.clProSettings.RoundWidth = 10;</div><div>&nbsp; Buton3.SetclProSettings(Buton3.clProSettings);</div><div><br></div><div>&nbsp; // 4. olasılık butonu</div><div>&nbsp; Buton2 = GirisForm.AddNewProButton(GirisForm, 'Buton2', 'OLASILIK');</div><div>&nbsp; Buton2.Align = alTop;</div><div>&nbsp; Buton2.Margins.Top = 15;</div><div>&nbsp; Buton2.Margins.Left = 1;</div><div>&nbsp; Buton2.Margins.Right = 1;</div><div>&nbsp; Buton2.Height = 60;</div><div>&nbsp; Buton2.Visible = False;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; Buton2.clProSettings.FontSize = 18;</div><div>&nbsp; Buton2.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#c27a69');</div><div>&nbsp; Buton2.clProSettings.FontColor = clAlphaColor.clHexToColor('#ffffff');</div><div>&nbsp; Buton2.clProSettings.IsRound = True;</div><div>&nbsp; Buton2.clProSettings.RoundHeight = 10;</div><div>&nbsp; Buton2.clProSettings.RoundWidth = 10;</div><div>&nbsp; Buton2.SetclProSettings(Buton2.clProSettings);</div><div><br></div><div>&nbsp; // 5. cebirsel ifadeler butonu&nbsp;</div><div>&nbsp; Buton1 = GirisForm.AddNewProButton(GirisForm, 'Buton1', 'CEBİRSEL İFADELER VE ÖZDEŞLİKLER');</div><div>&nbsp; Buton1.Align = alTop;</div><div>&nbsp; Buton1.Margins.Top = 15;&nbsp;</div><div>&nbsp; Buton1.Margins.Left = 1;</div><div>&nbsp; Buton1.Margins.Right = 1;</div><div>&nbsp; Buton1.Height = 60;</div><div>&nbsp; Buton1.Visible = False;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; Buton1.clProSettings.FontSize = 18;</div><div>&nbsp; Buton1.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#eaac8b');</div><div>&nbsp; Buton1.clProSettings.FontColor = clAlphaColor.clHexToColor('#ffffff');</div><div>&nbsp; Buton1.clProSettings.IsRound = True;</div><div>&nbsp; Buton1.clProSettings.RoundHeight = 10;</div><div>&nbsp; Buton1.clProSettings.RoundWidth = 10;</div><div>&nbsp; Buton1.SetclProSettings(Buton1.clProSettings);</div><div>/*</div><div>&nbsp; // Sayfa 3</div><div>&nbsp; SoruPanel = GirisForm.AddNewProPanel(GirisForm, 'SoruPanel');</div><div>&nbsp; SoruPanel.Align = alClient;</div><div>&nbsp; SoruPanel.Visible = False;</div><div><br></div><div>&nbsp; SoruNoLabel = GirisForm.AddNewLabel(SoruPanel, 'SoruNoLabel', 'Soru: 1');</div><div>&nbsp; SoruNoLabel.Align = alTop; SoruNoLabel.Height = 30;</div><div><br></div><div>&nbsp; SoruLabel = GirisForm.AddNewLabel(SoruPanel, 'SoruLabel', '-');</div><div>&nbsp; SoruLabel.Align = alTop;</div><div>&nbsp; SoruLabel.Height = 80;</div><div>&nbsp; SoruLabel.TextSettings.WordWrap = True;</div><div><br></div><div>&nbsp; //Seçenek butonları</div><div>&nbsp; BtnA = GirisForm.AddNewProButton(SoruPanel, 'BtnA', 'A');</div><div>&nbsp; BtnA.Align = alTop;</div><div>&nbsp; BtnA.Height = 50;</div><div>&nbsp; BtnA.Margins.Top = 10;</div><div>&nbsp; BtnA.clProSettings.FontSize = 18;</div><div>&nbsp; BtnA.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#c1c4d6');</div><div>&nbsp; BtnA.clProSettings.FontColor = clAlphaColor.clHexToColor('#ffffff');</div><div>&nbsp; BtnA.clProSettings.IsRound = True;</div><div>&nbsp; BtnA.clProSettings.RoundHeight = 5;</div><div>&nbsp; BtnA.clProSettings.RoundWidth = 5;</div><div>&nbsp; BtnA.SetclProSettings(BtnA.clProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp; BtnB = GirisForm.AddNewProButton(SoruPanel, 'BtnB', 'B');</div><div>&nbsp; BtnB.Align = alTop;</div><div>&nbsp; BtnB.Height = 50;</div><div>&nbsp; BtnB.Margins.Top = 10;</div><div>&nbsp; BtnB.clProSettings.FontSize = 18;</div><div>&nbsp; BtnB.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#c1c4d6');</div><div>&nbsp; BtnB.clProSettings.FontColor = clAlphaColor.clHexToColor('#ffffff');</div><div>&nbsp; BtnB.clProSettings.IsRound = True;</div><div>&nbsp; BtnB.clProSettings.RoundHeight = 5;</div><div>&nbsp; BtnB.clProSettings.RoundWidth = 5;</div><div>&nbsp; BtnB.SetclProSettings(BtnB.clProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp; BtnC = GirisForm.AddNewProButton(SoruPanel, 'BtnC', 'C');</div><div>&nbsp; BtnC.Align = alTop;</div><div>&nbsp; BtnC.Height = 50;</div><div>&nbsp; BtnC.Margins.Top = 10;</div><div>&nbsp; BtnC.clProSettings.FontSize = 18;</div><div>&nbsp; BtnC.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#c1c4d6');</div><div>&nbsp; BtnC.clProSettings.FontColor = clAlphaColor.clHexToColor('#ffffff');</div><div>&nbsp; BtnC.clProSettings.IsRound = True;</div><div>&nbsp; BtnC.clProSettings.RoundHeight = 5;</div><div>&nbsp; BtnC.clProSettings.RoundWidth = 5;</div><div>&nbsp; BtnC.SetclProSettings(BtnC.clProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp; BtnD = GirisForm.AddNewProButton(SoruPanel, 'BtnD', 'D');</div><div>&nbsp; BtnD.Align = alTop;</div><div>&nbsp; BtnD.Height = 50;</div><div>&nbsp; BtnD.Margins.Top = 10;</div><div>&nbsp; BtnD.clProSettings.FontSize = 18;</div><div>&nbsp; BtnD.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#c1c4d6');</div><div>&nbsp; BtnD.clProSettings.FontColor = clAlphaColor.clHexToColor('#ffffff');</div><div>&nbsp; BtnD.clProSettings.IsRound = True;</div><div>&nbsp; BtnD.clProSettings.RoundHeight = 5;</div><div>&nbsp; BtnD.clProSettings.RoundWidth = 5;</div><div>&nbsp; BtnD.SetclProSettings(BtnD.clProSettings);</div><div>&nbsp;&nbsp;</div><div>*/&nbsp;</div><div>&nbsp; // Butonlar</div><div>&nbsp; GirisForm.AddNewEvent(BaslaBtn, tbeOnClick, 'OnBaslaClick');</div><div>&nbsp; GirisForm.AddNewEvent(Buton1, tbeOnClick, 'OnKonuClick');</div><div>&nbsp; GirisForm.AddNewEvent(Buton2, tbeOnClick, 'OnKonuClick');</div><div>&nbsp; GirisForm.AddNewEvent(Buton3, tbeOnClick, 'OnKonuClick');</div><div>&nbsp; GirisForm.AddNewEvent(Buton4, tbeOnClick, 'OnKonuClick');</div><div>&nbsp; GirisForm.AddNewEvent(Buton5, tbeOnClick, 'OnKonuClick');</div><div>&nbsp; /*</div><div>&nbsp; GirisForm.AddNewEvent(BtnA, tbeOnClick, 'OnKonuClick');</div><div>&nbsp; GirisForm.AddNewEvent(BtnB, tbeOnClick, 'OnKonuClick');</div><div>&nbsp; GirisForm.AddNewEvent(BtnC, tbeOnClick, 'OnKonuClick');</div><div>&nbsp; GirisForm.AddNewEvent(BtnD, tbeOnClick, 'OnKonuClick');</div><div>*/</div><div>&nbsp; GirisForm.Run;</div><div>}</div></div>]]>
   </description>
   <pubDate>Tue, 12 May 2026 03:16:41 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1525&amp;PID=3508#3508</guid>
  </item> 
 </channel>
</rss>