<?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 : Giris Ekranı Olusturma</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : TclForm Olu&#351;turma : Giris Ekranı Olusturma]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 19:24:05 +0000</pubDate>
  <lastBuildDate>Wed, 03 Dec 2025 15:50:04 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=1235</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[Giris Ekranı Olusturma : Merhaba Berat,Kodunu inceledi&#287;im...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1235&amp;PID=2733#2733</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=257">Emr.Erkmn</a><br /><strong>Konu:</strong> 1235<br /><strong>Gönderim Zamanı:</strong> 03&nbsp;Aralık&nbsp;2025 Saat 15:50<br /><br />Merhaba Berat,&nbsp;<br>Kodunu incelediğim de&nbsp;<br>Form1=TclForm.Create(self); 3 farklı yerde create ettiğini gördüm. Anakod'da sadece bir kere create etmen yeterli.&nbsp;<br>Kodun düzenli halini aşağı da paylaşıyorum.&nbsp;<br><br><div>Var&nbsp;&nbsp;</div><div>&nbsp; Form1:TclForm;</div><div>&nbsp; ProPanel1, ProPanel2 : TclProPanel;</div><div>&nbsp; Label1, Label2: TClProLabel;</div><div>&nbsp;&nbsp;</div><div>void setLabel;</div><div>{</div><div>&nbsp; Label1 = Form1.AddNewProLabel(ProPanel1,'Label1','Clomosy PROLABEL');</div><div>&nbsp; Label1.Align = alCenter;</div><div>&nbsp; Label1.Width = 150;</div><div>&nbsp; Label1.Height = 30;</div><div>&nbsp; Label1.clProSettings.FontColor = clAlphaColor.clHexToColor('#f5428d');</div><div>&nbsp; Label1.clProSettings.FontSize = 12;</div><div>&nbsp; Label1.clProSettings.FontVertAlign = palcenter;</div><div>&nbsp; Label1.clProSettings.FontHorzAlign = palLeading;</div><div>&nbsp; Label1.clProSettings.TextSettings.Font.Style = &#091;fsBold&#093;;</div><div>&nbsp; Label1.clProSettings.IsFill = True;&nbsp;</div><div>&nbsp; Label1.clProSettings.IsRound = True;</div><div>&nbsp; Label1.SetclProSettings(Label1.clProSettings);</div><div>}</div><div><br></div><div><br></div><div>{</div><div>&nbsp; Form1=TclForm.Create(self);</div><div>&nbsp; ProPanel1=Form1.AddNewProPanel(Form1,'ProPanel1');</div><div>&nbsp; ProPanel1.Align = alTop;</div><div>&nbsp; ProPanel1.Width = 200;</div><div>&nbsp; ProPanel1.Height = 80;</div><div>&nbsp; ProPanel1.clProSettings.BorderColor = clAlphaColor.clHexToColor('#fabd2');</div><div>&nbsp; ProPanel1.clProSettings.RoundHeight = 10;</div><div>&nbsp; ProPanel1.clProSettings.RoundWidth = 10;</div><div>&nbsp; ProPanel1.clProSettings.BorderWidth = 2;</div><div>&nbsp; ProPanel1.clProSettings.IsFill = True;&nbsp;</div><div>&nbsp; ProPanel1.clProSettings.IsRound = True;</div><div>&nbsp; ProPanel1.SetclProSettings(ProPanel1.clProSettings);</div><div>&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; ProPanel2=Form1.AddNewProPanel(Form1,'ProPanel2');</div><div>&nbsp; ProPanel2.Align = alCenter;</div><div>&nbsp; ProPanel2.Width = 200;</div><div>&nbsp; ProPanel2.Height = 80;</div><div>&nbsp; ProPanel2.clProSettings.BorderColor = clAlphaColor.clHexToColor('#fabd2');</div><div>&nbsp; ProPanel2.clProSettings.RoundHeight = 10;</div><div>&nbsp; ProPanel2.clProSettings.RoundWidth = 10;</div><div>&nbsp; ProPanel2.clProSettings.BorderWidth = 2;</div><div>&nbsp; ProPanel2.clProSettings.IsFill = True;&nbsp;</div><div>&nbsp; ProPanel2.clProSettings.IsRound = True;</div><div>&nbsp; ProPanel2.SetclProSettings(ProPanel2.clProSettings);</div><div><br></div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; Label2 = Form1.AddNewProLabel(ProPanel2,'Label2','Kullanıcı Adı Giriniz');</div><div>&nbsp; Label2.Align = alCenter;</div><div>&nbsp; Label2.Width = 150;</div><div>&nbsp; Label2.Height = 30;</div><div>&nbsp; Label2.clProSettings.FontColor = clAlphaColor.clHexToColor('#f5428d');</div><div>&nbsp; Label2.clProSettings.FontSize = 12;</div><div>&nbsp; Label2.clProSettings.FontVertAlign = palcenter;</div><div>&nbsp; Label2.clProSettings.FontHorzAlign = palLeading;</div><div>&nbsp; Label2.clProSettings.TextSettings.Font.Style = &#091;fsBold&#093;;</div><div>&nbsp; Label2.clProSettings.IsFill = True;&nbsp;</div><div>&nbsp; Label2.clProSettings.IsRound = True;</div><div>&nbsp; Label2.SetclProSettings(Label2.clProSettings);</div><div>&nbsp;&nbsp;</div><div><br></div><div>&nbsp; setLabel;</div><div>&nbsp; Form1.Run;</div><div>&nbsp;&nbsp;</div><div>}<br><br>İyi çalışmalar.</div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015"</a> integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" 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>Wed, 03 Dec 2025 15:50:04 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1235&amp;PID=2733#2733</guid>
  </item> 
  <item>
   <title><![CDATA[Giris Ekranı Olusturma : Var Form1:TclForm; ProPanel1,...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1235&amp;PID=2731#2731</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=353">Berat Deveci</a><br /><strong>Konu:</strong> 1235<br /><strong>Gönderim Zamanı:</strong> 03&nbsp;Aralık&nbsp;2025 Saat 15:45<br /><br /><div>Var&nbsp;&nbsp;</div><div>&nbsp; Form1:TclForm;</div><div>&nbsp; ProPanel1, ProPanel2 : TclProPanel;</div><div>&nbsp; Label1, Label2: TClProLabel;</div><div>&nbsp;&nbsp;</div><div>void setLabel;</div><div>{</div><div>&nbsp; Label1 = Form1.AddNewProLabel(ProPanel1,'Label1','Clomosy PROLABEL');</div><div>&nbsp; Label1.Align = alCenter;</div><div>&nbsp; Label1.Width = 150;</div><div>&nbsp; Label1.Height = 30;</div><div>&nbsp; Label1.clProSettings.FontColor = clAlphaColor.clHexToColor('#f5428d');</div><div>&nbsp; Label1.clProSettings.FontSize = 12;</div><div>&nbsp; Label1.clProSettings.FontVertAlign = palcenter;</div><div>&nbsp; Label1.clProSettings.FontHorzAlign = palLeading;</div><div>&nbsp; Label1.clProSettings.TextSettings.Font.Style = &#091;fsBold&#093;;</div><div>&nbsp; Label1.clProSettings.IsFill = True;&nbsp;</div><div>&nbsp; Label1.clProSettings.IsRound = True;</div><div>&nbsp; Label1.SetclProSettings(Label1.clProSettings);</div><div>}</div><div><br></div><div><br></div><div>{</div><div>&nbsp; Form1=TclForm.Create(self);</div><div>&nbsp; ProPanel1=Form1.AddNewProPanel(Form1,'ProPanel1');</div><div>&nbsp; ProPanel1.Align = alTop;</div><div>&nbsp; ProPanel1.Width = 200;</div><div>&nbsp; ProPanel1.Height = 80;</div><div>&nbsp; ProPanel1.clProSettings.BorderColor = clAlphaColor.clHexToColor('#fabd2');</div><div>&nbsp; ProPanel1.clProSettings.RoundHeight = 10;</div><div>&nbsp; ProPanel1.clProSettings.RoundWidth = 10;</div><div>&nbsp; ProPanel1.clProSettings.BorderWidth = 2;</div><div>&nbsp; ProPanel1.clProSettings.IsFill = True;&nbsp;</div><div>&nbsp; ProPanel1.clProSettings.IsRound = True;</div><div>&nbsp; ProPanel1.SetclProSettings(ProPanel1.clProSettings);</div><div>&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; Form1=TclForm.Create(self);</div><div>&nbsp; ProPanel2=Form1.AddNewProPanel(Form1,'ProPanel2');</div><div>&nbsp; ProPanel2.Align = alCenter;</div><div>&nbsp; ProPanel2.Width = 200;</div><div>&nbsp; ProPanel2.Height = 80;</div><div>&nbsp; ProPanel2.clProSettings.BorderColor = clAlphaColor.clHexToColor('#fabd2');</div><div>&nbsp; ProPanel2.clProSettings.RoundHeight = 10;</div><div>&nbsp; ProPanel2.clProSettings.RoundWidth = 10;</div><div>&nbsp; ProPanel2.clProSettings.BorderWidth = 2;</div><div>&nbsp; ProPanel2.clProSettings.IsFill = True;&nbsp;</div><div>&nbsp; ProPanel2.clProSettings.IsRound = True;</div><div>&nbsp; ProPanel2.SetclProSettings(ProPanel2.clProSettings);</div><div><br></div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; Label2 = Form1.AddNewProLabel(ProPanel2,'Label2','Kullanıcı Adı Giriniz');</div><div>&nbsp; Label2.Align = alCenter;</div><div>&nbsp; Label2.Width = 150;</div><div>&nbsp; Label2.Height = 30;</div><div>&nbsp; Label2.clProSettings.FontColor = clAlphaColor.clHexToColor('#f5428d');</div><div>&nbsp; Label2.clProSettings.FontSize = 12;</div><div>&nbsp; Label2.clProSettings.FontVertAlign = palcenter;</div><div>&nbsp; Label2.clProSettings.FontHorzAlign = palLeading;</div><div>&nbsp; Label2.clProSettings.TextSettings.Font.Style = &#091;fsBold&#093;;</div><div>&nbsp; Label2.clProSettings.IsFill = True;&nbsp;</div><div>&nbsp; Label2.clProSettings.IsRound = True;</div><div>&nbsp; Label2.SetclProSettings(Label2.clProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp; Form1 = TclForm.Create(Self);</div><div>&nbsp; setLabel;</div><div>&nbsp; Form1.Run;</div><div>&nbsp;&nbsp;</div><div>}</div><div>İKİ farklı panelim var tek forum oluşturdum lakin paneller ve içindeki label mesajları gözükmğyor</div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015"</a> integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" 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>Wed, 03 Dec 2025 15:45:34 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1235&amp;PID=2731#2731</guid>
  </item> 
 </channel>
</rss>