<?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 : ödev kodlarda hata</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : TclForm Olu&#351;turma : ödev kodlarda hata]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 11 May 2026 21:39:49 +0000</pubDate>
  <lastBuildDate>Mon, 11 May 2026 18:31:55 +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=1515</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[ödev kodlarda hata : hocam biz &#246;dev i&#231;in konuyu belirledik...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1515&amp;PID=3487#3487</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=454">erenertankef</a><br /><strong>Konu:</strong> 1515<br /><strong>Gönderim Zamanı:</strong> 11&nbsp;Mayıs&nbsp;2026 Saat 18:31<br /><br />hocam biz ödev için konuyu belirledik dediğiniz yaptık taslağı hazırladık kodu yazdık düzeltmeye de çalıştık ama buraya kadar geldik yardım edebilir misiniz kodu çalıştırdık hatalı yerleri de bulduk ama düzeltmeye çalıştık olmadı&nbsp;<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="{"version":"2024.11.0","token":"439455f3e46c40b98dbd42a2f1a954d8","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}" crossorigin="anonymous"&gt;<div><br></div><div><div style="color: rgb117, 117, 117; : rgb240, 244, 249; font-family: &quot;Google Sans Mono&quot;, C&#111;nsolas, &quot;Courier New&quot;, monospace; line-height: 19px; white-space: pre;"><div><span style="color: #8430ce;">var</span></div><div>&nbsp; MyForm<span style="color: #000000;">:</span> TClForm<span style="color: #000000;">;</span></div><div>&nbsp; beherLayout<span style="color: #000000;">,</span> scaleLayout<span style="color: #000000;">,</span> mainArea<span style="color: #000000;">:</span> TClProLayout<span style="color: #000000;">;</span></div><div>&nbsp; beherSivisi<span style="color: #000000;">,</span> phPointer<span style="color: #000000;">:</span> TClProShape<span style="color: #000000;">;</span></div><div>&nbsp; f1<span style="color: #000000;">,</span> f2<span style="color: #000000;">,</span> f3<span style="color: #000000;">,</span> f4<span style="color: #000000;">,</span> btnReset<span style="color: #000000;">:</span> TClProButton<span style="color: #000000;">;</span></div><div>&nbsp; txtPH<span style="color: #000000;">,</span> txtInfo<span style="color: #000000;">:</span> TClProLabel<span style="color: #000000;">;</span></div><div>&nbsp; currentPH<span style="color: #000000;">:</span> Single<span style="color: #000000;">;</span></div><br><div><span style="color: #5f6368;">// pH değerine göre rengi belirleyen fonksiyon</span></div><div><span style="color: #8430ce;">function</span> GetColorByPH<span style="color: #000000;">(</span>val<span style="color: #000000;">:</span> Single<span style="color: #000000;">):</span> string<span style="color: #000000;">;</span></div><div><span style="color: #8430ce;">begin</span></div><div>&nbsp; <span style="color: #8430ce;">if</span> val <span style="color: #000000;">&lt;</span> <span style="color: #b55908;">6.5</span> <span style="color: #8430ce;">then</span> <span style="color: #5f6368;">// Asit (Kırmızı tonları)</span></div><div>&nbsp; &nbsp; Result <span style="color: #000000;">:=</span> <span style="color: #188038;">'#FF'</span> <span style="color: #000000;">+</span> IntToHex<span style="color: #000000;">(</span>Round<span style="color: #000000;">((</span>val<span style="color: #000000;">/</span><span style="color: #b55908;">7</span><span style="color: #000000;">)*</span><span style="color: #b55908;">255</span><span style="color: #000000;">),</span> <span style="color: #b55908;">2</span><span style="color: #000000;">)</span> <span style="color: #000000;">+</span> <span style="color: #188038;">'00'</span></div><div>&nbsp; <span style="color: #8430ce;">else</span> <span style="color: #8430ce;">if</span> val <span style="color: #000000;">&gt;</span> <span style="color: #b55908;">7.5</span> <span style="color: #8430ce;">then</span> <span style="color: #5f6368;">// Baz (Mavi tonları)</span></div><div>&nbsp; &nbsp; Result <span style="color: #000000;">:=</span> <span style="color: #188038;">'00'</span> <span style="color: #000000;">+</span> IntToHex<span style="color: #000000;">(</span>Round<span style="color: #000000;">(((</span><span style="color: #b55908;">14</span><span style="color: #000000;">-</span>val<span style="color: #000000;">)/</span><span style="color: #b55908;">7</span><span style="color: #000000;">)*</span><span style="color: #b55908;">255</span><span style="color: #000000;">),</span> <span style="color: #b55908;">2</span><span style="color: #000000;">)</span> <span style="color: #000000;">+</span> <span style="color: #188038;">'FF'</span></div><div>&nbsp; <span style="color: #8430ce;">else</span> <span style="color: #5f6368;">// Nötr</span></div><div>&nbsp; &nbsp; Result <span style="color: #000000;">:=</span> <span style="color: #188038;">'#00FF00'</span><span style="color: #000000;">;</span></div><div><span style="color: #8430ce;">end</span><span style="color: #000000;">;</span></div><br><div><span style="color: #5f6368;">// UI Güncelleme</span></div><div><span style="color: #8430ce;">procedure</span> UpdateLab<span style="color: #000000;">;</span></div><div><span style="color: #8430ce;">var</span></div><div>&nbsp; pos<span style="color: #000000;">:</span> Integer<span style="color: #000000;">;</span></div><div><span style="color: #8430ce;">begin</span></div><div>&nbsp; beherSivisi<span style="color: #000000;">.</span>FillColor <span style="color: #000000;">:=</span> clAlphaColor<span style="color: #000000;">.</span>FromHtml<span style="color: #000000;">(</span>GetColorByPH<span style="color: #000000;">(</span>currentPH<span style="color: #000000;">));</span></div><div>&nbsp; </div><div>&nbsp; <span style="color: #5f6368;">// İbreyi hareket ettir (Basit ölçeklendirme)</span></div><div>&nbsp; pos <span style="color: #000000;">:=</span> Round<span style="color: #000000;">((</span>currentPH <span style="color: #000000;">/</span> <span style="color: #b55908;">14</span><span style="color: #000000;">)</span> <span style="color: #000000;">*</span> <span style="color: #000000;">(</span>scaleLayout<span style="color: #000000;">.</span>Width <span style="color: #000000;">-</span> <span style="color: #b55908;">30</span><span style="color: #000000;">));</span></div><div>&nbsp; phPointer<span style="color: #000000;">.</span>Margins<span style="color: #000000;">.</span>Left <span style="color: #000000;">:=</span> pos<span style="color: #000000;">;</span></div><div>&nbsp; </div><div>&nbsp; txtPH<span style="color: #000000;">.</span>Text <span style="color: #000000;">:=</span> <span style="color: #188038;">'pH Değeri: '</span> <span style="color: #000000;">+</span> FloatToStrF<span style="color: #000000;">(</span>currentPH<span style="color: #000000;">,</span> ffFixed<span style="color: #000000;">,</span> <span style="color: #b55908;">1</span><span style="color: #000000;">,</span> <span style="color: #b55908;">1</span><span style="color: #000000;">);</span></div><div><span style="color: #8430ce;">end</span><span style="color: #000000;">;</span></div><br><div><span style="color: #5f6368;">// Sıvı Ekleme</span></div><div><span style="color: #8430ce;">procedure</span> AddLiquid<span style="color: #000000;">(</span>val<span style="color: #000000;">:</span> Single<span style="color: #000000;">);</span></div><div><span style="color: #8430ce;">begin</span></div><div>&nbsp; currentPH <span style="color: #000000;">:=</span> currentPH <span style="color: #000000;">+</span> val<span style="color: #000000;">;</span></div><div>&nbsp; <span style="color: #8430ce;">if</span> currentPH <span style="color: #000000;">&gt;</span> <span style="color: #b55908;">14</span> <span style="color: #8430ce;">then</span> currentPH <span style="color: #000000;">:=</span> <span style="color: #b55908;">14</span><span style="color: #000000;">;</span></div><div>&nbsp; <span style="color: #8430ce;">if</span> currentPH <span style="color: #000000;">&lt;</span> <span style="color: #b55908;">0</span> <span style="color: #8430ce;">then</span> currentPH <span style="color: #000000;">:=</span> <span style="color: #b55908;">0</span><span style="color: #000000;">;</span></div><div>&nbsp; </div><div>&nbsp; UpdateLab<span style="color: #000000;">;</span></div><div>&nbsp; txtInfo<span style="color: #000000;">.</span>Text <span style="color: #000000;">:=</span> <span style="color: #188038;">'Tepkime gözleniyor...'</span><span style="color: #000000;">;</span></div><div><span style="color: #8430ce;">end</span><span style="color: #000000;">;</span></div><br><div><span style="color: #5f6368;">// Tıklama Olayları</span></div><div><span style="color: #8430ce;">procedure</span> OnF1<span style="color: #000000;">;</span> <span style="color: #8430ce;">begin</span> AddLiquid<span style="color: #000000;">(-</span><span style="color: #b55908;">1.5</span><span style="color: #000000;">);</span> <span style="color: #8430ce;">end</span><span style="color: #000000;">;</span> <span style="color: #5f6368;">// Asit</span></div><div><span style="color: #8430ce;">procedure</span> OnF2<span style="color: #000000;">;</span> <span style="color: #8430ce;">begin</span> AddLiquid<span style="color: #000000;">(</span><span style="color: #b55908;">1.5</span><span style="color: #000000;">);</span> &nbsp;<span style="color: #8430ce;">end</span><span style="color: #000000;">;</span> <span style="color: #5f6368;">// Baz</span></div><div><span style="color: #8430ce;">procedure</span> OnF3<span style="color: #000000;">;</span> <span style="color: #8430ce;">begin</span> AddLiquid<span style="color: #000000;">(-</span><span style="color: #b55908;">2.0</span><span style="color: #000000;">);</span> <span style="color: #8430ce;">end</span><span style="color: #000000;">;</span> <span style="color: #5f6368;">// Kuvvetli Asit</span></div><div><span style="color: #8430ce;">procedure</span> OnF4<span style="color: #000000;">;</span> <span style="color: #8430ce;">begin</span> AddLiquid<span style="color: #000000;">(</span><span style="color: #b55908;">2.0</span><span style="color: #000000;">);</span> &nbsp;<span style="color: #8430ce;">end</span><span style="color: #000000;">;</span> <span style="color: #5f6368;">// Kuvvetli Baz</span></div><br><div><span style="color: #8430ce;">procedure</span> ResetLab<span style="color: #000000;">;</span></div><div><span style="color: #8430ce;">begin</span></div><div>&nbsp; currentPH <span style="color: #000000;">:=</span> <span style="color: #b55908;">7.0</span><span style="color: #000000;">;</span></div><div>&nbsp; UpdateLab<span style="color: #000000;">;</span></div><div>&nbsp; txtInfo<span style="color: #000000;">.</span>Text <span style="color: #000000;">:=</span> <span style="color: #188038;">'Şişelerdeki sıvıları behere ekleyerek test edin.'</span><span style="color: #000000;">;</span></div><div><span style="color: #8430ce;">end</span><span style="color: #000000;">;</span></div><br><div><span style="color: #8430ce;">begin</span></div><div>&nbsp; MyForm <span style="color: #000000;">:=</span> TClForm<span style="color: #000000;">.</span>Create<span style="color: #000000;">(</span>Self<span style="color: #000000;">);</span></div><div>&nbsp; MyForm<span style="color: #000000;">.</span>SetFormColor<span style="color: #000000;">(</span><span style="color: #188038;">'#121212'</span><span style="color: #000000;">,</span> <span style="color: #188038;">''</span><span style="color: #000000;">,</span> clGNone<span style="color: #000000;">);</span></div><div>&nbsp; MyForm<span style="color: #000000;">.</span>clConfig<span style="color: #000000;">.</span>BackImage <span style="color: #000000;">:=</span> <span style="color: #188038;">'<a href="https://img.freepik.com/free-vector/science-lab-interior-background_23-2148482390.jpg" target="_blank" rel="nofollow">https://img.freepik.com/free-vector/science-lab-interior-background_23-2148482390.jpg</a>'</span><span style="color: #000000;">;</span></div><br><div>&nbsp; <span style="color: #5f6368;">// pH Skalası Tasarımı</span></div><div>&nbsp; scaleLayout <span style="color: #000000;">:=</span> MyForm<span style="color: #000000;">.</span>AddNewProLayout<span style="color: #000000;">(</span>MyForm<span style="color: #000000;">,</span> <span style="color: #188038;">'scaleLayout'</span><span style="color: #000000;">);</span></div><div>&nbsp; scaleLayout<span style="color: #000000;">.</span>Align <span style="color: #000000;">:=</span> alTop<span style="color: #000000;">;</span></div><div>&nbsp; scaleLayout<span style="color: #000000;">.</span>Height <span style="color: #000000;">:=</span> <span style="color: #b55908;">30</span><span style="color: #000000;">;</span></div><div>&nbsp; scaleLayout<span style="color: #000000;">.</span>Margins<span style="color: #000000;">.</span>Top <span style="color: #000000;">:=</span> <span style="color: #b55908;">50</span><span style="color: #000000;">;</span></div><div>&nbsp; scaleLayout<span style="color: #000000;">.</span>Margins<span style="color: #000000;">.</span>Left <span style="color: #000000;">:=</span> <span style="color: #b55908;">40</span><span style="color: #000000;">;</span></div><div>&nbsp; scaleLayout<span style="color: #000000;">.</span>Margins<span style="color: #000000;">.</span>Right <span style="color: #000000;">:=</span> <span style="color: #b55908;">40</span><span style="color: #000000;">;</span></div><div>&nbsp; scaleLayout<span style="color: #000000;">.</span>clConfig<span style="color: #000000;">.</span>BorderColor <span style="color: #000000;">:=</span> clAlphaColor<span style="color: #000000;">.</span>FromHtml<span style="color: #000000;">(</span><span style="color: #188038;">'#FFFFFF'</span><span style="color: #000000;">);</span></div><div>&nbsp; scaleLayout<span style="color: #000000;">.</span>clConfig<span style="color: #000000;">.</span>BorderWidth <span style="color: #000000;">:=</span> <span style="color: #b55908;">1</span><span style="color: #000000;">;</span></div><div>&nbsp; scaleLayout<span style="color: #000000;">.</span>clConfig<span style="color: #000000;">.</span>BackgroundColor <span style="color: #000000;">:=</span> clAlphaColor<span style="color: #000000;">.</span>FromHtml<span style="color: #000000;">(</span><span style="color: #188038;">'#333333'</span><span style="color: #000000;">);</span></div><br><div>&nbsp; phPointer <span style="color: #000000;">:=</span> MyForm<span style="color: #000000;">.</span>AddNewProShape<span style="color: #000000;">(</span>scaleLayout<span style="color: #000000;">,</span> <span style="color: #188038;">'phPointer'</span><span style="color: #000000;">);</span></div><div>&nbsp; phPointer<span style="color: #000000;">.</span>Align <span style="color: #000000;">:=</span> alLeft<span style="color: #000000;">;</span></div><div>&nbsp; phPointer<span style="color: #000000;">.</span>Width <span style="color: #000000;">:=</span> <span style="color: #b55908;">15</span><span style="color: #000000;">;</span></div><div>&nbsp; phPointer<span style="color: #000000;">.</span>FillColor <span style="color: #000000;">:=</span> clAlphaColor<span style="color: #000000;">.</span>FromHtml<span style="color: #000000;">(</span><span style="color: #188038;">'#FFFFFF'</span><span style="color: #000000;">);</span></div><div>&nbsp; phPointer<span style="color: #000000;">.</span>ShapeType <span style="color: #000000;">:=</span> stCircle<span style="color: #000000;">;</span></div><br><div>&nbsp; txtPH <span style="color: #000000;">:=</span> MyForm<span style="color: #000000;">.</span>AddNewProLabel<span style="color: #000000;">(</span>MyForm<span style="color: #000000;">,</span> <span style="color: #188038;">'txtPH'</span><span style="color: #000000;">,</span> <span style="color: #188038;">'pH Değeri: 7.0'</span><span style="color: #000000;">);</span></div><div>&nbsp; txtPH<span style="color: #000000;">.</span>Align <span style="color: #000000;">:=</span> alTop<span style="color: #000000;">;</span></div><div>&nbsp; txtPH<span style="color: #000000;">.</span>Height <span style="color: #000000;">:=</span> <span style="color: #b55908;">40</span><span style="color: #000000;">;</span></div><div>&nbsp; txtPH<span style="color: #000000;">.</span>clTextSettings<span style="color: #000000;">.</span>FontColor <span style="color: #000000;">:=</span> clAlphaColor<span style="color: #000000;">.</span>FromHtml<span style="color: #000000;">(</span><span style="color: #188038;">'#FFFF00'</span><span style="color: #000000;">);</span></div><div>&nbsp; txtPH<span style="color: #000000;">.</span>clTextSettings<span style="color: #000000;">.</span>HorzAlign <span style="color: #000000;">:=</span> taCenter<span style="color: #000000;">;</span></div><br><div>&nbsp; <span style="color: #5f6368;">// Ana Deney Alanı</span></div><div>&nbsp; mainArea <span style="color: #000000;">:=</span> MyForm<span style="color: #000000;">.</span>AddNewProLayout<span style="color: #000000;">(</span>MyForm<span style="color: #000000;">,</span> <span style="color: #188038;">'mainArea'</span><span style="color: #000000;">);</span></div><div>&nbsp; mainArea<span style="color: #000000;">.</span>Align <span style="color: #000000;">:=</span> alClient<span style="color: #000000;">;</span></div><div>&nbsp; mainArea<span style="color: #000000;">.</span>Margins<span style="color: #000000;">.</span>Top <span style="color: #000000;">:=</span> <span style="color: #b55908;">20</span><span style="color: #000000;">;</span></div><br><div>&nbsp; <span style="color: #5f6368;">// Beher</span></div><div>&nbsp; beherLayout <span style="color: #000000;">:=</span> MyForm<span style="color: #000000;">.</span>AddNewProLayout<span style="color: #000000;">(</span>mainArea<span style="color: #000000;">,</span> <span style="color: #188038;">'beherLayout'</span><span style="color: #000000;">);</span></div><div>&nbsp; beherLayout<span style="color: #000000;">.</span>Align <span style="color: #000000;">:=</span> alCenter<span style="color: #000000;">;</span></div><div>&nbsp; beherLayout<span style="color: #000000;">.</span>Width <span style="color: #000000;">:=</span> <span style="color: #b55908;">140</span><span style="color: #000000;">;</span></div><div>&nbsp; beherLayout<span style="color: #000000;">.</span>Height <span style="color: #000000;">:=</span> <span style="color: #b55908;">180</span><span style="color: #000000;">;</span></div><div>&nbsp; beherLayout<span style="color: #000000;">.</span>clConfig<span style="color: #000000;">.</span>BorderColor <span style="color: #000000;">:=</span> clAlphaColor<span style="color: #000000;">.</span>FromHtml<span style="color: #000000;">(</span><span style="color: #188038;">'#E0E0E0'</span><span style="color: #000000;">);</span></div><div>&nbsp; beherLayout<span style="color: #000000;">.</span>clConfig<span style="color: #000000;">.</span>BorderWidth <span style="color: #000000;">:=</span> <span style="color: #b55908;">4</span><span style="color: #000000;">;</span></div><div>&nbsp; beherLayout<span style="color: #000000;">.</span>clConfig<span style="color: #000000;">.</span>BackgroundColor <span style="color: #000000;">:=</span> clAlphaColor<span style="color: #000000;">.</span>FromORGB<span style="color: #000000;">(</span><span style="color: #b55908;">40</span><span style="color: #000000;">,</span> <span style="color: #b55908;">255</span><span style="color: #000000;">,</span> <span style="color: #b55908;">255</span><span style="color: #000000;">,</span> <span style="color: #b55908;">255</span><span style="color: #000000;">);</span></div><br><div>&nbsp; beherSivisi <span style="color: #000000;">:=</span> MyForm<span style="color: #000000;">.</span>AddNewProShape<span style="color: #000000;">(</span>beherLayout<span style="color: #000000;">,</span> <span style="color: #188038;">'beherSivisi'</span><span style="color: #000000;">);</span></div><div>&nbsp; beherSivisi<span style="color: #000000;">.</span>Align <span style="color: #000000;">:=</span> alBottom<span style="color: #000000;">;</span></div><div>&nbsp; beherSivisi<span style="color: #000000;">.</span>Height <span style="color: #000000;">:=</span> <span style="color: #b55908;">100</span><span style="color: #000000;">;</span></div><div>&nbsp; beherSivisi<span style="color: #000000;">.</span>Margins<span style="color: #000000;">.</span>Bottom <span style="color: #000000;">:=</span> <span style="color: #b55908;">5</span><span style="color: #000000;">;</span></div><div>&nbsp; beherSivisi<span style="color: #000000;">.</span>Margins<span style="color: #000000;">.</span>Left <span style="color: #000000;">:=</span> <span style="color: #b55908;">5</span><span style="color: #000000;">;</span></div><div>&nbsp; beherSivisi<span style="color: #000000;">.</span>Margins<span style="color: #000000;">.</span>Right <span style="color: #000000;">:=</span> <span style="color: #b55908;">5</span><span style="color: #000000;">;</span></div><div>&nbsp; beherSivisi<span style="color: #000000;">.</span>ShapeType <span style="color: #000000;">:=</span> stRoundRec<span style="color: #000000;">;</span></div><br><div>&nbsp; <span style="color: #5f6368;">// Erlenmayerler (Butonlar)</span></div><div>&nbsp; f1 <span style="color: #000000;">:=</span> MyForm<span style="color: #000000;">.</span>AddNewProButton<span style="color: #000000;">(</span>mainArea<span style="color: #000000;">,</span> <span style="color: #188038;">'f1'</span><span style="color: #000000;">,</span> <span style="color: #188038;">'Sıvı 1'</span><span style="color: #000000;">);</span></div><div>&nbsp; f1<span style="color: #000000;">.</span>Align <span style="color: #000000;">:=</span> alLeft<span style="color: #000000;">;</span> f1<span style="color: #000000;">.</span>Width <span style="color: #000000;">:=</span> <span style="color: #b55908;">75</span><span style="color: #000000;">;</span> f1<span style="color: #000000;">.</span>Height <span style="color: #000000;">:=</span> <span style="color: #b55908;">80</span><span style="color: #000000;">;</span></div><div>&nbsp; f1<span style="color: #000000;">.</span>Margins<span style="color: #000000;">.</span>Left <span style="color: #000000;">:=</span> <span style="color: #b55908;">20</span><span style="color: #000000;">;</span> f1<span style="color: #000000;">.</span>clConfig<span style="color: #000000;">.</span>BackgroundColor <span style="color: #000000;">:=</span> clAlphaColor<span style="color: #000000;">.</span>FromHtml<span style="color: #000000;">(</span><span style="color: #188038;">'#ADD8E6'</span><span style="color: #000000;">);</span></div><div>&nbsp; MyForm<span style="color: #000000;">.</span>AddNewEvent<span style="color: #000000;">(</span>f1<span style="color: #000000;">,</span> tbeOnClick<span style="color: #000000;">,</span> <span style="color: #188038;">'OnF1'</span><span style="color: #000000;">);</span></div><br><div>&nbsp; f2 <span style="color: #000000;">:=</span> MyForm<span style="color: #000000;">.</span>AddNewProButton<span style="color: #000000;">(</span>mainArea<span style="color: #000000;">,</span> <span style="color: #188038;">'f2'</span><span style="color: #000000;">,</span> <span style="color: #188038;">'Sıvı 2'</span><span style="color: #000000;">);</span></div><div>&nbsp; f2<span style="color: #000000;">.</span>Align <span style="color: #000000;">:=</span> alLeft<span style="color: #000000;">;</span> f2<span style="color: #000000;">.</span>Width <span style="color: #000000;">:=</span> <span style="color: #b55908;">75</span><span style="color: #000000;">;</span> f2<span style="color: #000000;">.</span>Height <span style="color: #000000;">:=</span> <span style="color: #b55908;">80</span><span style="color: #000000;">;</span></div><div>&nbsp; f2<span style="color: #000000;">.</span>Margins<span style="color: #000000;">.</span>Left <span style="color: #000000;">:=</span> <span style="color: #b55908;">10</span><span style="color: #000000;">;</span> f2<span style="color: #000000;">.</span>clConfig<span style="color: #000000;">.</span>BackgroundColor <span style="color: #000000;">:=</span> clAlphaColor<span style="color: #000000;">.</span>FromHtml<span style="color: #000000;">(</span><span style="color: #188038;">'#ADD8E6'</span><span style="color: #000000;">);</span></div><div>&nbsp; MyForm<span style="color: #000000;">.</span>AddNewEvent<span style="color: #000000;">(</span>f2<span style="color: #000000;">,</span> tbeOnClick<span style="color: #000000;">,</span> <span style="color: #188038;">'OnF2'</span><span style="color: #000000;">);</span></div><br><div>&nbsp; f4 <span style="color: #000000;">:=</span> MyForm<span style="color: #000000;">.</span>AddNewProButton<span style="color: #000000;">(</span>mainArea<span style="color: #000000;">,</span> <span style="color: #188038;">'f4'</span><span style="color: #000000;">,</span> <span style="color: #188038;">'Sıvı 4'</span><span style="color: #000000;">);</span></div><div>&nbsp; f4<span style="color: #000000;">.</span>Align <span style="color: #000000;">:=</span> alRight<span style="color: #000000;">;</span> f4<span style="color: #000000;">.</span>Width <span style="color: #000000;">:=</span> <span style="color: #b55908;">75</span><span style="color: #000000;">;</span> f4<span style="color: #000000;">.</span>Height <span style="color: #000000;">:=</span> <span style="color: #b55908;">80</span><span style="color: #000000;">;</span></div><div>&nbsp; f4<span style="color: #000000;">.</span>Margins<span style="color: #000000;">.</span>Right <span style="color: #000000;">:=</span> <span style="color: #b55908;">20</span><span style="color: #000000;">;</span> f4<span style="color: #000000;">.</span>clConfig<span style="color: #000000;">.</span>BackgroundColor <span style="color: #000000;">:=</span> clAlphaColor<span style="color: #000000;">.</span>FromHtml<span style="color: #000000;">(</span><span style="color: #188038;">'#ADD8E6'</span><span style="color: #000000;">);</span></div><div>&nbsp; MyForm<span style="color: #000000;">.</span>AddNewEvent<span style="color: #000000;">(</span>f4<span style="color: #000000;">,</span> tbeOnClick<span style="color: #000000;">,</span> <span style="color: #188038;">'OnF4'</span><span style="color: #000000;">);</span></div><br><div>&nbsp; f3 <span style="color: #000000;">:=</span> MyForm<span style="color: #000000;">.</span>AddNewProButton<span style="color: #000000;">(</span>mainArea<span style="color: #000000;">,</span> <span style="color: #188038;">'f3'</span><span style="color: #000000;">,</span> <span style="color: #188038;">'Sıvı 3'</span><span style="color: #000000;">);</span></div><div>&nbsp; f3<span style="color: #000000;">.</span>Align <span style="color: #000000;">:=</span> alRight<span style="color: #000000;">;</span> f3<span style="color: #000000;">.</span>Width <span style="color: #000000;">:=</span> <span style="color: #b55908;">75</span><span style="color: #000000;">;</span> f3<span style="color: #000000;">.</span>Height <span style="color: #000000;">:=</span> <span style="color: #b55908;">80</span><span style="color: #000000;">;</span></div><div>&nbsp; f3<span style="color: #000000;">.</span>Margins<span style="color: #000000;">.</span>Right <span style="color: #000000;">:=</span> <span style="color: #b55908;">10</span><span style="color: #000000;">;</span> f3<span style="color: #000000;">.</span>clConfig<span style="color: #000000;">.</span>BackgroundColor <span style="color: #000000;">:=</span> clAlphaColor<span style="color: #000000;">.</span>FromHtml<span style="color: #000000;">(</span><span style="color: #188038;">'#ADD8E6'</span><span style="color: #000000;">);</span></div><div>&nbsp; MyForm<span style="color: #000000;">.</span>AddNewEvent<span style="color: #000000;">(</span>f3<span style="color: #000000;">,</span> tbeOnClick<span style="color: #000000;">,</span> <span style="color: #188038;">'OnF3'</span><span style="color: #000000;">);</span></div><br><div>&nbsp; <span style="color: #5f6368;">// Bilgi ve Reset</span></div><div>&nbsp; txtInfo <span style="color: #000000;">:=</span> MyForm<span style="color: #000000;">.</span>AddNewProLabel<span style="color: #000000;">(</span>MyForm<span style="color: #000000;">,</span> <span style="color: #188038;">'txtInfo'</span><span style="color: #000000;">,</span> <span style="color: #188038;">'Şişelere tıklayarak deneye başlayın.'</span><span style="color: #000000;">);</span></div><div>&nbsp; txtInfo<span style="color: #000000;">.</span>Align <span style="color: #000000;">:=</span> alBottom<span style="color: #000000;">;</span></div><div>&nbsp; txtInfo<span style="color: #000000;">.</span>Height <span style="color: #000000;">:=</span> <span style="color: #b55908;">50</span><span style="color: #000000;">;</span></div><div>&nbsp; txtInfo<span style="color: #000000;">.</span>Margins<span style="color: #000000;">.</span>Bottom <span style="color: #000000;">:=</span> <span style="color: #b55908;">70</span><span style="color: #000000;">;</span></div><div>&nbsp; txtInfo<span style="color: #000000;">.</span>clTextSettings<span style="color: #000000;">.</span>FontColor <span style="color: #000000;">:=</span> clAlphaColor<span style="color: #000000;">.</span>FromHtml<span style="color: #000000;">(</span><span style="color: #188038;">'#FFFFFF'</span><span style="color: #000000;">);</span></div><div>&nbsp; txtInfo<span style="color: #000000;">.</span>clTextSettings<span style="color: #000000;">.</span>HorzAlign <span style="color: #000000;">:=</span> taCenter<span style="color: #000000;">;</span></div><br><div>&nbsp; btnReset <span style="color: #000000;">:=</span> MyForm<span style="color: #000000;">.</span>AddNewProButton<span style="color: #000000;">(</span>MyForm<span style="color: #000000;">,</span> <span style="color: #188038;">'btnReset'</span><span style="color: #000000;">,</span> <span style="color: #188038;">'TEMİZLE'</span><span style="color: #000000;">);</span></div><div>&nbsp; btnReset<span style="color: #000000;">.</span>Align <span style="color: #000000;">:=</span> alBottom<span style="color: #000000;">;</span></div><div>&nbsp; btnReset<span style="color: #000000;">.</span>Height <span style="color: #000000;">:=</span> <span style="color: #b55908;">45</span><span style="color: #000000;">;</span></div><div>&nbsp; btnReset<span style="color: #000000;">.</span>Margins<span style="color: #000000;">.</span>Bottom <span style="color: #000000;">:=</span> <span style="color: #b55908;">20</span><span style="color: #000000;">;</span></div><div>&nbsp; btnReset<span style="color: #000000;">.</span>Margins<span style="color: #000000;">.</span>Left <span style="color: #000000;">:=</span> <span style="color: #b55908;">100</span><span style="color: #000000;">;</span> btnReset<span style="color: #000000;">.</span>Margins<span style="color: #000000;">.</span>Right <span style="color: #000000;">:=</span> <span style="color: #b55908;">100</span><span style="color: #000000;">;</span></div><div>&nbsp; btnReset<span style="color: #000000;">.</span>clConfig<span style="color: #000000;">.</span>BackgroundColor <span style="color: #000000;">:=</span> clAlphaColor<span style="color: #000000;">.</span>FromHtml<span style="color: #000000;">(</span><span style="color: #188038;">'#CC0000'</span><span style="color: #000000;">);</span></div><div>&nbsp; MyForm<span style="color: #000000;">.</span>AddNewEvent<span style="color: #000000;">(</span>btnReset<span style="color: #000000;">,</span> tbeOnClick<span style="color: #000000;">,</span> <span style="color: #188038;">'ResetLab'</span><span style="color: #000000;">);</span></div><br><div>&nbsp; ResetLab<span style="color: #000000;">;</span></div><div>&nbsp; MyForm<span style="color: #000000;">.</span>Run<span style="color: #000000;">;</span></div><div><span style="color: #8430ce;">end</span><span style="color: #000000;">;</span></div></div></div>&lt; defer="" ="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" -cf-beacon=""version":"2024.11.0","token":"439455f3e46c40b98dbd42a2f1a954d8","r":1,"_timing":"name":"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true,"location_startswith":null" crossorigin="anonymous"&gt;&lt; defer="" ="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" -cf-beacon=""version":"2024.11.0","token":"439455f3e46c40b98dbd42a2f1a954d8","r":1,"_timing":"name":"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true,"location_startswith":null" crossorigin="anonymous"&gt;< defer="" ="https://static.cloudflareinsights.com/beac&#111;n.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" -cf-beac&#111;n="&quot;versi&#111;n&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;_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;locati&#111;n_startswith&quot;:null" crossorigin="an&#111;nymous"><span style="font-size:10px"><br /><br />Düzenleyen Emr.Erkmn - <strong>1 saat 42 Dakika</strong> Önce Saat 19:57</span>]]>
   </description>
   <pubDate>Mon, 11 May 2026 18:31:55 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1515&amp;PID=3487#3487</guid>
  </item> 
 </channel>
</rss>