<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK:Как настроить расположение элементов управления (GUI)]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=13373</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13373&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK:Как настроить расположение элементов управления (GUI)».]]></description>
		<lastBuildDate>Sun, 14 Jan 2018 08:27:55 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK:Как настроить расположение элементов управления (GUI)]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=123066#p123066</link>
			<description><![CDATA[<p>Проблема решена:<br /></p><div class="codebox"><pre><code>
Gui Margin, 15, 15; Необязательно(Можно убрать)
Gui, 2:Add, Text, section, Изменить на:
Gui, 2:Add, Edit,x80 y5 vBukva w20 h15 
GuiControlGet, Bukva
Gui Margin, 0,0; Необязательно(Можно убрать)
Gui, 2:Add, Button, x15 y27 gOK, Ок
Gui, 2:Add, Text, 
Gui, 2:Add, Button, x45 y27 gCANCEL,Отмена
Gui, 2:Show, 
return

OK:
msgBox, Ты нажал Ок
return

Cancel:
msgBox, Ты нажал Отмена
return

2Guiclose:
ExitApp
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Gutalin)]]></author>
			<pubDate>Sun, 14 Jan 2018 08:27:55 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=123066#p123066</guid>
		</item>
		<item>
			<title><![CDATA[AHK:Как настроить расположение элементов управления (GUI)]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=123065#p123065</link>
			<description><![CDATA[<p>Не могу понять как использовать опцию section , xs, ys для настройки расположения элементов управления (GUI).<br />То что написано в документации я не могу понять , могли бы Вы мне объяснить на моём примере. В моём коде меня не устраивает, что кнопка ОК не в одной горизонтали с кнопкой Cancel. Вот код:<br /></p><div class="codebox"><pre><code>
Gui Margin, 15, 15
Gui, 2:Add, Text, section, Изменить на:
Gui, 2:Add, Edit,ys vBukva w20 h15 
GuiControlGet, Bukva
Gui Margin, 0,0
Gui, 2:Add, Text, xs,
Gui, 2:Add, Button, , Ок
Gui, 2:Add, Text, ys,
Gui, 2:Add, Button, ,Отмена
Gui, 2:Show, 
return
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Gutalin)]]></author>
			<pubDate>Sat, 13 Jan 2018 19:23:37 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=123065#p123065</guid>
		</item>
	</channel>
</rss>
