<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Меню в GUI]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14118&amp;type=atom" />
	<updated>2018-08-26T18:05:37Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14118</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Меню в GUI]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128277#p128277" />
			<content type="html"><![CDATA[<p>В справке есть описание с примерами. </p><div class="quotebox"><blockquote><p>Ник переводчика: YMP &quot;Window Management&quot; - &quot;Controls&quot; - &quot;Menu&quot;, v1.0.46.03.</p></blockquote></div><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header"><strong>+</strong>&nbsp;Пример</div><div class="fancy_spoiler"><div class="codebox"><pre><code>Menu, FileMenu_1,  Add, Открыть, Choose
Menu, FileMenu_1,  Add, Сохранить, Save
Menu, MyMenuBar,   Add, Файл, :FileMenu_1

Menu, FileMenu_2,  Add, Инструкция, MenuHandler1
Menu, FileMenu_2,  Add, О программе, MenuHandler2
Menu, MyMenuBar,   Add, Помощь, :FileMenu_2

Gui, Menu, MyMenuBar
GUI, Show, w500 h500


Choose:
Save:
MenuHandler1:
MenuHandler2:
Return</code></pre></div></div></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2018-08-26T18:05:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128277#p128277</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Меню в GUI]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128276#p128276" />
			<content type="html"><![CDATA[<p>Добрый вечер, а может кому-то и утро..</p><p>Я хочу добавить в GUI интерфейс вот такую менюшку, которая идет после заголовка окна.<br /><span class="postimg"><img src="https://i.imgur.com/63SsUTp.png" alt="https://i.imgur.com/63SsUTp.png" /></span></p><p>Надеюсь на быстрый ответ :3</p>]]></content>
			<author>
				<name><![CDATA[morgan]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39372</uri>
			</author>
			<updated>2018-08-26T17:55:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128276#p128276</id>
		</entry>
</feed>
