<?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 : KOD DÜZELTME</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : KOD DÜZELTME]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 19 May 2026 21:49:32 +0000</pubDate>
  <lastBuildDate>Tue, 19 May 2026 18:58:25 +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=1544</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[KOD DÜZELTME : Merhaba, a&#351;a&#287;&#305;da verilmi&#351; olan...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1544&amp;PID=3562#3562</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=462">Nuran Özdemir</a><br /><strong>Konu:</strong> 1544<br /><strong>Gönderim Zamanı:</strong> 19&nbsp;Mayıs&nbsp;2026 Saat 18:58<br /><br /><div style=": rgb251, 251, 253;">Merhaba, aşağıda verilmiş olan periyodik tablo sanal laboratuvar uygulaması arka planına renklendirme ve metal,ametal,yarımetal,soygaz elementlerinin özelliklerini de eklemek istiyorum.Ancak denemelerim sonuç vermedi.Yardımcı olabilir misiniz?</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">MyForm: TclForm;</div><div style=": rgb251, 251, 253;">&nbsp; TitleLabel, InfoLabel, ScoreLabel: TclLabel;</div><div style=": rgb251, 251, 253;">&nbsp; LayoutTop, LayoutInfo, LayoutTable, LayoutButtons, LayoutBottomBar: TclLayout;</div><div style=": rgb251, 251, 253;">&nbsp; LayoutRow1, LayoutRow2, LayoutRow3: TclLayout;</div><div style=": rgb251, 251, 253;">&nbsp; LayoutAns1, LayoutAns2: TclLayout;</div><div style=": rgb251, 251, 253;">&nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; BtnMetal, BtnAmetal, BtnYarimetal, BtnSoygaz, BtnReset: TclButton;</div><div style=": rgb251, 251, 253;">&nbsp; SelectedElement: String;</div><div style=": rgb251, 251, 253;">&nbsp; SelectedBtn: TclButton;</div><div style=": rgb251, 251, 253;">&nbsp; CorrectCount: Integer;</div><div style=": rgb251, 251, 253;">&nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; Btn1, Btn2, Btn3, Btn4, Btn5, Btn6, Btn7, Btn8, Btn9, Btn10: TclButton;</div><div style=": rgb251, 251, 253;">&nbsp; Btn11, Btn12, Btn13, Btn14, Btn15, Btn16, Btn17, Btn18: TclButton;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">void ElementSelect;</div><div style=": rgb251, 251, 253;">var</div><div style=": rgb251, 251, 253;">&nbsp; ClickedBtn: TclButton;</div><div style=": rgb251, 251, 253;">{</div><div style=": rgb251, 251, 253;">&nbsp; ClickedBtn = TclButton(MyForm.clSender);</div><div style=": rgb251, 251, 253;">&nbsp; SelectedElement = ClickedBtn.Caption;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; SelectedBtn = ClickedBtn;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; InfoLabel.Text = 'SECILEN: ' + SelectedElement + ' -&gt; Grubunu asagidan seciniz.';</div><div style=": rgb251, 251, 253;">}</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">void CheckClassification;</div><div style=": rgb251, 251, 253;">var</div><div style=": rgb251, 251, 253;">&nbsp; ClickedClassBtn: TclButton;</div><div style=": rgb251, 251, 253;">&nbsp; UserChoice, CorrectClass, SearchStr: String;</div><div style=": rgb251, 251, 253;">{</div><div style=": rgb251, 251, 253;">&nbsp; if (SelectedElement == '')</div><div style=": rgb251, 251, 253;">&nbsp; {</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; InfoLabel.Text = 'UYARI: Lutfen once yukaridan bir element seciniz!';</div><div style=": rgb251, 251, 253;">&nbsp; }</div><div style=": rgb251, 251, 253;">&nbsp; else</div><div style=": rgb251, 251, 253;">&nbsp; {</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; ClickedClassBtn = TclButton(MyForm.clSender);</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; UserChoice = ClickedClassBtn.Caption;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; CorrectClass = '';</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; SearchStr = ',' + SelectedElement + ',';</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; if (Pos(SearchStr, ',H,C,N,O,F,P,S,Cl,') &gt; 0)&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; {</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; CorrectClass = 'Ametal';</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; }</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; else if (Pos(SearchStr, ',He,Ne,Ar,') &gt; 0)&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; {</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; CorrectClass = 'Soy Gaz';</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; }</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; else if (Pos(SearchStr, ',Li,Be,Na,Mg,Al,') &gt; 0)&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; {</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; CorrectClass = 'Metal';</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; }</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; else if (Pos(SearchStr, ',B,Si,') &gt; 0)&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; {</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; CorrectClass = 'Yarimetal';</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; }</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; if (UserChoice == CorrectClass)</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; {</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; CorrectCount = CorrectCount + 1;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; InfoLabel.Text = 'DOGRU! ' + SelectedElement + ' elementi ' + CorrectClass + ' grubundadir.';</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; SelectedBtn.Enabled = False;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; SelectedElement = '';&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; ScoreLabel.Text = 'Skor: ' + IntToStr(CorrectCount) + ' / 18';</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; if (CorrectCount == 18)</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; {</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; &nbsp; InfoLabel.Text = 'TEBRIKLER! Tum elementleri basariyla tamamladiniz!';</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; }</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; }</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; else</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; {</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; InfoLabel.Text = 'YANLIS! ' + SelectedElement + ' bir ' + UserChoice + ' degildir. Tekrar dene!';</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; }</div><div style=": rgb251, 251, 253;">&nbsp; }</div><div style=": rgb251, 251, 253;">}</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">void ResetGame;</div><div style=": rgb251, 251, 253;">{</div><div style=": rgb251, 251, 253;">&nbsp; Btn1.Enabled = True; Btn2.Enabled = True; Btn3.Enabled = True; Btn4.Enabled = True;</div><div style=": rgb251, 251, 253;">&nbsp; Btn5.Enabled = True; Btn6.Enabled = True; Btn7.Enabled = True; Btn8.Enabled = True;</div><div style=": rgb251, 251, 253;">&nbsp; Btn9.Enabled = True; Btn10.Enabled = True; Btn11.Enabled = True; Btn12.Enabled = True;</div><div style=": rgb251, 251, 253;">&nbsp; Btn13.Enabled = True; Btn14.Enabled = True; Btn15.Enabled = True; Btn16.Enabled = True;</div><div style=": rgb251, 251, 253;">&nbsp; Btn17.Enabled = True; Btn18.Enabled = True;</div><div style=": rgb251, 251, 253;">&nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; SelectedElement = '';</div><div style=": rgb251, 251, 253;">&nbsp; CorrectCount = 0;</div><div style=": rgb251, 251, 253;">&nbsp; InfoLabel.Text = 'Laboratuvar sifirlandi. Bir element secerek baslayin.';</div><div style=": rgb251, 251, 253;">&nbsp; ScoreLabel.Text = 'Skor: 0 / 18';</div><div style=": rgb251, 251, 253;">}</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">{</div><div style=": rgb251, 251, 253;">&nbsp; MyForm = TclForm.Create(Self);</div><div style=": rgb251, 251, 253;">&nbsp; SelectedElement = '';</div><div style=": rgb251, 251, 253;">&nbsp; CorrectCount = 0;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; // --- 1. UST BASLIK ALANI ---</div><div style=": rgb251, 251, 253;">&nbsp; LayoutTop = MyForm.AddNewLayout(MyForm, 'LayoutTop');</div><div style=": rgb251, 251, 253;">&nbsp; LayoutTop.Align = alTop;</div><div style=": rgb251, 251, 253;">&nbsp; LayoutTop.Height = 50;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; TitleLabel = MyForm.AddNewLabel(LayoutTop, 'TitleLabel', '8. Sinif Ilk 18 Element Laboratuvari');</div><div style=": rgb251, 251, 253;">&nbsp; TitleLabel.Align = alClient;</div><div style=": rgb251, 251, 253;">&nbsp; TitleLabel.Margins.Top = 10;</div><div style=": rgb251, 251, 253;">&nbsp; TitleLabel.Margins.Left = 10;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; // --- 2. BILGI VE SKOR PANELI ---</div><div style=": rgb251, 251, 253;">&nbsp; LayoutInfo = MyForm.AddNewLayout(MyForm, 'LayoutInfo');</div><div style=": rgb251, 251, 253;">&nbsp; LayoutInfo.Align = alTop;</div><div style=": rgb251, 251, 253;">&nbsp; LayoutInfo.Height = 40;</div><div style=": rgb251, 251, 253;">&nbsp; LayoutInfo.Margins.Left = 10;</div><div style=": rgb251, 251, 253;">&nbsp; LayoutInfo.Margins.Right = 10;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; ScoreLabel = MyForm.AddNewLabel(LayoutInfo, 'ScoreLabel', 'Skor: 0 / 18');</div><div style=": rgb251, 251, 253;">&nbsp; ScoreLabel.Align = alRight;</div><div style=": rgb251, 251, 253;">&nbsp; ScoreLabel.Width = 80;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; InfoLabel = MyForm.AddNewLabel(LayoutInfo, 'InfoLabel', 'Tablodan bir element seciniz.');</div><div style=": rgb251, 251, 253;">&nbsp; InfoLabel.Align = alClient;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; // --- 3. MUTLAK UYUMLU PERIYODIK TABLO ALANI ---</div><div style=": rgb251, 251, 253;">&nbsp; LayoutTable = MyForm.AddNewLayout(MyForm, 'LayoutTable');</div><div style=": rgb251, 251, 253;">&nbsp; LayoutTable.Align = alClient;</div><div style=": rgb251, 251, 253;">&nbsp; LayoutTable.Margins.Left = 10;</div><div style=": rgb251, 251, 253;">&nbsp; LayoutTable.Margins.Right = 10;</div><div style=": rgb251, 251, 253;">&nbsp; LayoutTable.Margins.Top = 15;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; // 1. Periyot (H solda, He sagda - Gercek duzen)</div><div style=": rgb251, 251, 253;">&nbsp; LayoutRow1 = MyForm.AddNewLayout(LayoutTable, 'LayoutRow1');</div><div style=": rgb251, 251, 253;">&nbsp; LayoutRow1.Align = alTop; LayoutRow1.Height = 42; LayoutRow1.Margins.Bottom = 6;</div><div style=": rgb251, 251, 253;">&nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; Btn1 = MyForm.AddNewButton(LayoutRow1, 'Btn1', 'H');&nbsp; Btn1.Align = alLeft; Btn1.Width = 38;</div><div style=": rgb251, 251, 253;">&nbsp; Btn2 = MyForm.AddNewButton(LayoutRow1, 'Btn2', 'He'); Btn2.Align = alRight; Btn2.Width = 38;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; // 2. Periyot (8 Element eksiksiz yan yana)</div><div style=": rgb251, 251, 253;">&nbsp; LayoutRow2 = MyForm.AddNewLayout(LayoutTable, 'LayoutRow2');</div><div style=": rgb251, 251, 253;">&nbsp; LayoutRow2.Align = alTop; LayoutRow2.Height = 42; LayoutRow2.Margins.Bottom = 6;</div><div style=": rgb251, 251, 253;">&nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; Btn3 = MyForm.AddNewButton(LayoutRow2, 'Btn3', 'Li'); Btn3.Align = alLeft; Btn3.Width = 38; Btn3.Margins.Right = 2;</div><div style=": rgb251, 251, 253;">&nbsp; Btn4 = MyForm.AddNewButton(LayoutRow2, 'Btn4', 'Be'); Btn4.Align = alLeft; Btn4.Width = 38; Btn4.Margins.Right = 2;</div><div style=": rgb251, 251, 253;">&nbsp; Btn5 = MyForm.AddNewButton(LayoutRow2, 'Btn5', 'B');&nbsp; Btn5.Align = alLeft; Btn5.Width = 38; Btn5.Margins.Right = 2;</div><div style=": rgb251, 251, 253;">&nbsp; Btn6 = MyForm.AddNewButton(LayoutRow2, 'Btn6', 'C');&nbsp; Btn6.Align = alLeft; Btn6.Width = 38; Btn6.Margins.Right = 2;</div><div style=": rgb251, 251, 253;">&nbsp; Btn7 = MyForm.AddNewButton(LayoutRow2, 'Btn7', 'N');&nbsp; Btn7.Align = alLeft; Btn7.Width = 38; Btn7.Margins.Right = 2;</div><div style=": rgb251, 251, 253;">&nbsp; Btn8 = MyForm.AddNewButton(LayoutRow2, 'Btn8', 'O');&nbsp; Btn8.Align = alLeft; Btn8.Width = 38; Btn8.Margins.Right = 2;</div><div style=": rgb251, 251, 253;">&nbsp; Btn9 = MyForm.AddNewButton(LayoutRow2, 'Btn9', 'F');&nbsp; Btn9.Align = alLeft; Btn9.Width = 38; Btn9.Margins.Right = 2;</div><div style=": rgb251, 251, 253;">&nbsp; Btn10 = MyForm.AddNewButton(LayoutRow2, 'Btn10', 'Ne'); Btn10.Align = alLeft; Btn10.Width = 38;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; // 3. Periyot (8 Element eksiksiz yan yana)</div><div style=": rgb251, 251, 253;">&nbsp; LayoutRow3 = MyForm.AddNewLayout(LayoutTable, 'LayoutRow3');</div><div style=": rgb251, 251, 253;">&nbsp; LayoutRow3.Align = alTop; LayoutRow3.Height = 42;</div><div style=": rgb251, 251, 253;">&nbsp;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; Btn11 = MyForm.AddNewButton(LayoutRow3, 'Btn11', 'Na'); Btn11.Align = alLeft; Btn11.Width = 38; Btn11.Margins.Right = 2;</div><div style=": rgb251, 251, 253;">&nbsp; Btn12 = MyForm.AddNewButton(LayoutRow3, 'Btn12', 'Mg'); Btn12.Align = alLeft; Btn12.Width = 38; Btn12.Margins.Right = 2;</div><div style=": rgb251, 251, 253;">&nbsp; Btn13 = MyForm.AddNewButton(LayoutRow3, 'Btn13', 'Al'); Btn13.Align = alLeft; Btn13.Width = 38; Btn13.Margins.Right = 2;</div><div style=": rgb251, 251, 253;">&nbsp; Btn14 = MyForm.AddNewButton(LayoutRow3, 'Btn14', 'Si'); Btn14.Align = alLeft; Btn14.Width = 38; Btn14.Margins.Right = 2;</div><div style=": rgb251, 251, 253;">&nbsp; Btn15 = MyForm.AddNewButton(LayoutRow3, 'Btn15', 'P');&nbsp; Btn15.Align = alLeft; Btn15.Width = 38; Btn15.Margins.Right = 2;</div><div style=": rgb251, 251, 253;">&nbsp; Btn16 = MyForm.AddNewButton(LayoutRow3, 'Btn16', 'S');&nbsp; Btn16.Align = alLeft; Btn16.Width = 38; Btn16.Margins.Right = 2;</div><div style=": rgb251, 251, 253;">&nbsp; Btn17 = MyForm.AddNewButton(LayoutRow3, 'Btn17', 'Cl'); Btn17.Align = alLeft; Btn17.Width = 38; Btn17.Margins.Right = 2;</div><div style=": rgb251, 251, 253;">&nbsp; Btn18 = MyForm.AddNewButton(LayoutRow3, 'Btn18', 'Ar'); Btn18.Align = alLeft; Btn18.Width = 38;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; // Element Butonlari Tiklama Olaylari</div><div style=": rgb251, 251, 253;">&nbsp; MyForm.AddNewEvent(Btn1, tbeOnClick, 'ElementSelect'); MyForm.AddNewEvent(Btn2, tbeOnClick, 'ElementSelect');</div><div style=": rgb251, 251, 253;">&nbsp; MyForm.AddNewEvent(Btn3, tbeOnClick, 'ElementSelect'); MyForm.AddNewEvent(Btn4, tbeOnClick, 'ElementSelect');</div><div style=": rgb251, 251, 253;">&nbsp; MyForm.AddNewEvent(Btn5, tbeOnClick, 'ElementSelect'); MyForm.AddNewEvent(Btn6, tbeOnClick, 'ElementSelect');</div><div style=": rgb251, 251, 253;">&nbsp; MyForm.AddNewEvent(Btn7, tbeOnClick, 'ElementSelect'); MyForm.AddNewEvent(Btn8, tbeOnClick, 'ElementSelect');</div><div style=": rgb251, 251, 253;">&nbsp; MyForm.AddNewEvent(Btn9, tbeOnClick, 'ElementSelect'); MyForm.AddNewEvent(Btn10, tbeOnClick, 'ElementSelect');</div><div style=": rgb251, 251, 253;">&nbsp; MyForm.AddNewEvent(Btn11, tbeOnClick, 'ElementSelect'); MyForm.AddNewEvent(Btn12, tbeOnClick, 'ElementSelect');</div><div style=": rgb251, 251, 253;">&nbsp; MyForm.AddNewEvent(Btn13, tbeOnClick, 'ElementSelect'); MyForm.AddNewEvent(Btn14, tbeOnClick, 'ElementSelect');</div><div style=": rgb251, 251, 253;">&nbsp; MyForm.AddNewEvent(Btn15, tbeOnClick, 'ElementSelect'); MyForm.AddNewEvent(Btn16, tbeOnClick, 'ElementSelect');</div><div style=": rgb251, 251, 253;">&nbsp; MyForm.AddNewEvent(Btn17, tbeOnClick, 'ElementSelect'); MyForm.AddNewEvent(Btn18, tbeOnClick, 'ElementSelect');</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; // --- 4. EN ALT ALAN: SIFIRLAMA BARBARI ---</div><div style=": rgb251, 251, 253;">&nbsp; LayoutBottomBar = MyForm.AddNewLayout(MyForm, 'LayoutBottomBar');</div><div style=": rgb251, 251, 253;">&nbsp; LayoutBottomBar.Align = alBottom;</div><div style=": rgb251, 251, 253;">&nbsp; LayoutBottomBar.Height = 50;</div><div style=": rgb251, 251, 253;">&nbsp; LayoutBottomBar.Margins.Left = 15;</div><div style=": rgb251, 251, 253;">&nbsp; LayoutBottomBar.Margins.Right = 15;</div><div style=": rgb251, 251, 253;">&nbsp; LayoutBottomBar.Margins.Bottom = 10;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; BtnReset = MyForm.AddNewButton(LayoutBottomBar, 'BtnReset', 'Laboratuvari Yeniden Baslat');</div><div style=": rgb251, 251, 253;">&nbsp; BtnReset.Align = alClient;</div><div style=": rgb251, 251, 253;">&nbsp; MyForm.AddNewEvent(BtnReset, tbeOnClick, 'ResetGame');</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; // --- 5. SINIFLANDIRMA SECENEKLERI (2x2 Genis Butonlar) ---</div><div style=": rgb251, 251, 253;">&nbsp; LayoutButtons = MyForm.AddNewLayout(MyForm, 'LayoutButtons');</div><div style=": rgb251, 251, 253;">&nbsp; LayoutButtons.Align = alBottom;&nbsp;</div><div style=": rgb251, 251, 253;">&nbsp; LayoutButtons.Height = 110;</div><div style=": rgb251, 251, 253;">&nbsp; LayoutButtons.Margins.Left = 15;</div><div style=": rgb251, 251, 253;">&nbsp; LayoutButtons.Margins.Right = 15;</div><div style=": rgb251, 251, 253;">&nbsp; LayoutButtons.Margins.Bottom = 5;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; // Cevap Grubu 1. Satir</div><div style=": rgb251, 251, 253;">&nbsp; LayoutAns1 = MyForm.AddNewLayout(LayoutButtons, 'LayoutAns1');</div><div style=": rgb251, 251, 253;">&nbsp; LayoutAns1.Align = alTop; LayoutAns1.Height = 50; LayoutAns1.Margins.Bottom = 6;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; BtnMetal = MyForm.AddNewButton(LayoutAns1, 'BtnMetal', 'Metal');</div><div style=": rgb251, 251, 253;">&nbsp; BtnMetal.Align = alLeft; BtnMetal.Width = 140;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; BtnAmetal = MyForm.AddNewButton(LayoutAns1, 'BtnAmetal', 'Ametal');</div><div style=": rgb251, 251, 253;">&nbsp; BtnAmetal.Align = alRight; BtnAmetal.Width = 140;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; // Cevap Grubu 2. Satir</div><div style=": rgb251, 251, 253;">&nbsp; LayoutAns2 = MyForm.AddNewLayout(LayoutButtons, 'LayoutAns2');</div><div style=": rgb251, 251, 253;">&nbsp; LayoutAns2.Align = alTop; LayoutAns2.Height = 50;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; BtnYarimetal = MyForm.AddNewButton(LayoutAns2, 'BtnYarimetal', 'Yarimetal');</div><div style=": rgb251, 251, 253;">&nbsp; BtnYarimetal.Align = alLeft; BtnYarimetal.Width = 140;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; BtnSoygaz = MyForm.AddNewButton(LayoutAns2, 'BtnSoygaz', 'Soy Gaz');</div><div style=": rgb251, 251, 253;">&nbsp; BtnSoygaz.Align = alRight; BtnSoygaz.Width = 140;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; // Sınıflandırma Butonları Event Atamaları</div><div style=": rgb251, 251, 253;">&nbsp; MyForm.AddNewEvent(BtnMetal, tbeOnClick, 'CheckClassification');</div><div style=": rgb251, 251, 253;">&nbsp; MyForm.AddNewEvent(BtnAmetal, tbeOnClick, 'CheckClassification');</div><div style=": rgb251, 251, 253;">&nbsp; MyForm.AddNewEvent(BtnYarimetal, tbeOnClick, 'CheckClassification');</div><div style=": rgb251, 251, 253;">&nbsp; MyForm.AddNewEvent(BtnSoygaz, tbeOnClick, 'CheckClassification');</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; MyForm.Run;</div><div style=": rgb251, 251, 253;">}</div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447"</a> integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" 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">]]>
   </description>
   <pubDate>Tue, 19 May 2026 18:58:25 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1544&amp;PID=3562#3562</guid>
  </item> 
 </channel>
</rss>